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

package.json 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "lint": "eslint src --ext .vue,.js,.ts",
  10. "lint:fix": "eslint src --ext .vue,.js,.ts --fix",
  11. "type-check": "vue-tsc --noEmit"
  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. "@typescript-eslint/eslint-plugin": "^6.14.0",
  28. "@typescript-eslint/parser": "^6.14.0",
  29. "@vitejs/plugin-vue": "^6.0.7",
  30. "eslint": "^8.55.0",
  31. "eslint-plugin-vue": "^9.19.2",
  32. "sass": "^1.77.0",
  33. "typescript": "^5.9.3",
  34. "unplugin-auto-import": "^0.17.0",
  35. "unplugin-vue-components": "^0.27.0",
  36. "vite": "^5.4.21",
  37. "vite-plugin-compression": "^0.5.0",
  38. "vue-tsc": "^2.2.12"
  39. }
  40. }