2026-06-14 13:17:40 +08:00
|
|
|
{
|
|
|
|
|
"name": "water-management-frontend",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
2026-06-15 09:06:11 +08:00
|
|
|
"build": "echo 'Using static HTML delivery' && cp public/operation-dashboard.html dist/index.html",
|
2026-06-14 13:17:40 +08:00
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@element-plus/icons-vue": "^2.3.0",
|
2026-06-15 09:06:11 +08:00
|
|
|
"axios": "^1.7.0",
|
|
|
|
|
"cesium": "^1.120.0",
|
2026-06-14 13:17:40 +08:00
|
|
|
"echarts": "^5.5.0",
|
2026-06-15 09:06:11 +08:00
|
|
|
"echarts-liquidfill": "^3.0.0",
|
|
|
|
|
"element-plus": "^2.8.0",
|
2026-06-14 13:17:40 +08:00
|
|
|
"leaflet": "^1.9.0",
|
2026-06-15 09:06:11 +08:00
|
|
|
"pinia": "^2.2.0",
|
|
|
|
|
"vue": "^3.5.0",
|
|
|
|
|
"vue-router": "^4.4.0"
|
2026-06-14 13:17:40 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/leaflet": "^1.9.0",
|
2026-06-15 09:06:11 +08:00
|
|
|
"@vitejs/plugin-vue": "^6.0.7",
|
2026-06-14 13:17:40 +08:00
|
|
|
"sass": "^1.77.0",
|
2026-06-15 09:06:11 +08:00
|
|
|
"typescript": "^5.9.3",
|
2026-06-14 13:17:40 +08:00
|
|
|
"unplugin-auto-import": "^0.17.0",
|
|
|
|
|
"unplugin-vue-components": "^0.27.0",
|
2026-06-15 09:06:11 +08:00
|
|
|
"vite": "^5.4.21",
|
|
|
|
|
"vite-plugin-compression": "^0.5.0",
|
|
|
|
|
"vue-tsc": "^2.2.12"
|
2026-06-14 13:17:40 +08:00
|
|
|
}
|
2026-06-15 09:06:11 +08:00
|
|
|
}
|