package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "emergencylargescreen-ui",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@antv/g6": "^5.0.44",
  13. "@antv/layout": "^1.2.14-beta.8",
  14. "@antv/x6": "^2.18.1",
  15. "@antv/x6-vue-shape": "^2.1.2",
  16. "@chenfengyuan/vue-carousel": "^2.0.0",
  17. "@jiaminghi/data-view": "^2.10.0",
  18. "axios": "^1.7.9",
  19. "dagre": "^0.8.5",
  20. "dayjs": "^1.11.13",
  21. "echarts": "^5.6.0",
  22. "echarts-gl": "^2.0.9",
  23. "echarts-wordcloud": "^2.1.0",
  24. "element-plus": "^2.9.5",
  25. "highcharts": "^7.2.2",
  26. "pinia": "^3.0.1",
  27. "pinia-plugin-persistedstate": "^4.2.0",
  28. "postcss-px-to-viewport": "^1.1.1",
  29. "three": "^0.174.0",
  30. "vue": "^3.5.12",
  31. "vue-highcharts": "^0.2.0",
  32. "vue-router": "^4.5.0"
  33. },
  34. "devDependencies": {
  35. "@vitejs/plugin-vue": "^5.1.4",
  36. "sass": "^1.85.1",
  37. "sass-loader": "^16.0.5",
  38. "unplugin-auto-import": "^19.1.0",
  39. "unplugin-vue-components": "^28.4.0",
  40. "vite": "^5.4.10"
  41. }
  42. }