package.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. {
  2. "name": "vben-admin",
  3. "version": "2.7.1",
  4. "author": {
  5. "name": "vben",
  6. "email": "anncwb@126.com",
  7. "url": "https://github.com/anncwb"
  8. },
  9. "scripts": {
  10. "bootstrap": "yarn install",
  11. "serve": "npm run dev",
  12. "dev": "vite",
  13. "build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
  14. "build:test": "cross-env vite build --mode test && esno ./build/script/postBuild.ts",
  15. "build:no-cache": "yarn clean:cache && npm run build",
  16. "report": "cross-env REPORT=true npm run build",
  17. "type:check": "vue-tsc --noEmit --skipLibCheck",
  18. "preview": "npm run build && vite preview",
  19. "preview:dist": "vite preview",
  20. "log": "conventional-changelog -p angular -i CHANGELOG.md -s",
  21. "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
  22. "clean:lib": "rimraf node_modules",
  23. "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
  24. "lint:prettier": "prettier --write \"src/**/*.{js,json,ts,tsx,css,less,scss,vue,html,md}\"",
  25. "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  26. "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
  27. "lint:pretty": "pretty-quick --staged",
  28. "test:unit": "jest",
  29. "test:unit-coverage": "jest --coverage",
  30. "test:gzip": "http-server dist --cors --gzip -c-1",
  31. "test:br": "http-server dist --cors --brotli -c-1",
  32. "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
  33. "prepare": "husky install",
  34. "gen:icon": "esno ./build/generate/icon/index.ts",
  35. "gen:iconfont": "esno ./build/generate/iconfont/index.ts"
  36. },
  37. "dependencies": {
  38. "@iconify/iconify": "^2.0.3",
  39. "@logicflow/core": "^0.6.9",
  40. "@logicflow/extension": "^0.6.9",
  41. "@turf/turf": "^6.5.0",
  42. "@vueuse/core": "^5.3.0",
  43. "@zxcvbn-ts/core": "^1.0.0-beta.0",
  44. "ace-builds": "^1.4.14",
  45. "ant-design-vue": "2.2.6",
  46. "axios": "^0.21.1",
  47. "codemirror": "^5.62.2",
  48. "core-js": "^3.28.0",
  49. "cron-parser": "3.5.0",
  50. "cropperjs": "^1.5.12",
  51. "crypto-js": "^4.1.1",
  52. "dayjs": "^1.11.9",
  53. "echarts": "^5.1.2",
  54. "flv.js": "^1.6.2",
  55. "hls.js": "^1.0.10",
  56. "intro.js": "^4.1.0",
  57. "jsoneditor": "^9.7.2",
  58. "jwt-decode": "^3.1.2",
  59. "lodash-es": "^4.17.21",
  60. "mitt": "^3.0.0",
  61. "mockjs": "^1.1.0",
  62. "nprogress": "^0.2.0",
  63. "ol": "^7.3.0",
  64. "path-to-regexp": "^6.2.0",
  65. "pinia": "2.0.0-rc.4",
  66. "print-js": "^1.6.0",
  67. "qiankun": "^2.10.5",
  68. "qrcode": "^1.4.4",
  69. "resize-observer-polyfill": "^1.5.1",
  70. "sortablejs": "^1.14.0",
  71. "tinymce": "^5.8.2",
  72. "vditor": "^3.8.6",
  73. "video.js": "^7.20.3",
  74. "videojs-flvjs-es6": "^1.0.1",
  75. "vue": "^3.2.31",
  76. "vue-i18n": "9.1.7",
  77. "vue-json-pretty": "^2.0.4",
  78. "vue-router": "^4.0.11",
  79. "vue-types": "^4.0.3",
  80. "vue-virtual-scroller": "^2.0.0-beta.8",
  81. "vue3-draggable-resizable": "^1.6.5",
  82. "vue3-grid-layout": "^1.0.0",
  83. "vue3-seamless-scroll": "^2.0.1",
  84. "vue3-video-play": "^1.3.1-beta.6",
  85. "xlsx": "^0.17.0"
  86. },
  87. "devDependencies": {
  88. "@commitlint/cli": "^13.1.0",
  89. "@commitlint/config-conventional": "^13.1.0",
  90. "@iconify/json": "^1.1.386",
  91. "@purge-icons/generated": "^0.7.0",
  92. "@types/codemirror": "^5.60.2",
  93. "@types/crypto-js": "^4.0.2",
  94. "@types/fs-extra": "^9.0.12",
  95. "@types/inquirer": "^7.3.3",
  96. "@types/intro.js": "^3.0.2",
  97. "@types/jest": "^27.0.1",
  98. "@types/lodash-es": "^4.17.4",
  99. "@types/mockjs": "^1.0.4",
  100. "@types/node": "^16.6.1",
  101. "@types/nprogress": "^0.2.0",
  102. "@types/qrcode": "^1.4.1",
  103. "@types/qs": "^6.9.7",
  104. "@types/sortablejs": "^1.10.7",
  105. "@types/video.js": "^7.3.49",
  106. "@typescript-eslint/eslint-plugin": "^4.29.1",
  107. "@typescript-eslint/parser": "^4.29.1",
  108. "@vitejs/plugin-legacy": "^1.5.1",
  109. "@vitejs/plugin-vue": "^1.4.0",
  110. "@vitejs/plugin-vue-jsx": "^1.1.7",
  111. "@vue/compiler-sfc": "^3.2.31",
  112. "@vue/test-utils": "^2.0.0-rc.12",
  113. "autoprefixer": "^10.3.1",
  114. "commitizen": "^4.2.4",
  115. "conventional-changelog-cli": "^2.1.1",
  116. "cross-env": "^7.0.3",
  117. "dotenv": "^10.0.0",
  118. "eslint": "^7.32.0",
  119. "eslint-config-prettier": "^8.3.0",
  120. "eslint-define-config": "^1.0.9",
  121. "eslint-plugin-jest": "^24.4.0",
  122. "eslint-plugin-prettier": "^3.4.0",
  123. "eslint-plugin-vue": "^7.16.0",
  124. "esno": "^0.8.0",
  125. "fs-extra": "^10.0.0",
  126. "http-server": "^13.0.0",
  127. "husky": "^7.0.1",
  128. "inquirer": "^8.1.2",
  129. "is-ci": "^3.0.0",
  130. "jest": "^27.0.6",
  131. "less": "^4.1.1",
  132. "lint-staged": "^11.1.2",
  133. "npm-run-all": "^4.1.5",
  134. "ol": "^7.3.0",
  135. "postcss": "^8.3.6",
  136. "prettier": "^2.3.2",
  137. "pretty-quick": "^3.1.1",
  138. "rimraf": "^3.0.2",
  139. "rollup-plugin-visualizer": "5.5.2",
  140. "stylelint": "^13.13.1",
  141. "stylelint-config-prettier": "^8.0.2",
  142. "stylelint-config-standard": "^22.0.0",
  143. "stylelint-order": "^4.1.0",
  144. "ts-jest": "^27.0.4",
  145. "ts-node": "^10.2.0",
  146. "typescript": "4.3.5",
  147. "vite": "2.6.13",
  148. "vite-plugin-compression": "^0.3.3",
  149. "vite-plugin-html": "^2.0.7",
  150. "vite-plugin-imagemin": "^0.4.3",
  151. "vite-plugin-mock": "^2.9.4",
  152. "vite-plugin-purge-icons": "^0.7.0",
  153. "vite-plugin-pwa": "^0.10.0",
  154. "vite-plugin-style-import": "^1.1.1",
  155. "vite-plugin-svg-icons": "^1.0.4",
  156. "vite-plugin-theme": "^0.8.1",
  157. "vite-plugin-windicss": "^1.2.7",
  158. "vue-eslint-parser": "^7.10.0",
  159. "vue-tsc": "^0.2.3"
  160. },
  161. "keywords": [
  162. "vue 3",
  163. "vue3",
  164. "vue",
  165. "vue3-video-play",
  166. "hlsjs",
  167. "hls.js",
  168. "vue video player",
  169. "vue3 video player",
  170. "video player video",
  171. "video player",
  172. "vue player",
  173. "vue video"
  174. ],
  175. "resolutions": {
  176. "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it",
  177. "bin-wrapper": "npm:bin-wrapper-china",
  178. "rollup": "^2.56.2"
  179. },
  180. "homepage": "https://github.com/anncwb/vue-vben-admin",
  181. "engines": {
  182. "node": "^12 || >=14"
  183. }
  184. }