package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. "default-passive-events": "^2.0.0",
  24. "echarts": "^5.6.0",
  25. "element-plus": "^2.9.7",
  26. "fast-glob": "^3.3.3",
  27. "highlight.js": "^11.11.1",
  28. "lodash": "^4.17.21",
  29. "markdown-it": "^14.1.0",
  30. "marked": "^15.0.8",
  31. "npm": "^11.3.0",
  32. "pinia": "^3.0.1",
  33. "rollup-plugin-visualizer": "^5.14.0",
  34. "sass": "^1.83.1",
  35. "sortablejs": "^1.15.6",
  36. "tailwindcss": "^4.1.6",
  37. "uuid": "^11.0.4",
  38. "vite-plugin-compression": "^0.5.1",
  39. "vite-plugin-html-env": "^1.2.8",
  40. "vite-plugin-svg-icons": "^2.0.1",
  41. "vite-plugin-top-level-await": "^1.4.4",
  42. "vue": "^3.5.13",
  43. "vue-router": "^4.5.0"
  44. },
  45. "devDependencies": {
  46. "@vitejs/plugin-vue": "^5.2.1",
  47. "typescript": "^5.7.2",
  48. "vite": "^6.0.7",
  49. "vue-tsc": "^2.2.0"
  50. }
  51. }