package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.5",
  4. "description": "ByteSailing",
  5. "author": "ByteSailing",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite",
  9. "build:prod": "vite build",
  10. "build:stage": "vite build --mode staging",
  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-selection": "^2.1.5",
  24. "@antv/x6-plugin-snapline": "^2.1.6",
  25. "@antv/x6-plugin-stencil": "^2.0.2",
  26. "@antv/x6-plugin-transform": "^2.1.6",
  27. "@antv/x6-vue-shape": "^2.0.11",
  28. "@vue-flow/additional-components": "^1.3.3",
  29. "@vue-flow/core": "^1.18.2",
  30. "@vueup/vue-quill": "^1.0.0-alpha.40",
  31. "@vueuse/core": "9.5.0",
  32. "axios": "0.27.2",
  33. "echarts": "^5.4.0",
  34. "element-plus": "2.2.27",
  35. "file-saver": "2.0.5",
  36. "fuse.js": "6.6.2",
  37. "html2canvas": "^1.4.1",
  38. "js-cookie": "3.0.1",
  39. "jsencrypt": "3.3.1",
  40. "jspdf": "^2.5.1",
  41. "lossless-json": "^2.0.8",
  42. "moment": "^2.29.4",
  43. "nprogress": "0.2.0",
  44. "pinia": "2.0.22",
  45. "sortablejs": "^1.15.0",
  46. "typescript": "^5.0.4",
  47. "vue": "3.2.45",
  48. "vue-cropper": "1.0.3",
  49. "vue-i18n": "^9.3.0-beta.17",
  50. "vue-router": "4.1.4",
  51. "vue-super-flow": "^1.3.8"
  52. },
  53. "devDependencies": {
  54. "@vitejs/plugin-vue": "3.1.0",
  55. "@vue/compiler-sfc": "3.2.45",
  56. "sass": "1.56.1",
  57. "unplugin-auto-import": "0.11.4",
  58. "vite": "3.2.3",
  59. "vite-plugin-compression": "0.5.1",
  60. "vite-plugin-svg-icons": "2.0.1",
  61. "vite-plugin-vue-setup-extend": "0.4.0"
  62. }
  63. }