智慧水务管理系统 - 精河县供水工程综合管理平台

package.json 875B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "water-management-frontend",
  3. "version": "1.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "echo 'Using static HTML delivery' && cp public/operation-dashboard.html dist/index.html",
  8. "preview": "vite preview"
  9. },
  10. "dependencies": {
  11. "@element-plus/icons-vue": "^2.3.0",
  12. "axios": "^1.7.0",
  13. "cesium": "^1.120.0",
  14. "echarts": "^5.5.0",
  15. "echarts-liquidfill": "^3.0.0",
  16. "element-plus": "^2.8.0",
  17. "leaflet": "^1.9.0",
  18. "pinia": "^2.2.0",
  19. "vue": "^3.5.0",
  20. "vue-router": "^4.4.0"
  21. },
  22. "devDependencies": {
  23. "@types/leaflet": "^1.9.0",
  24. "@vitejs/plugin-vue": "^6.0.7",
  25. "sass": "^1.77.0",
  26. "typescript": "^5.9.3",
  27. "unplugin-auto-import": "^0.17.0",
  28. "unplugin-vue-components": "^0.27.0",
  29. "vite": "^5.4.21",
  30. "vite-plugin-compression": "^0.5.0",
  31. "vue-tsc": "^2.2.12"
  32. }
  33. }