package.json 778 B

123456789101112131415161718192021222324252627282930313233
  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. "axios": "^1.7.4",
  15. "clipboard-polyfill": "^4.1.0",
  16. "makeit-captcha": "^2.0.7",
  17. "markdown-it": "^14.1.0",
  18. "marked": "^14.1.3",
  19. "markmap-common": "^0.17.0",
  20. "markmap-lib": "^0.17.2",
  21. "markmap-view": "^0.17.0",
  22. "mitt": "^3.0.1",
  23. "swiper": "^11.1.12",
  24. "vue": "^3.4.29",
  25. "vue-router": "^4.3.3"
  26. },
  27. "devDependencies": {
  28. "@arco-design/web-vue": "^2.56.0",
  29. "@vitejs/plugin-vue": "^5.0.5",
  30. "sass": "^1.78.0",
  31. "vite": "^5.3.1"
  32. }
  33. }