Files
hospital_performance/frontend/package.json
2026-02-28 15:02:08 +08:00

27 lines
553 B
JSON

{
"name": "hospital-performance-frontend",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"pinia": "^2.1.7",
"axios": "^1.6.5",
"element-plus": "^2.5.3",
"@element-plus/icons-vue": "^2.3.1",
"echarts": "^5.4.3",
"dayjs": "^1.11.10"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"vite": "^5.0.11",
"sass": "^1.70.0"
}
}