package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "name": "shudao-chat",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "engines": {
  7. "node": "^20.19.0 || >=22.12.0"
  8. },
  9. "scripts": {
  10. "dev": "vite --host 127.0.0.1",
  11. "dev:5173": "vite --host 127.0.0.1 --port 5173 --strictPort",
  12. "dev:5174": "vite --host 127.0.0.1 --port 5174 --strictPort",
  13. "build": "vite build",
  14. "preview": "vite preview",
  15. "test": "vitest --run",
  16. "test:watch": "vitest"
  17. },
  18. "dependencies": {
  19. "@tinymce/tinymce-vue": "^6.3.0",
  20. "@vueup/vue-quill": "^1.2.0",
  21. "@wangeditor/editor": "^5.1.23",
  22. "@wangeditor/editor-for-vue": "^5.1.12",
  23. "amfe-flexible": "^2.2.1",
  24. "axios": "^1.11.0",
  25. "crypto-js": "^4.2.0",
  26. "docx": "^9.5.1",
  27. "docx-pdf": "^0.0.1",
  28. "dompurify": "^3.3.0",
  29. "element-plus": "^2.11.1",
  30. "file-saver": "^2.0.5",
  31. "html-docx-js": "^0.3.1",
  32. "html-to-image": "^1.11.13",
  33. "html2canvas": "^1.4.1",
  34. "js-yaml": "^4.1.0",
  35. "jszip": "^3.10.1",
  36. "katex": "^0.16.25",
  37. "lodash": "^4.17.21",
  38. "mammoth": "^1.10.0",
  39. "marked": "^16.4.0",
  40. "marked-katex-extension": "^5.1.5",
  41. "nanoid": "^5.1.5",
  42. "officegen": "^0.6.5",
  43. "pdf-lib": "^1.17.1",
  44. "pdfjs-dist": "^3.11.174",
  45. "pinia": "^3.0.3",
  46. "pptist": "^0.0.1",
  47. "pptxgenjs": "^4.0.1",
  48. "pptxjs": "^0.0.0",
  49. "prosemirror-commands": "^1.7.1",
  50. "prosemirror-history": "^1.4.1",
  51. "prosemirror-inputrules": "^1.5.0",
  52. "prosemirror-keymap": "^1.2.3",
  53. "prosemirror-model": "^1.25.3",
  54. "prosemirror-schema-basic": "^1.2.4",
  55. "prosemirror-schema-list": "^1.5.1",
  56. "prosemirror-state": "^1.4.3",
  57. "prosemirror-view": "^1.40.1",
  58. "quill": "^2.0.3",
  59. "rehype-sanitize": "^6.0.0",
  60. "rehype-stringify": "^10.0.1",
  61. "remark-parse": "^11.0.0",
  62. "remark-stringify": "^11.0.0",
  63. "tinycolor2": "^1.6.0",
  64. "unified": "^11.0.5",
  65. "vditor": "^3.11.2",
  66. "vue": "^3.5.18",
  67. "vue-router": "^4.5.1",
  68. "vuedraggable": "^4.1.0",
  69. "vuex": "^4.1.0"
  70. },
  71. "devDependencies": {
  72. "@vitejs/plugin-vue": "^6.0.1",
  73. "@vitejs/plugin-vue-jsx": "^5.0.1",
  74. "@vue/test-utils": "^2.4.6",
  75. "fast-check": "^4.4.0",
  76. "jsdom": "^27.3.0",
  77. "less": "^4.4.0",
  78. "postcss-pxtorem": "^6.1.0",
  79. "vite": "^7.0.6",
  80. "vite-plugin-vue-devtools": "^8.0.0",
  81. "vitest": "^4.0.16"
  82. }
  83. }