Files
training-system/training/codes/training-system-frontend/package.json
2026-05-12 13:01:04 +08:00

30 lines
688 B
JSON

{
"name": "training-system-frontend",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.ts,.tsx --fix"
},
"dependencies": {
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"element-plus": "^2.6.1",
"axios": "^1.6.8",
"@element-plus/icons-vue": "^2.3.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.2.0",
"typescript": "^5.4.2",
"vue-tsc": "^2.0.6",
"sass": "^1.72.0",
"@types/node": "^20.11.30"
}
}