package.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "name": "yudao-ui-admin-vue3",
  3. "version": "2.0.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 local-dev",
  10. "dev-server": "vite --mode dev",
  11. "ts:check": "vue-tsc --noEmit",
  12. "build:local-dev": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode local-dev",
  13. "build:dev": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode local-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-dev && 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.1.3",
  30. "@form-create/element-ui": "^3.1.24",
  31. "@iconify/iconify": "^3.1.1",
  32. "@videojs-player/vue": "^1.0.0",
  33. "@vueuse/core": "^10.6.1",
  34. "@wangeditor/editor": "^5.1.23",
  35. "@wangeditor/editor-for-vue": "^5.1.10",
  36. "@zxcvbn-ts/core": "^3.0.4",
  37. "animate.css": "^4.1.1",
  38. "axios": "^1.6.1",
  39. "benz-amr-recorder": "^1.1.5",
  40. "bpmn-js-token-simulation": "^0.10.0",
  41. "camunda-bpmn-moddle": "^7.0.1",
  42. "cropperjs": "^1.6.1",
  43. "crypto-js": "^4.2.0",
  44. "dayjs": "^1.11.10",
  45. "diagram-js": "^12.8.0",
  46. "driver.js": "^1.3.1",
  47. "echarts": "^5.4.3",
  48. "echarts-wordcloud": "^2.1.0",
  49. "element-plus": "2.4.2",
  50. "fast-xml-parser": "^4.3.2",
  51. "highlight.js": "^11.9.0",
  52. "jsencrypt": "^3.3.2",
  53. "lodash-es": "^4.17.21",
  54. "min-dash": "^4.1.1",
  55. "mitt": "^3.0.1",
  56. "nprogress": "^0.2.0",
  57. "pinia": "^2.1.7",
  58. "qrcode": "^1.5.3",
  59. "qs": "^6.11.2",
  60. "steady-xml": "^0.1.0",
  61. "url": "^0.11.3",
  62. "vant": "^4.9.0",
  63. "video.js": "^7.21.5",
  64. "vue": "^3.3.8",
  65. "vue-dompurify-html": "^4.1.4",
  66. "vue-i18n": "^9.6.5",
  67. "vue-router": "^4.2.5",
  68. "vue-types": "^5.1.1",
  69. "vuedraggable": "^4.1.0",
  70. "web-storage-cache": "^1.1.1",
  71. "xml-js": "^1.6.11"
  72. },
  73. "devDependencies": {
  74. "@commitlint/cli": "^18.4.1",
  75. "@commitlint/config-conventional": "^18.4.0",
  76. "@iconify/json": "^2.2.142",
  77. "@intlify/unplugin-vue-i18n": "^1.5.0",
  78. "@purge-icons/generated": "^0.9.0",
  79. "@types/lodash-es": "^4.17.11",
  80. "@types/node": "^20.9.0",
  81. "@types/nprogress": "^0.2.3",
  82. "@types/qrcode": "^1.5.5",
  83. "@types/qs": "^6.9.10",
  84. "@typescript-eslint/eslint-plugin": "^6.11.0",
  85. "@typescript-eslint/parser": "^6.11.0",
  86. "@unocss/eslint-config": "^0.57.4",
  87. "@unocss/transformer-variant-group": "^0.57.4",
  88. "@vitejs/plugin-legacy": "^4.1.1",
  89. "@vitejs/plugin-vue": "^4.4.1",
  90. "@vitejs/plugin-vue-jsx": "^3.0.2",
  91. "autoprefixer": "^10.4.16",
  92. "bpmn-js": "8.9.0",
  93. "bpmn-js-properties-panel": "0.46.0",
  94. "consola": "^3.2.3",
  95. "eslint": "^8.53.0",
  96. "eslint-config-prettier": "^9.0.0",
  97. "eslint-define-config": "^1.24.1",
  98. "eslint-plugin-prettier": "^5.0.1",
  99. "eslint-plugin-vue": "^9.18.1",
  100. "lint-staged": "^15.1.0",
  101. "postcss": "^8.4.31",
  102. "postcss-html": "^1.5.0",
  103. "postcss-scss": "^4.0.9",
  104. "prettier": "^3.1.0",
  105. "rimraf": "^5.0.5",
  106. "rollup": "^4.4.1",
  107. "sass": "^1.69.5",
  108. "stylelint": "^15.11.0",
  109. "stylelint-config-html": "^1.1.0",
  110. "stylelint-config-recommended": "^13.0.0",
  111. "stylelint-config-standard": "^34.0.0",
  112. "stylelint-order": "^6.0.3",
  113. "terser": "^5.24.0",
  114. "typescript": "5.2.2",
  115. "unocss": "^0.57.4",
  116. "unplugin-auto-import": "^0.16.7",
  117. "unplugin-element-plus": "^0.8.0",
  118. "unplugin-vue-components": "^0.25.2",
  119. "vite": "4.5.0",
  120. "vite-plugin-compression": "^0.5.1",
  121. "vite-plugin-ejs": "^1.6.4",
  122. "vite-plugin-eslint": "^1.8.1",
  123. "vite-plugin-progress": "^0.0.7",
  124. "vite-plugin-purge-icons": "^0.9.2",
  125. "vite-plugin-svg-icons": "^2.0.1",
  126. "vite-plugin-top-level-await": "^1.3.1",
  127. "vue-eslint-parser": "^9.3.2",
  128. "vue-tsc": "^1.8.22"
  129. },
  130. "license": "MIT",
  131. "repository": {
  132. "type": "git",
  133. "url": "git+https://gitee.com/yudaocode/yudao-ui-admin-vue3"
  134. },
  135. "bugs": {
  136. "url": "https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues"
  137. },
  138. "homepage": "https://gitee.com/yudaocode/yudao-ui-admin-vue3",
  139. "packageManager": "pnpm@8.6.0",
  140. "engines": {
  141. "node": ">= 16.0.0",
  142. "pnpm": ">=8.6.0"
  143. }
  144. }