package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. "echarts": "^5.6.0",
  21. "echarts-gl": "^2.0.9",
  22. "echarts-wordcloud": "^2.1.0",
  23. "element-plus": "^2.9.5",
  24. "highcharts": "^7.2.2",
  25. "pinia": "^3.0.1",
  26. "pinia-plugin-persistedstate": "^4.2.0",
  27. "postcss-px-to-viewport": "^1.1.1",
  28. "three": "^0.174.0",
  29. "vue": "^3.5.12",
  30. "vue-highcharts": "^0.2.0",
  31. "vue-router": "^4.5.0"
  32. },
  33. "devDependencies": {
  34. "@vitejs/plugin-vue": "^5.1.4",
  35. "sass": "^1.85.1",
  36. "sass-loader": "^16.0.5",
  37. "unplugin-auto-import": "^19.1.0",
  38. "unplugin-vue-components": "^28.4.0",
  39. "vite": "^5.4.10"
  40. }
  41. }