2022-02-22 15:39:39 +01:00
|
|
|
{
|
|
|
|
"name": "ffffng-frontend",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"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": {
|
|
|
|
"pinia": "^2.0.14",
|
2022-05-19 13:33:48 +02:00
|
|
|
"sparkson": "^1.3.6",
|
2022-05-23 10:49:53 +02:00
|
|
|
"vue": "^3.2.36",
|
2022-02-22 15:39:39 +01:00
|
|
|
"vue-router": "^4.0.15"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@rushstack/eslint-patch": "^1.1.3",
|
|
|
|
"@types/jsdom": "^16.2.14",
|
2022-05-23 10:49:53 +02:00
|
|
|
"@types/node": "^17.0.35",
|
2022-02-22 15:39:39 +01:00
|
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
|
|
"@vue/eslint-config-typescript": "^10.0.0",
|
2022-05-23 10:49:53 +02:00
|
|
|
"@vue/test-utils": "^2.0.0",
|
2022-02-22 15:39:39 +01:00
|
|
|
"@vue/tsconfig": "^0.1.3",
|
2022-05-23 10:49:53 +02:00
|
|
|
"eslint": "^8.16.0",
|
2022-02-22 15:39:39 +01:00
|
|
|
"eslint-plugin-vue": "^9.0.1",
|
|
|
|
"jsdom": "^19.0.0",
|
|
|
|
"prettier": "^2.6.2",
|
2022-05-23 10:49:53 +02:00
|
|
|
"sass": "^1.52.1",
|
2022-02-22 15:39:39 +01:00
|
|
|
"typescript": "~4.6.4",
|
|
|
|
"vite": "^2.9.9",
|
2022-05-23 10:49:53 +02:00
|
|
|
"vitest": "^0.12.9",
|
|
|
|
"vue-tsc": "^0.34.16"
|
2022-02-22 15:39:39 +01:00
|
|
|
}
|
|
|
|
}
|