package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "monitor-ai",
  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. "@amap/amap-jsapi-loader": "^1.0.1",
  13. "@vue-office/docx": "^1.6.3",
  14. "ali-oss": "^6.23.0",
  15. "amfe-flexible": "^2.2.1",
  16. "axios": "^1.7.3",
  17. "dompurify": "^3.2.6",
  18. "echarts": "6",
  19. "element-plus": "^2.13.1",
  20. "github-markdown-css": "^5.8.1",
  21. "highlight.js": "^11.10.0",
  22. "html2canvas": "^1.4.1",
  23. "js-cookie": "^3.0.5",
  24. "jspdf": "^3.0.1",
  25. "katex": "^0.16.22",
  26. "less": "^4.2.0",
  27. "less-loader": "^12.2.0",
  28. "markdown-it": "^14.1.0",
  29. "markdown-it-mathjax3": "^4.3.2",
  30. "markdown-it-mermaid": "^0.2.5",
  31. "mathjax": "^3.2.2",
  32. "mermaid": "^11.12.1",
  33. "mitt": "^3.0.1",
  34. "moment": "^2.30.1",
  35. "pdfjs-dist": "^3.11.174",
  36. "pinia": "^3.0.1",
  37. "pinia-plugin-persistedstate": "^4.2.0",
  38. "prismjs": "^1.30.0",
  39. "sass-embedded": "^1.87.0",
  40. "typed.js": "^2.1.0",
  41. "vant": "^4.9.4",
  42. "vue": "^3.4.35",
  43. "vue-clipboard3": "^2.0.0",
  44. "vue-pdf-embed": "^1.2.1",
  45. "vue-router": "^4.4.3",
  46. "vue3-marquee": "^4.2.2",
  47. "vue3typed": "^0.1.5"
  48. },
  49. "devDependencies": {
  50. "@vitejs/plugin-vue": "^5.1.2",
  51. "vite": "^6.3.2",
  52. "vite-plugin-svg-icons": "^2.0.1"
  53. }
  54. }