39 lines
993 B
JSON
39 lines
993 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"test:e2e": "playwright test",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build --force",
|
|
"lint": "eslint",
|
|
"lint:fix": "eslint --fix"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/roboto": "^5.2.10",
|
|
"@vuetify/v0": "^1.0.0-beta.1",
|
|
"vue": "^3.5.30",
|
|
"vue-router": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.62.0",
|
|
"@tsconfig/node22": "^22.0.5",
|
|
"@types/node": "^24.12.0",
|
|
"@unocss/transformer-directives": "^66.6.6",
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
"@vue/tsconfig": "^0.9.0",
|
|
"eslint": "^9.39.4",
|
|
"eslint-config-vuetify": "^4.3.4",
|
|
"npm-run-all2": "^8.0.4",
|
|
"typescript": "~5.9.3",
|
|
"unocss": "^66.6.6",
|
|
"unplugin-fonts": "^2.0.0",
|
|
"vite": "^8.0.0",
|
|
"vue-tsc": "^3.2.5"
|
|
}
|
|
}
|