package.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. {
  2. "name": "yudao-ui-admin-vue3",
  3. "version": "1.8.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 base",
  10. "front": "vite --mode front",
  11. "ts:check": "vue-tsc --noEmit",
  12. "build:pro": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode pro",
  13. "build:dev": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode dev",
  14. "build:stage": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode stage",
  15. "build:test": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode test",
  16. "build:static": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode static",
  17. "build:front": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode front",
  18. "serve:pro": "vite preview --mode pro",
  19. "serve:dev": "vite preview --mode dev",
  20. "serve:test": "vite preview --mode test",
  21. "preview": "pnpm build && vite preview",
  22. "npm:check": "npx npm-check-updates",
  23. "clean": "npx rimraf node_modules",
  24. "clean:cache": "npx rimraf node_modules/.cache",
  25. "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
  26. "lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
  27. "lint:style": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  28. "lint:lint-staged": "lint-staged -c ",
  29. "lint:pretty": "pretty-quick --staged"
  30. },
  31. "dependencies": {
  32. "@element-plus/icons-vue": "^2.1.0",
  33. "@form-create/designer": "^3.1.0",
  34. "@form-create/element-ui": "^3.1.17",
  35. "@iconify/iconify": "^3.1.1",
  36. "@videojs-player/vue": "^1.0.0",
  37. "@vueuse/core": "^10.2.1",
  38. "@wangeditor/editor": "^5.1.23",
  39. "@wangeditor/editor-for-vue": "^5.1.10",
  40. "@zxcvbn-ts/core": "^3.0.3",
  41. "animate.css": "^4.1.1",
  42. "axios": "^1.4.0",
  43. "benz-amr-recorder": "^1.1.5",
  44. "bpmn-js-token-simulation": "^0.10.0",
  45. "camunda-bpmn-moddle": "^7.0.1",
  46. "cropperjs": "^1.5.13",
  47. "crypto-js": "^4.1.1",
  48. "dayjs": "^1.11.9",
  49. "diagram-js": "^11.6.0",
  50. "echarts": "^5.4.3",
  51. "echarts-wordcloud": "^2.1.0",
  52. "element-plus": "2.3.8",
  53. "fast-xml-parser": "^4.2.6",
  54. "highlight.js": "^11.8.0",
  55. "intro.js": "^7.0.1",
  56. "jsencrypt": "^3.3.2",
  57. "lodash-es": "^4.17.21",
  58. "min-dash": "^4.1.1",
  59. "mitt": "^3.0.1",
  60. "nprogress": "^0.2.0",
  61. "pinia": "^2.1.6",
  62. "qrcode": "^1.5.3",
  63. "qs": "^6.11.2",
  64. "steady-xml": "^0.1.0",
  65. "url": "^0.11.1",
  66. "video.js": "^7.21.5",
  67. "vue": "3.3.4",
  68. "vue-dompurify-html": "^4.1.4",
  69. "vue-i18n": "9.2.2",
  70. "vue-router": "^4.2.4",
  71. "vue-types": "^5.1.1",
  72. "vuedraggable": "^4.1.0",
  73. "web-storage-cache": "^1.1.1",
  74. "xml-js": "^1.6.11"
  75. },
  76. "devDependencies": {
  77. "@commitlint/cli": "^17.6.7",
  78. "@commitlint/config-conventional": "^17.6.7",
  79. "@iconify/json": "^2.2.95",
  80. "@intlify/unplugin-vue-i18n": "^0.12.2",
  81. "@purge-icons/generated": "^0.9.0",
  82. "@types/intro.js": "^5.1.1",
  83. "@types/lodash-es": "^4.17.8",
  84. "@types/node": "^20.4.0",
  85. "@types/nprogress": "^0.2.0",
  86. "@types/qrcode": "^1.5.1",
  87. "@types/qs": "^6.9.7",
  88. "@typescript-eslint/eslint-plugin": "^6.2.0",
  89. "@typescript-eslint/parser": "^6.2.0",
  90. "@unocss/transformer-variant-group": "^0.51.4",
  91. "@vitejs/plugin-legacy": "^4.1.1",
  92. "@vitejs/plugin-vue": "^4.2.3",
  93. "@vitejs/plugin-vue-jsx": "^3.0.1",
  94. "@vue-macros/volar": "^0.12.3",
  95. "autoprefixer": "^10.4.14",
  96. "bpmn-js": "^8.9.0",
  97. "bpmn-js-properties-panel": "^0.46.0",
  98. "consola": "^3.2.3",
  99. "eslint": "^8.46.0",
  100. "eslint-config-prettier": "^8.9.0",
  101. "eslint-define-config": "^1.21.0",
  102. "eslint-plugin-prettier": "^5.0.0",
  103. "eslint-plugin-vue": "^9.15.1",
  104. "lint-staged": "^13.2.3",
  105. "postcss": "^8.4.27",
  106. "postcss-html": "^1.5.0",
  107. "postcss-scss": "^4.0.6",
  108. "prettier": "^3.0.0",
  109. "rimraf": "^5.0.1",
  110. "rollup": "^3.27.0",
  111. "sass": "^1.64.1",
  112. "stylelint": "^15.10.2",
  113. "stylelint-config-recommended": "^13.0.0",
  114. "stylelint-config-recommended-vue": "^1.5.0",
  115. "stylelint-config-standard": "^34.0.0",
  116. "stylelint-order": "^6.0.3",
  117. "terser": "^5.19.2",
  118. "typescript": "5.1.6",
  119. "unocss": "^0.54.0",
  120. "unplugin-auto-import": "^0.16.6",
  121. "unplugin-element-plus": "^0.7.2",
  122. "unplugin-vue-components": "^0.25.1",
  123. "vite": "4.4.7",
  124. "vite-plugin-compression": "^0.5.1",
  125. "vite-plugin-ejs": "^1.6.4",
  126. "vite-plugin-eslint": "^1.8.1",
  127. "vite-plugin-progress": "^0.0.7",
  128. "vite-plugin-purge-icons": "^0.9.2",
  129. "vite-plugin-svg-icons": "^2.0.1",
  130. "vite-plugin-top-level-await": "^1.3.1",
  131. "vue-tsc": "^1.8.8"
  132. },
  133. "license": "MIT",
  134. "repository": {
  135. "type": "git",
  136. "url": "git+https://gitee.com/yudaocode/yudao-ui-admin-vue3"
  137. },
  138. "bugs": {
  139. "url": "https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues"
  140. },
  141. "homepage": "https://gitee.com/yudaocode/yudao-ui-admin-vue3",
  142. "packageManager": "pnpm@8.6.0",
  143. "engines": {
  144. "node": ">= 16.0.0",
  145. "pnpm": ">=8.6.0"
  146. }
  147. }