package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. "splitpanes": "4.0.4",
  30. "vue": "3.5.16",
  31. "vue-cropper": "1.1.1",
  32. "vue-router": "4.5.1",
  33. "vue3-count-to": "^1.1.2",
  34. "vuedraggable": "4.1.0",
  35. "yarn": "^1.22.22"
  36. },
  37. "devDependencies": {
  38. "@vitejs/plugin-vue": "5.2.4",
  39. "sass-embedded": "1.89.1",
  40. "unplugin-auto-import": "0.18.6",
  41. "unplugin-vue-setup-extend-plus": "1.0.1",
  42. "vite": "6.3.5",
  43. "vite-plugin-compression": "0.5.1",
  44. "vite-plugin-svg-icons": "^2.0.1"
  45. },
  46. "overrides": {
  47. "quill": "2.0.2"
  48. },
  49. "resolutions": {
  50. "quill": "2.0.2"
  51. }
  52. }