package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. "@antv/layout": "^1.2.14-beta.8",
  21. "@antv/x6": "^2.19.0",
  22. "@antv/x6-plugin-dnd": "^2.1.1",
  23. "@antv/x6-plugin-export": "^2.1.6",
  24. "@antv/x6-plugin-history": "^2.2.4",
  25. "@antv/x6-plugin-keyboard": "^2.2.3",
  26. "@antv/x6-plugin-selection": "^2.2.2",
  27. "@antv/x6-vue-shape": "^2.1.2",
  28. "@element-plus/icons-vue": "2.3.1",
  29. "@tinyflow-ai/vue": "^1.0.4",
  30. "@vue-flow/controls": "^1.1.3",
  31. "@vue-flow/core": "^1.45.0",
  32. "@vueup/vue-quill": "1.2.0",
  33. "@vueuse/core": "10.11.0",
  34. "axios": "0.28.1",
  35. "clipboard": "^2.0.11",
  36. "codemirror": "^5.65.19",
  37. "codemirror-editor-vue3": "^2.8.0",
  38. "cronstrue": "^3.3.0",
  39. "echarts": "^5.5.1",
  40. "element-plus": "2.7.6",
  41. "file-saver": "2.0.5",
  42. "fuse.js": "6.6.2",
  43. "html2canvas": "^1.4.1",
  44. "js-beautify": "^1.15.4",
  45. "js-cookie": "3.0.5",
  46. "jsencrypt": "3.3.2",
  47. "json-beautify": "^1.1.1",
  48. "json-editor-vue3": "^1.1.1",
  49. "jsonpath": "^1.1.1",
  50. "jsonpath-plus": "^10.3.0",
  51. "mitt": "^3.0.1",
  52. "moment": "^2.30.1",
  53. "monaco-editor": "^0.54.0",
  54. "nprogress": "0.2.0",
  55. "ol": "^10.6.1",
  56. "ol-contextmenu": "^5.5.0",
  57. "ol-ext": "^4.0.35",
  58. "pinia": "2.1.7",
  59. "pinyin": "^4.0.0",
  60. "proj4": "^2.19.10",
  61. "qs": "^6.14.0",
  62. "sortablejs": "^1.15.6",
  63. "vue": "^3.5.13",
  64. "vue-clipboard3": "^2.0.0",
  65. "vue-cropper": "1.1.1",
  66. "vue-draggable-plus": "^0.6.0",
  67. "vue-json-editor": "^1.4.3",
  68. "vue-json-viewer": "^3.0.4",
  69. "vue-router": "4.4.0",
  70. "vue3-treeselect": "^0.1.10",
  71. "vuedraggable": "^4.1.0",
  72. "vuex": "^4.0.2"
  73. },
  74. "devDependencies": {
  75. "@originjs/vite-plugin-commonjs": "^1.0.3",
  76. "@vitejs/plugin-vue": "5.0.5",
  77. "less": "^4.4.2",
  78. "sass": "1.77.5",
  79. "unplugin-auto-import": "0.17.6",
  80. "unplugin-vue-setup-extend-plus": "1.0.1",
  81. "vite": "5.3.2",
  82. "vite-plugin-compression": "0.5.1",
  83. "vite-plugin-svg-icons": "2.0.1"
  84. }
  85. }