package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "name": "ruoyi-vue-plus",
  3. "version": "5.2.1",
  4. "description": "智慧交通智能认知系统",
  5. "author": "LionLi",
  6. "license": "MIT",
  7. "type": "module",
  8. "scripts": {
  9. "dev": "vite serve --mode development",
  10. "build:prod": "vite build --mode production",
  11. "build:dev": "vite build --mode development",
  12. "preview": "vite preview",
  13. "lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ",
  14. "prettier": "prettier --write ."
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://gitee.com/JavaLionLi/plus-ui.git"
  19. },
  20. "dependencies": {
  21. "@antv/x6": "^2.18.1",
  22. "@antv/x6-plugin-clipboard": "^2.1.6",
  23. "@antv/x6-plugin-dnd": "^2.1.1",
  24. "@antv/x6-plugin-history": "^2.2.4",
  25. "@antv/x6-plugin-keyboard": "^2.2.3",
  26. "@antv/x6-plugin-minimap": "^2.0.7",
  27. "@antv/x6-plugin-scroller": "^2.0.10",
  28. "@antv/x6-plugin-selection": "^2.2.2",
  29. "@antv/x6-plugin-snapline": "^2.1.7",
  30. "@antv/x6-plugin-stencil": "^2.1.5",
  31. "@antv/x6-plugin-transform": "^2.1.8",
  32. "@antv/x6-vue-shape": "^2.1.2",
  33. "@element-plus/icons-vue": "2.3.1",
  34. "@fortawesome/fontawesome-free": "^6.6.0",
  35. "@highlightjs/vue-plugin": "2.1.0",
  36. "@vitejs/plugin-react": "^4.3.1",
  37. "@vitejs/plugin-vue-jsx": "^4.0.0",
  38. "@vueup/vue-quill": "1.2.0",
  39. "@vueuse/core": "10.9.0",
  40. "animate.css": "4.1.1",
  41. "await-to-js": "3.0.0",
  42. "axios": "1.6.8",
  43. "bpmn-js": "16.4.0",
  44. "copy-to-clipboard": "^3.3.3",
  45. "crypto-js": "4.2.0",
  46. "diagram-js": "12.3.0",
  47. "didi": "9.0.2",
  48. "echarts": "^5.5.1",
  49. "element-plus": "2.7.5",
  50. "element-resize-detector": "^1.2.4",
  51. "file-saver": "2.0.5",
  52. "fuse.js": "7.0.0",
  53. "highlight.js": "11.9.0",
  54. "image-conversion": "^2.1.1",
  55. "insert-css": "^2.0.0",
  56. "js-base64": "^3.7.7",
  57. "js-cookie": "3.0.5",
  58. "jsencrypt": "3.3.2",
  59. "lodash": "^4.17.21",
  60. "mitt": "^3.0.1",
  61. "nprogress": "0.2.0",
  62. "pinia": "2.1.7",
  63. "qs": "^6.12.3",
  64. "screenfull": "6.0.2",
  65. "veaury": "^2.4.2",
  66. "vue": "3.4.25",
  67. "vue-cropper": "1.1.1",
  68. "vue-i18n": "9.10.2",
  69. "vue-property-decorator": "^9.1.2",
  70. "vue-router": "4.3.2",
  71. "vue-types": "5.1.1",
  72. "vxe-table": "4.5.22",
  73. "xijs": "^1.2.6"
  74. },
  75. "devDependencies": {
  76. "@iconify/json": "2.2.201",
  77. "@intlify/unplugin-vue-i18n": "3.0.1",
  78. "@types/crypto-js": "4.2.2",
  79. "@types/file-saver": "2.0.7",
  80. "@types/js-cookie": "3.0.6",
  81. "@types/node": "18.18.2",
  82. "@types/nprogress": "0.2.3",
  83. "@typescript-eslint/eslint-plugin": "7.3.1",
  84. "@typescript-eslint/parser": "7.3.1",
  85. "@unocss/preset-attributify": "0.58.6",
  86. "@unocss/preset-icons": "0.58.6",
  87. "@unocss/preset-uno": "0.58.6",
  88. "@vitejs/plugin-vue": "5.0.4",
  89. "@vue/compiler-sfc": "3.4.23",
  90. "autoprefixer": "10.4.18",
  91. "eslint": "8.57.0",
  92. "eslint-config-prettier": "9.1.0",
  93. "eslint-define-config": "2.1.0",
  94. "eslint-plugin-import": "2.29.1",
  95. "eslint-plugin-node": "11.1.0",
  96. "eslint-plugin-prettier": "5.1.3",
  97. "eslint-plugin-promise": "6.1.1",
  98. "eslint-plugin-vue": "9.23.0",
  99. "fast-glob": "3.3.2",
  100. "postcss": "8.4.36",
  101. "prettier": "3.2.5",
  102. "sass": "1.72.0",
  103. "typescript": "5.4.5",
  104. "unocss": "0.58.6",
  105. "unplugin-auto-import": "0.17.5",
  106. "unplugin-icons": "0.18.5",
  107. "unplugin-vue-components": "0.26.0",
  108. "unplugin-vue-setup-extend-plus": "1.0.1",
  109. "vite": "5.2.10",
  110. "vite-plugin-compression": "0.5.1",
  111. "vite-plugin-svg-icons": "2.0.1",
  112. "vitest": "1.5.0",
  113. "vue-eslint-parser": "9.4.2",
  114. "vue-tsc": "2.0.13"
  115. }
  116. }