2022-02-22 15:39:39 +01:00
|
|
|
{
|
|
|
|
"name": "ffffng-frontend",
|
2022-05-23 12:26:45 +02:00
|
|
|
"version": "0.0.0-SNAPSHOT",
|
2022-06-02 12:54:26 +02:00
|
|
|
"description": "New frontend for ffffng",
|
|
|
|
"license": "AGPL",
|
|
|
|
"author": {
|
|
|
|
"name": "Andreas Baldeau",
|
|
|
|
"email": "andreas@baldeau.net"
|
|
|
|
},
|
2022-02-22 15:39:39 +01:00
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
|
|
"preview": "vite preview --port 5050",
|
|
|
|
"test:unit": "vitest --environment jsdom",
|
|
|
|
"typecheck": "vue-tsc --noEmit",
|
|
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-05-23 12:25:01 +02:00
|
|
|
"fork-awesome": "^1.2.0",
|
2022-07-14 11:11:15 +02:00
|
|
|
"pinia": "^2.0.16",
|
2022-05-19 13:33:48 +02:00
|
|
|
"sparkson": "^1.3.6",
|
2022-06-02 12:54:26 +02:00
|
|
|
"vue": "^3.2.37",
|
2022-07-14 11:11:15 +02:00
|
|
|
"vue-router": "^4.1.2"
|
2022-02-22 15:39:39 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-06-02 12:54:26 +02:00
|
|
|
"@rushstack/eslint-patch": "^1.1.4",
|
2022-02-22 15:39:39 +01:00
|
|
|
"@types/jsdom": "^16.2.14",
|
2022-07-14 11:11:15 +02:00
|
|
|
"@types/node": "^18.0.4",
|
2022-07-14 11:26:43 +02:00
|
|
|
"@vitejs/plugin-basic-ssl": "^0.1.1",
|
2022-07-14 11:11:15 +02:00
|
|
|
"@vitejs/plugin-vue": "^3.0.0",
|
2022-02-22 15:39:39 +01:00
|
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
2022-06-02 12:54:26 +02:00
|
|
|
"@vue/eslint-config-typescript": "^11.0.0",
|
|
|
|
"@vue/test-utils": "^2.0.2",
|
2022-02-22 15:39:39 +01:00
|
|
|
"@vue/tsconfig": "^0.1.3",
|
2022-06-02 12:54:26 +02:00
|
|
|
"eslint": "^8.19.0",
|
|
|
|
"eslint-plugin-vue": "^9.2.0",
|
|
|
|
"jsdom": "^20.0.0",
|
|
|
|
"prettier": "^2.7.1",
|
|
|
|
"sass": "^1.53.0",
|
|
|
|
"typescript": "~4.7.4",
|
2022-07-14 11:11:15 +02:00
|
|
|
"vite": "^3.0.0",
|
|
|
|
"vitest": "^0.18.0",
|
|
|
|
"vue-tsc": "^0.38.5"
|
2022-02-22 15:39:39 +01:00
|
|
|
}
|
|
|
|
}
|