package.json 1.5 KB

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