package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "smart-ask-answer-web",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build --mode production",
  9. "preview": "vite preview",
  10. "serve": "vite --host 0.0.0.0"
  11. },
  12. "dependencies": {
  13. "@antv/x6": "^2.18.1",
  14. "@antv/x6-plugin-dnd": "^2.1.1",
  15. "@antv/x6-plugin-history": "^2.2.4",
  16. "@antv/x6-plugin-minimap": "^2.0.7",
  17. "@antv/x6-plugin-snapline": "^2.1.7",
  18. "@antv/x6-vue-shape": "^2.1.2",
  19. "@tailwindcss/vite": "^4.1.6",
  20. "@types/node": "^20.17.11",
  21. "ant-design-vue": "4.x",
  22. "axios": "^1.7.9",
  23. "dagre": "^0.8.5",
  24. "default-passive-events": "^2.0.0",
  25. "echarts": "^5.6.0",
  26. "element-plus": "^2.9.7",
  27. "fast-glob": "^3.3.3",
  28. "highlight.js": "^11.11.1",
  29. "lodash": "^4.17.21",
  30. "markdown-it": "^14.1.0",
  31. "marked": "^15.0.8",
  32. "npm": "^11.3.0",
  33. "pinia": "^3.0.1",
  34. "rollup-plugin-visualizer": "^5.14.0",
  35. "sass": "^1.83.1",
  36. "sortablejs": "^1.15.6",
  37. "tailwindcss": "^4.1.6",
  38. "uuid": "^11.0.4",
  39. "vite-plugin-compression": "^0.5.1",
  40. "vite-plugin-html-env": "^1.2.8",
  41. "vite-plugin-svg-icons": "^2.0.1",
  42. "vite-plugin-top-level-await": "^1.4.4",
  43. "vue": "^3.5.13",
  44. "vue-router": "^4.5.0"
  45. },
  46. "devDependencies": {
  47. "@vitejs/plugin-vue": "^5.2.1",
  48. "typescript": "^5.7.2",
  49. "vite": "^6.0.7",
  50. "vue-tsc": "^2.2.0"
  51. }
  52. }