package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.5",
  4. "description": "SANFAN MES",
  5. "author": "SANFAN MES",
  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. "@infectoone/vue-ganttastic": "^2.3.2",
  31. "@tinymce/tinymce-vue": "^5.1.0",
  32. "@vue-flow/additional-components": "^1.3.3",
  33. "@vue-flow/core": "^1.18.2",
  34. "@vueup/vue-quill": "^1.0.0-alpha.40",
  35. "@vueuse/core": "9.5.0",
  36. "axios": "0.27.2",
  37. "crypto-js": "^4.1.1",
  38. "echarts": "^5.4.0",
  39. "echarts-gl": "^2.0.9",
  40. "element-plus": "2.2.27",
  41. "file-saver": "^2.0.5",
  42. "fuse.js": "6.6.2",
  43. "html2canvas": "^1.4.1",
  44. "jquery": "^3.7.0",
  45. "js-cookie": "3.0.1",
  46. "js-table2excel": "^1.1.2",
  47. "jsencrypt": "3.3.1",
  48. "jspdf": "^2.5.1",
  49. "lossless-json": "^2.0.8",
  50. "mitt": "^3.0.1",
  51. "moment": "^2.29.4",
  52. "nprogress": "0.2.0",
  53. "pinia": "2.0.22",
  54. "pubsub-js": "^1.9.4",
  55. "qrcodejs2-fix": "^0.0.1",
  56. "sortablejs": "^1.15.0",
  57. "typescript": "^5.0.4",
  58. "uuid": "^9.0.1",
  59. "vue": "3.2.45",
  60. "vue-cropper": "1.0.3",
  61. "vue-i18n": "^9.3.0-beta.17",
  62. "vue-router": "4.1.4",
  63. "vue-super-flow": "^1.3.8",
  64. "vue3-print-nb": "^0.1.4",
  65. "xlsx": "^0.18.5"
  66. },
  67. "devDependencies": {
  68. "@vitejs/plugin-vue": "3.1.0",
  69. "@vue/compiler-sfc": "3.2.45",
  70. "rollup-plugin-visualizer": "^5.12.0",
  71. "sass": "1.56.1",
  72. "unplugin-auto-import": "0.11.4",
  73. "vite": "3.2.3",
  74. "vite-plugin-compression": "0.5.1",
  75. "vite-plugin-svg-icons": "2.0.1",
  76. "vite-plugin-vue-setup-extend": "0.4.0"
  77. }
  78. }