package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@arco-themes/vue-niuniu": "^0.0.1",
  13. "@venegrad/vue3-click-outside": "^1.0.1",
  14. "@vitejs/plugin-vue-jsx": "^2.0.1",
  15. "@vue-office/docx": "^1.6.2",
  16. "@vue-office/excel": "^1.7.11",
  17. "@vue-office/pdf": "^2.0.8",
  18. "@vue/babel-plugin-jsx": "^1.1.1",
  19. "@vueuse/core": "^11.2.0",
  20. "axios": "^1.7.4",
  21. "clipboard-polyfill": "^4.1.0",
  22. "dayjs": "^1.11.13",
  23. "eventsource-parser": "^3.0.0",
  24. "less": "^4.2.0",
  25. "makeit-captcha": "^2.0.7",
  26. "markdown-it": "^14.1.0",
  27. "marked": "^14.1.3",
  28. "markmap-common": "^0.17.0",
  29. "markmap-lib": "^0.17.2",
  30. "markmap-view": "^0.17.0",
  31. "mitt": "^3.0.1",
  32. "moment": "^2.30.1",
  33. "pdfjs-dist": "4.8.69",
  34. "pinia": "^2.2.6",
  35. "pinia-plugin-persistedstate": "^4.1.2",
  36. "query-string": "^9.1.1",
  37. "sortablejs": "^1.15.3",
  38. "swiper": "^11.1.12",
  39. "vue": "3.5.12",
  40. "vue-clipboard3": "^2.0.0",
  41. "vue-i18n": "^10.0.4",
  42. "vue-router": "^4.3.3"
  43. },
  44. "devDependencies": {
  45. "@arco-design/web-vue": "^2.56.0",
  46. "@vitejs/plugin-vue": "^5.0.5",
  47. "sass": "^1.78.0",
  48. "vite": "^4.3.7"
  49. }
  50. }