package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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",
  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. "jsbarcode": "^3.11.5",
  43. "jsencrypt": "3.3.1",
  44. "jspdf": "^2.5.1",
  45. "lossless-json": "^2.0.8",
  46. "moment": "^2.29.4",
  47. "nprogress": "0.2.0",
  48. "pinia": "2.0.22",
  49. "pubsub-js": "^1.9.4",
  50. "qrcodejs2-fix": "^0.0.1",
  51. "sortablejs": "^1.15.0",
  52. "typescript": "^5.0.4",
  53. "vue": "3.2.45",
  54. "vue-cropper": "1.0.3",
  55. "vue-i18n": "^9.3.0-beta.17",
  56. "vue-router": "4.1.4",
  57. "vue-super-flow": "^1.3.8",
  58. "vue3-print-nb": "^0.1.4"
  59. },
  60. "devDependencies": {
  61. "@vitejs/plugin-vue": "3.1.0",
  62. "@vue/compiler-sfc": "3.2.45",
  63. "sass": "1.56.1",
  64. "unplugin-auto-import": "0.11.4",
  65. "vite": "3.2.3",
  66. "vite-plugin-compression": "0.5.1",
  67. "vite-plugin-svg-icons": "2.0.1",
  68. "vite-plugin-vue-setup-extend": "0.4.0"
  69. }
  70. }