package.json 1007 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "data-watch-system",
  3. "version": "0.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "build:prod": "vite build --mode production",
  8. "preview": "vite preview",
  9. "test": "vite build --mode test"
  10. },
  11. "dependencies": {
  12. "@antv/x6": "^2.9.7",
  13. "@antv/x6-plugin-dnd": "^2.0.5",
  14. "@antv/x6-plugin-scroller": "^2.0.9",
  15. "@antv/x6-plugin-selection": "^2.1.7",
  16. "@element-plus/icons-vue": "^2.1.0",
  17. "axios": "^1.4.0",
  18. "d3": "^7.8.5",
  19. "echarts": "^5.4.1",
  20. "element-plus": "^2.3.1",
  21. "js-base64": "^3.7.5",
  22. "nanoid": "^4.0.1",
  23. "pinia": "^2.0.36",
  24. "postcss-px-to-viewport": "^1.1.1",
  25. "sass": "^1.62.1",
  26. "sass-loader": "^13.2.2",
  27. "sortablejs": "^1.15.0",
  28. "unplugin-auto-import": "^0.15.1",
  29. "unplugin-vue-components": "^0.24.1",
  30. "uuid": "^9.0.0",
  31. "vue": "^3.3.2",
  32. "vue-router": "^4.2.0",
  33. "vuedraggable": "^4.1.0"
  34. },
  35. "devDependencies": {
  36. "@vitejs/plugin-vue": "^4.2.3",
  37. "vite": "^4.3.5"
  38. }
  39. }