package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "ruoyi",
  3. "version": "3.6.6",
  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. "repository": {
  15. "type": "git",
  16. "url": "https://gitee.com/y_project/RuoYi-Cloud.git"
  17. },
  18. "dependencies": {
  19. "@element-plus/icons-vue": "2.3.1",
  20. "@vueup/vue-quill": "1.2.0",
  21. "@vueuse/core": "13.3.0",
  22. "axios": "1.9.0",
  23. "clipboard": "2.0.11",
  24. "echarts": "^5.6.0",
  25. "element-plus": "2.9.9",
  26. "fabric": "^6.7.0",
  27. "file-saver": "2.0.5",
  28. "fuse.js": "6.6.2",
  29. "js-beautify": "1.14.11",
  30. "js-cookie": "3.0.5",
  31. "jsencrypt": "3.3.2",
  32. "marked": "^16.1.1",
  33. "nprogress": "0.2.0",
  34. "pinia": "3.0.2",
  35. "simple-keyboard": "^3.8.71",
  36. "simple-keyboard-layouts": "^3.4.114",
  37. "splitpanes": "4.0.4",
  38. "video.js": "^8.23.3",
  39. "vue": "3.5.16",
  40. "vue-cropper": "1.1.1",
  41. "vue-router": "4.5.1",
  42. "vuedraggable": "4.1.0"
  43. },
  44. "devDependencies": {
  45. "@vitejs/plugin-vue": "5.2.4",
  46. "less": "^4.4.0",
  47. "sass-embedded": "1.89.1",
  48. "unplugin-auto-import": "0.18.6",
  49. "unplugin-vue-setup-extend-plus": "1.0.1",
  50. "vite": "6.3.5",
  51. "vite-plugin-compression": "0.5.1",
  52. "vite-plugin-svg-icons": "2.0.1"
  53. },
  54. "overrides": {
  55. "quill": "2.0.2"
  56. }
  57. }