36 lines
854 B
JSON
36 lines
854 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@vueuse/core": "^10.11.0",
|
|
"axios": "^1.11.0",
|
|
"mitt": "^3.0.1",
|
|
"pinia": "^2.1.7",
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
|
"vue": "^3.5.18",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.3.0",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"element-plus": "^2.10.7",
|
|
"sass": "^1.90.0",
|
|
"sass-loader": "^16.0.5",
|
|
"typescript": "~5.8.3",
|
|
"unplugin-auto-import": "^20.0.0",
|
|
"unplugin-icons": "^22.2.0",
|
|
"unplugin-vue-components": "^29.0.0",
|
|
"vite": "^7.1.2",
|
|
"vue-tsc": "^3.0.5"
|
|
}
|
|
}
|