package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.8",
  4. "description": "若依管理系统",
  5. "author": "若依",
  6. "license": "MIT",
  7. "type": "module",
  8. "scripts": {
  9. "dev": "vite --mode development",
  10. "prod": "vite --mode production",
  11. "build:prod": "vite build",
  12. "build:stage": "vite build --mode staging",
  13. "preview": "vite preview"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  18. },
  19. "dependencies": {
  20. "@element-plus/icons-vue": "2.3.1",
  21. "@tinyflow-ai/vue": "^1.0.4",
  22. "@vue-flow/controls": "^1.1.3",
  23. "@vue-flow/core": "^1.45.0",
  24. "@vueup/vue-quill": "1.2.0",
  25. "@vueuse/core": "10.11.0",
  26. "axios": "0.28.1",
  27. "clipboard": "^2.0.11",
  28. "codemirror": "^5.65.19",
  29. "codemirror-editor-vue3": "^2.8.0",
  30. "echarts": "^5.5.1",
  31. "element-plus": "2.7.6",
  32. "file-saver": "2.0.5",
  33. "fuse.js": "6.6.2",
  34. "html2canvas": "^1.4.1",
  35. "js-cookie": "3.0.5",
  36. "jsencrypt": "3.3.2",
  37. "json-beautify": "^1.1.1",
  38. "json-editor-vue3": "^1.1.1",
  39. "jsonpath": "^1.1.1",
  40. "moment": "^2.30.1",
  41. "nprogress": "0.2.0",
  42. "ol": "^10.2.1",
  43. "pinia": "2.1.7",
  44. "pinyin": "^4.0.0",
  45. "qs": "^6.14.0",
  46. "sortablejs": "^1.15.6",
  47. "vue": "^3.5.13",
  48. "vue-clipboard3": "^2.0.0",
  49. "vue-cropper": "1.1.1",
  50. "vue-draggable-plus": "^0.6.0",
  51. "vue-json-editor": "^1.4.3",
  52. "vue-json-viewer": "^3.0.4",
  53. "vue-router": "4.4.0",
  54. "vue3-treeselect": "^0.1.10",
  55. "vuedraggable": "^4.1.0",
  56. "vuex": "^4.0.2"
  57. },
  58. "devDependencies": {
  59. "@originjs/vite-plugin-commonjs": "^1.0.3",
  60. "@vitejs/plugin-vue": "5.0.5",
  61. "sass": "1.77.5",
  62. "unplugin-auto-import": "0.17.6",
  63. "unplugin-vue-setup-extend-plus": "1.0.1",
  64. "vite": "5.3.2",
  65. "vite-plugin-compression": "0.5.1",
  66. "vite-plugin-svg-icons": "2.0.1"
  67. }
  68. }