package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "business",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "local_release": "node ./scripts/build.cjs",
  10. "lr": "npm run local_release",
  11. "preview": "vite preview"
  12. },
  13. "dependencies": {
  14. "@arco-themes/vue-niuniu": "^0.0.1",
  15. "@venegrad/vue3-click-outside": "^1.0.1",
  16. "@vitejs/plugin-vue-jsx": "^2.0.1",
  17. "@vue-office/docx": "^1.6.2",
  18. "@vue-office/excel": "^1.7.11",
  19. "@vue-office/pdf": "^2.0.8",
  20. "@vue/babel-plugin-jsx": "^1.1.1",
  21. "@vueuse/core": "^11.2.0",
  22. "axios": "^1.7.4",
  23. "clipboard-polyfill": "^4.1.0",
  24. "dayjs": "^1.11.13",
  25. "eventsource-parser": "^3.0.0",
  26. "highlight.js": "^11.10.0",
  27. "less": "^4.2.0",
  28. "makeit-captcha": "^2.0.7",
  29. "markdown-it": "^14.1.0",
  30. "marked": "^14.1.3",
  31. "marked-highlight": "^2.2.1",
  32. "markmap-common": "^0.17.0",
  33. "markmap-lib": "^0.17.2",
  34. "markmap-view": "^0.17.0",
  35. "md5": "^2.3.0",
  36. "mitt": "^3.0.1",
  37. "moment": "^2.30.1",
  38. "pdfjs-dist": "4.8.69",
  39. "pinia": "^2.2.6",
  40. "pinia-plugin-persistedstate": "^4.1.2",
  41. "query-string": "^9.1.1",
  42. "react": "^19.0.0",
  43. "react-dom": "^19.0.0",
  44. "sortablejs": "^1.15.3",
  45. "swiper": "^11.1.12",
  46. "tui-image-editor": "^3.15.3",
  47. "vue": "3.5.12",
  48. "vue-clipboard3": "^2.0.0",
  49. "vue-i18n": "^10.0.4",
  50. "vue-router": "^4.3.3"
  51. },
  52. "devDependencies": {
  53. "@arco-design/web-vue": "^2.56.0",
  54. "@vitejs/plugin-react": "^4.3.4",
  55. "@vitejs/plugin-vue": "^5.0.5",
  56. "sass": "^1.78.0",
  57. "shelljs": "^0.8.5",
  58. "vite": "^4.3.7"
  59. }
  60. }