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

package.json 1022B

12345678910111213141516171819202122232425262728293031323334353637
  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. "test:e2e": "node test-e2e.js",
  10. "test:e2e:open": "cypress open",
  11. "test:e2e:headed": "cypress run --headed"
  12. },
  13. "dependencies": {
  14. "@element-plus/icons-vue": "^2.3.0",
  15. "axios": "^1.7.0",
  16. "cesium": "^1.120.0",
  17. "echarts": "^5.5.0",
  18. "echarts-liquidfill": "^3.0.0",
  19. "element-plus": "^2.8.0",
  20. "leaflet": "^1.9.0",
  21. "pinia": "^2.2.0",
  22. "vue": "^3.5.0",
  23. "vue-router": "^4.4.0"
  24. },
  25. "devDependencies": {
  26. "@types/leaflet": "^1.9.0",
  27. "@vitejs/plugin-vue": "^6.0.7",
  28. "cypress": "^13.15.0",
  29. "sass": "^1.77.0",
  30. "typescript": "^5.9.3",
  31. "unplugin-auto-import": "^0.17.0",
  32. "unplugin-vue-components": "^0.27.0",
  33. "vite": "^5.4.21",
  34. "vite-plugin-compression": "^0.5.0",
  35. "vue-tsc": "^2.2.12"
  36. }
  37. }