31 lines
734 B
JSON
31 lines
734 B
JSON
{
|
|||
|
|
"name": "water-management-frontend",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vue-tsc && vite build",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"vue": "^3.5.0",
|
||
|
|
"vue-router": "^4.4.0",
|
||
|
|
"pinia": "^2.2.0",
|
||
|
|
"axios": "^1.7.0",
|
||
|
|
"element-plus": "^2.8.0",
|
||
|
|
"@element-plus/icons-vue": "^2.3.0",
|
||
|
|
"echarts": "^5.5.0",
|
||
|
|
"leaflet": "^1.9.0",
|
||
|
|
"cesium": "^1.120.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"typescript": "^5.5.0",
|
||
|
|
"vite": "^5.4.0",
|
||
|
|
"vue-tsc": "^2.0.0",
|
||
|
|
"@types/leaflet": "^1.9.0",
|
||
|
|
"sass": "^1.77.0",
|
||
|
|
"unplugin-auto-import": "^0.17.0",
|
||
|
|
"unplugin-vue-components": "^0.27.0",
|
||
|
|
"vite-plugin-compression": "^0.5.0"
|
||
|
|
}
|
||
|
|
}
|