package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "ruoyi",
  3. "version": "3.6.7",
  4. "description": "瑞鲸速达平台",
  5. "author": "瑞鲸",
  6. "license": "MIT",
  7. "type": "module",
  8. "scripts": {
  9. "dev": "vite",
  10. "build:prod": "vite build",
  11. "build:stage": "vite build --mode staging",
  12. "preview": "vite preview"
  13. },
  14. "dependencies": {
  15. "@element-plus/icons-vue": "2.3.1",
  16. "@vueup/vue-quill": "1.2.0",
  17. "@vueuse/core": "13.3.0",
  18. "axios": "^1.13.2",
  19. "clipboard": "2.0.11",
  20. "echarts": "^6.0.0",
  21. "element-plus": "^2.13.1",
  22. "file-saver": "2.0.5",
  23. "fuse.js": "6.6.2",
  24. "js-beautify": "1.14.11",
  25. "js-cookie": "3.0.5",
  26. "jsencrypt": "3.3.2",
  27. "nprogress": "0.2.0",
  28. "pinia": "3.0.2",
  29. "province-city-china": "^8.5.8",
  30. "splitpanes": "4.0.4",
  31. "vue": "3.5.16",
  32. "vue-cropper": "1.1.1",
  33. "vue-router": "4.5.1",
  34. "vue3-count-to": "^1.1.2",
  35. "vuedraggable": "4.1.0",
  36. "yarn": "^1.22.22"
  37. },
  38. "devDependencies": {
  39. "@vitejs/plugin-vue": "5.2.4",
  40. "sass-embedded": "1.89.1",
  41. "unplugin-auto-import": "0.18.6",
  42. "unplugin-vue-setup-extend-plus": "1.0.1",
  43. "vite": "6.3.5",
  44. "vite-plugin-compression": "0.5.1",
  45. "vite-plugin-svg-icons": "^2.0.1"
  46. },
  47. "overrides": {
  48. "quill": "2.0.2"
  49. },
  50. "resolutions": {
  51. "quill": "2.0.2"
  52. }
  53. }