package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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-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. "crypto-js": "^4.1.1",
  36. "echarts": "^5.4.0",
  37. "element-plus": "2.2.27",
  38. "file-saver": "2.0.5",
  39. "fuse.js": "6.6.2",
  40. "html2canvas": "^1.4.1",
  41. "js-cookie": "3.0.1",
  42. "jsencrypt": "3.3.1",
  43. "jspdf": "^2.5.1",
  44. "lossless-json": "^2.0.8",
  45. "moment": "^2.29.4",
  46. "nprogress": "0.2.0",
  47. "pinia": "2.0.22",
  48. "sortablejs": "^1.15.0",
  49. "typescript": "^5.0.4",
  50. "vue": "3.4.31",
  51. "vue-cropper": "1.0.3",
  52. "vue-i18n": "^9.3.0-beta.17",
  53. "vue-router": "4.4.0",
  54. "vue-super-flow": "^1.3.8"
  55. },
  56. "devDependencies": {
  57. "@vitejs/plugin-vue": "3.1.0",
  58. "@vue/compiler-sfc": "3.3.0",
  59. "sass": "1.56.1",
  60. "unplugin-auto-import": "0.11.4",
  61. "vite": "3.2.3",
  62. "vite-plugin-compression": "0.5.1",
  63. "vite-plugin-svg-icons": "2.0.1",
  64. "vite-plugin-vue-setup-extend": "0.4.0"
  65. }
  66. }