package.json 2.1 KB

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