package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.5",
  4. "description": "SD",
  5. "author": "SD",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite",
  9. "build:prod": "vite build --mode prod && 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. "@tinymce/tinymce-vue": "^5.1.0",
  30. "@vue-flow/additional-components": "^1.3.3",
  31. "@vue-flow/core": "^1.18.2",
  32. "@vueup/vue-quill": "^1.0.0-alpha.40",
  33. "@vueuse/core": "9.5.0",
  34. "axios": "0.27.2",
  35. "echarts": "^5.4.0",
  36. "element-plus": "2.2.27",
  37. "file-saver": "2.0.5",
  38. "fuse.js": "6.6.2",
  39. "html2canvas": "^1.4.1",
  40. "jquery": "^3.7.0",
  41. "js-cookie": "3.0.1",
  42. "js-table2excel": "^1.1.2",
  43. "jsbarcode": "^3.11.5",
  44. "jsencrypt": "3.3.1",
  45. "jspdf": "^2.5.1",
  46. "lossless-json": "^2.0.8",
  47. "moment": "^2.29.4",
  48. "nprogress": "0.2.0",
  49. "pinia": "2.0.22",
  50. "pinia-plugin-persist": "^1.0.0",
  51. "pubsub-js": "^1.9.4",
  52. "qrcodejs2-fix": "0.0.1",
  53. "sortablejs": "^1.15.0",
  54. "typescript": "^5.0.4",
  55. "vue": "3.2.45",
  56. "vue-cropper": "1.0.3",
  57. "vue-draggable-next": "^2.2.1",
  58. "vue-i18n": "^9.3.0-beta.17",
  59. "vue-lazyload": "^3.0.0",
  60. "vue-router": "4.1.4",
  61. "vue-super-flow": "^1.3.8",
  62. "vue3-clipboard": "^1.0.0",
  63. "vue3-print-nb": "^0.1.4"
  64. },
  65. "devDependencies": {
  66. "@vitejs/plugin-vue": "3.1.0",
  67. "@vue/compiler-sfc": "3.2.45",
  68. "sass": "1.56.1",
  69. "unplugin-auto-import": "0.11.4",
  70. "vite": "3.2.3",
  71. "vite-plugin-compression": "0.5.1",
  72. "vite-plugin-svg-icons": "2.0.1",
  73. "vite-plugin-vue-setup-extend": "0.4.0"
  74. }
  75. }