package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.5",
  4. "description": "尔泓时代",
  5. "author": "尔泓时代",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite",
  9. "build:prod": "vite build && node ./build/build-pro.js",
  10. "build:stage": "vite build --mode staging && node ./build/build-pro.js",
  11. "preview": "vite preview"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  16. },
  17. "dependencies": {
  18. "@antv/x6": "^2.9.4",
  19. "@antv/x6-plugin-clipboard": "^2.1.5",
  20. "@antv/x6-plugin-dnd": "^2.0.4",
  21. "@antv/x6-plugin-history": "^2.1.2",
  22. "@antv/x6-plugin-keyboard": "^2.2.0",
  23. "@antv/x6-plugin-minimap": "^2.0.5",
  24. "@antv/x6-plugin-selection": "^2.1.5",
  25. "@antv/x6-plugin-snapline": "^2.1.6",
  26. "@antv/x6-plugin-stencil": "^2.0.2",
  27. "@antv/x6-plugin-transform": "^2.1.6",
  28. "@antv/x6-vue-shape": "^2.0.11",
  29. "@imengyu/vue3-context-menu": "^1.3.5",
  30. "@tinymce/tinymce-vue": "^5.1.0",
  31. "@vue-flow/additional-components": "^1.3.3",
  32. "@vue-flow/core": "^1.18.2",
  33. "@vueup/vue-quill": "^1.0.0-alpha.40",
  34. "@vueuse/core": "9.5.0",
  35. "axios": "0.27.2",
  36. "crypto-js": "^4.1.1",
  37. "echarts": "^5.4.0",
  38. "echarts-gl": "^2.0.9",
  39. "element-plus": "2.2.27",
  40. "file-saver": "^2.0.5",
  41. "fuse.js": "6.6.2",
  42. "html2canvas": "^1.4.1",
  43. "jquery": "^3.7.0",
  44. "js-cookie": "3.0.1",
  45. "js-table2excel": "^1.1.2",
  46. "jsencrypt": "3.3.1",
  47. "jspdf": "^2.5.1",
  48. "lossless-json": "^2.0.8",
  49. "mitt": "^3.0.1",
  50. "moment": "^2.29.4",
  51. "nprogress": "0.2.0",
  52. "pinia": "2.0.22",
  53. "pubsub-js": "^1.9.4",
  54. "sortablejs": "^1.15.0",
  55. "typescript": "^5.0.4",
  56. "uuid": "^9.0.1",
  57. "vue": "3.2.45",
  58. "vue-cropper": "1.0.3",
  59. "vue-i18n": "^9.3.0-beta.17",
  60. "vue-router": "4.1.4",
  61. "vue-super-flow": "^1.3.8",
  62. "vue3-print-nb": "^0.1.4"
  63. },
  64. "devDependencies": {
  65. "@vitejs/plugin-vue": "3.1.0",
  66. "@vue/compiler-sfc": "3.2.45",
  67. "sass": "1.56.1",
  68. "unplugin-auto-import": "0.11.4",
  69. "vite": "3.2.3",
  70. "vite-plugin-compression": "0.5.1",
  71. "vite-plugin-svg-icons": "2.0.1",
  72. "vite-plugin-vue-setup-extend": "0.4.0"
  73. }
  74. }