package.json 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. {
  2. "name": "yudao-ui-admin-vue3",
  3. "version": "2.4.0-snapshot",
  4. "description": "基于vue3、vite4、element-plus、typesScript",
  5. "author": "xingyu",
  6. "private": false,
  7. "scripts": {
  8. "i": "pnpm install",
  9. "dev": "vite --mode dev",
  10. "dev-server": "vite --mode dev",
  11. "ts:check": "vue-tsc --noEmit",
  12. "build:local": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build",
  13. "build:dev": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode dev",
  14. "build:test": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode test",
  15. "build:stage": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode stage",
  16. "build:prod": "node --max-old-space-size=8192 ./node_modules/vite/bin/vite.js build --mode prod",
  17. "serve:dev": "vite preview --mode dev",
  18. "serve:prod": "vite preview --mode prod",
  19. "preview": "pnpm build:local && vite preview",
  20. "clean": "npx rimraf node_modules",
  21. "clean:cache": "npx rimraf node_modules/.cache",
  22. "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
  23. "lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
  24. "lint:style": "stylelint --fix \"./src/**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  25. "lint:lint-staged": "lint-staged -c"
  26. },
  27. "dependencies": {
  28. "@element-plus/icons-vue": "^2.1.0",
  29. "@form-create/designer": "^3.2.6",
  30. "@form-create/element-ui": "^3.2.11",
  31. "@grapecity-software/spread-excelio": "^18.0.4",
  32. "@grapecity-software/spread-sheets": "^18.0.4",
  33. "@grapecity-software/spread-sheets-barcode": "^18.0.4",
  34. "@grapecity-software/spread-sheets-charts": "^18.0.4",
  35. "@grapecity-software/spread-sheets-designer": "^18.0.4",
  36. "@grapecity-software/spread-sheets-designer-resources-cn": "^18.0.4",
  37. "@grapecity-software/spread-sheets-designer-resources-en": "^18.0.4",
  38. "@grapecity-software/spread-sheets-designer-vue": "^18.0.4",
  39. "@grapecity-software/spread-sheets-io": "^18.0.4",
  40. "@grapecity-software/spread-sheets-languagepackages": "^18.0.4",
  41. "@grapecity-software/spread-sheets-pdf": "^18.0.4",
  42. "@grapecity-software/spread-sheets-pivot-addon": "^18.0.4",
  43. "@grapecity-software/spread-sheets-print": "^18.0.4",
  44. "@grapecity-software/spread-sheets-shapes": "^18.0.4",
  45. "@grapecity-software/spread-sheets-tablesheet": "^18.0.4",
  46. "@grapecity/spread-sheets-resources-zh": "^18.1.0",
  47. "@iconify/iconify": "^3.1.1",
  48. "@microsoft/fetch-event-source": "^2.0.1",
  49. "@videojs-player/vue": "^1.0.0",
  50. "@vueuse/core": "^10.9.0",
  51. "@wangeditor/editor": "^5.1.23",
  52. "@wangeditor/editor-for-vue": "^5.1.10",
  53. "@zxcvbn-ts/core": "^3.0.4",
  54. "animate.css": "^4.1.1",
  55. "axios": "^1.6.8",
  56. "benz-amr-recorder": "^1.1.5",
  57. "bpmn-js-token-simulation": "^0.10.0",
  58. "camunda-bpmn-moddle": "^7.0.1",
  59. "cropperjs": "^1.6.1",
  60. "crypto-js": "^4.2.0",
  61. "dayjs": "^1.11.13",
  62. "diagram-js": "^12.8.0",
  63. "drawio-embed": "^1.0.2",
  64. "driver.js": "^1.3.1",
  65. "echarts": "^5.5.0",
  66. "echarts-wordcloud": "^2.1.0",
  67. "element-plus": "2.8.4",
  68. "fast-xml-parser": "^4.3.2",
  69. "highlight.js": "^11.9.0",
  70. "jsencrypt": "^3.3.2",
  71. "lodash": "^4.17.21",
  72. "lodash-es": "^4.17.21",
  73. "markdown-it": "^14.1.0",
  74. "markmap-common": "^0.16.0",
  75. "markmap-lib": "^0.16.1",
  76. "markmap-toolbar": "^0.17.0",
  77. "markmap-view": "^0.16.0",
  78. "min-dash": "^4.1.1",
  79. "mitt": "^3.0.1",
  80. "nprogress": "^0.2.0",
  81. "pinia": "^2.1.7",
  82. "pinia-plugin-persistedstate": "^3.2.1",
  83. "qrcode": "^1.5.3",
  84. "qs": "^6.12.0",
  85. "sortablejs": "^1.15.3",
  86. "spark-md5": "^3.0.2",
  87. "steady-xml": "^0.1.0",
  88. "url": "^0.11.3",
  89. "video.js": "^7.21.5",
  90. "vue": "3.5.12",
  91. "vue-dompurify-html": "^4.1.4",
  92. "vue-i18n": "9.10.2",
  93. "vue-pdf-embed": "^2.1.2",
  94. "vue-router": "4.4.5",
  95. "vue-types": "^5.1.1",
  96. "vuedraggable": "^4.1.0",
  97. "web-storage-cache": "^1.1.1",
  98. "xml-js": "^1.6.11"
  99. },
  100. "devDependencies": {
  101. "@commitlint/cli": "^19.0.1",
  102. "@commitlint/config-conventional": "^19.0.0",
  103. "@iconify/json": "^2.2.187",
  104. "@intlify/unplugin-vue-i18n": "^2.0.0",
  105. "@purge-icons/generated": "^0.9.0",
  106. "@types/lodash-es": "^4.17.12",
  107. "@types/node": "^20.11.21",
  108. "@types/nprogress": "^0.2.3",
  109. "@types/qrcode": "^1.5.5",
  110. "@types/qs": "^6.9.12",
  111. "@typescript-eslint/eslint-plugin": "^7.1.0",
  112. "@typescript-eslint/parser": "^7.1.0",
  113. "@unocss/eslint-config": "^0.57.4",
  114. "@unocss/transformer-variant-group": "^0.58.5",
  115. "@vitejs/plugin-legacy": "^5.3.1",
  116. "@vitejs/plugin-vue": "^5.0.4",
  117. "@vitejs/plugin-vue-jsx": "^3.1.0",
  118. "autoprefixer": "^10.4.17",
  119. "bpmn-js": "^17.9.2",
  120. "bpmn-js-properties-panel": "5.23.0",
  121. "consola": "^3.2.3",
  122. "eslint": "^8.57.0",
  123. "eslint-config-prettier": "^9.1.0",
  124. "eslint-define-config": "^2.1.0",
  125. "eslint-plugin-prettier": "^5.1.3",
  126. "eslint-plugin-vue": "^9.22.0",
  127. "lint-staged": "^15.2.2",
  128. "postcss": "^8.4.35",
  129. "postcss-html": "^1.6.0",
  130. "postcss-scss": "^4.0.9",
  131. "prettier": "^3.2.5",
  132. "prettier-eslint": "^16.3.0",
  133. "rimraf": "^5.0.5",
  134. "rollup": "^4.12.0",
  135. "rollup-plugin-visualizer": "^5.14.0",
  136. "sass": "^1.69.5",
  137. "stylelint": "^16.2.1",
  138. "stylelint-config-html": "^1.1.0",
  139. "stylelint-config-recommended": "^14.0.0",
  140. "stylelint-config-standard": "^36.0.0",
  141. "stylelint-order": "^6.0.4",
  142. "terser": "^5.28.1",
  143. "typescript": "5.3.3",
  144. "unocss": "^0.58.5",
  145. "unplugin-auto-import": "^0.16.7",
  146. "unplugin-element-plus": "^0.8.0",
  147. "unplugin-vue-components": "^0.25.2",
  148. "vite": "^5.1.4",
  149. "vite-plugin-compression": "^0.5.1",
  150. "vite-plugin-ejs": "^1.7.0",
  151. "vite-plugin-eslint": "^1.8.1",
  152. "vite-plugin-progress": "^0.0.7",
  153. "vite-plugin-purge-icons": "^0.10.0",
  154. "vite-plugin-svg-icons": "^2.0.1",
  155. "vite-plugin-top-level-await": "^1.4.4",
  156. "vue-eslint-parser": "^9.3.2",
  157. "vue-tsc": "^1.8.27"
  158. },
  159. "license": "MIT",
  160. "repository": {
  161. "type": "git",
  162. "url": "git+https://gitee.com/yudaocode/yudao-ui-admin-vue3"
  163. },
  164. "bugs": {
  165. "url": "https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues"
  166. },
  167. "homepage": "https://gitee.com/yudaocode/yudao-ui-admin-vue3",
  168. "web-types": "./web-types.json",
  169. "engines": {
  170. "node": ">= 16.0.0",
  171. "pnpm": ">=8.6.0"
  172. }
  173. }