package.json 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  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. "51superapi": "^6.7.0",
  39. "@iconify/iconify": "^2.0.3",
  40. "@logicflow/core": "^0.6.9",
  41. "@logicflow/extension": "^0.6.9",
  42. "@supermap/iclient-ol": "^11.1.1",
  43. "@turf/turf": "^6.5.0",
  44. "@vueuse/core": "^5.3.0",
  45. "@zxcvbn-ts/core": "^1.0.0-beta.0",
  46. "ace-builds": "^1.4.14",
  47. "amfe-flexible": "^2.2.1",
  48. "ant-design-vue": "2.2.6",
  49. "axios": "^0.21.1",
  50. "codemirror": "^5.62.2",
  51. "core-js": "^3.28.0",
  52. "cors": "^2.8.5",
  53. "cron-parser": "3.5.0",
  54. "cropperjs": "^1.5.12",
  55. "crypto-js": "^4.1.1",
  56. "echarts": "^5.1.2",
  57. "hls.js": "^1.0.10",
  58. "html2canvas": "^1.4.1",
  59. "intro.js": "^4.1.0",
  60. "jquery": "^3.7.0",
  61. "jsoneditor": "^9.7.2",
  62. "jwt-decode": "^3.1.2",
  63. "lib-flexible": "^0.3.2",
  64. "lodash-es": "^4.17.21",
  65. "mitt": "^3.0.0",
  66. "mockjs": "^1.1.0",
  67. "nprogress": "^0.2.0",
  68. "ol": "^6.9.0",
  69. "path-to-regexp": "^6.2.0",
  70. "pdfjs-dist": "^4.2.67",
  71. "pinia": "2.0.0-rc.4",
  72. "postcss-plugin-px2rem": "^0.8.1",
  73. "postcss-pxtorem": "^6.0.0",
  74. "print-js": "^1.6.0",
  75. "qiankun": "^2.8.4",
  76. "qrcode": "^1.4.4",
  77. "resize-observer-polyfill": "^1.5.1",
  78. "screenfull": "^6.0.2",
  79. "sortablejs": "^1.14.0",
  80. "tinymce": "^5.8.2",
  81. "uuid": "^10.0.0",
  82. "vditor": "^3.8.6",
  83. "video.js": "^7.20.3",
  84. "vue": "^3.2.31",
  85. "vue-i18n": "9.1.7",
  86. "vue-json-pretty": "^2.0.4",
  87. "vue-pdf": "^4.3.0",
  88. "vue-pdf-embed": "^2.0.3",
  89. "vue-router": "^4.0.11",
  90. "vue-types": "^4.0.3",
  91. "vue3-grid-layout": "^1.0.0",
  92. "vue3-pdfjs": "^0.1.6",
  93. "xlsx": "^0.17.0",
  94. "yarn": "^1.22.19"
  95. },
  96. "devDependencies": {
  97. "@commitlint/cli": "^13.1.0",
  98. "@commitlint/config-conventional": "^13.1.0",
  99. "@iconify/json": "^1.1.386",
  100. "@purge-icons/generated": "^0.7.0",
  101. "@types/codemirror": "^5.60.2",
  102. "@types/crypto-js": "^4.0.2",
  103. "@types/fs-extra": "^9.0.12",
  104. "@types/inquirer": "^7.3.3",
  105. "@types/intro.js": "^3.0.2",
  106. "@types/jest": "^27.0.1",
  107. "@types/lodash-es": "^4.17.4",
  108. "@types/mockjs": "^1.0.4",
  109. "@types/node": "^16.6.1",
  110. "@types/nprogress": "^0.2.0",
  111. "@types/qrcode": "^1.4.1",
  112. "@types/qs": "^6.9.7",
  113. "@types/sortablejs": "^1.10.7",
  114. "@types/video.js": "^7.3.49",
  115. "@typescript-eslint/eslint-plugin": "^4.29.1",
  116. "@typescript-eslint/parser": "^4.29.1",
  117. "@vitejs/plugin-legacy": "^1.5.1",
  118. "@vitejs/plugin-vue": "^1.4.0",
  119. "@vitejs/plugin-vue-jsx": "^1.1.7",
  120. "@vue/compiler-sfc": "^3.2.31",
  121. "@vue/test-utils": "^2.0.0-rc.12",
  122. "autoprefixer": "^10.4.15",
  123. "commitizen": "^4.2.4",
  124. "conventional-changelog-cli": "^2.1.1",
  125. "cross-env": "^7.0.3",
  126. "dotenv": "^10.0.0",
  127. "eslint": "^7.32.0",
  128. "eslint-config-prettier": "^8.3.0",
  129. "eslint-define-config": "^1.0.9",
  130. "eslint-plugin-jest": "^24.4.0",
  131. "eslint-plugin-prettier": "^3.4.0",
  132. "eslint-plugin-vue": "^7.16.0",
  133. "esno": "^0.8.0",
  134. "events": "^3.3.0",
  135. "fs-extra": "^10.0.0",
  136. "http-server": "^13.0.0",
  137. "husky": "^7.0.1",
  138. "inquirer": "^8.1.2",
  139. "is-ci": "^3.0.0",
  140. "jest": "^27.0.6",
  141. "less": "^4.1.1",
  142. "lint-staged": "^11.1.2",
  143. "npm-run-all": "^4.1.5",
  144. "postcss": "^8.4.29",
  145. "prettier": "^2.3.2",
  146. "pretty-quick": "^3.1.1",
  147. "px2rem-loader": "^0.1.9",
  148. "rimraf": "^3.0.2",
  149. "rollup-plugin-visualizer": "5.5.2",
  150. "stylelint": "^13.13.1",
  151. "stylelint-config-prettier": "^8.0.2",
  152. "stylelint-config-standard": "^22.0.0",
  153. "stylelint-order": "^4.1.0",
  154. "ts-jest": "^27.0.4",
  155. "ts-node": "^10.2.0",
  156. "typescript": "4.3.5",
  157. "util": "^0.12.5",
  158. "vite": "2.6.13",
  159. "vite-plugin-compression": "^0.3.3",
  160. "vite-plugin-html": "^2.0.7",
  161. "vite-plugin-imagemin": "^0.4.3",
  162. "vite-plugin-mock": "^2.9.4",
  163. "vite-plugin-purge-icons": "^0.7.0",
  164. "vite-plugin-pwa": "^0.10.0",
  165. "vite-plugin-style-import": "^1.1.1",
  166. "vite-plugin-svg-icons": "^1.0.4",
  167. "vite-plugin-theme": "^0.8.1",
  168. "vite-plugin-windicss": "^1.2.7",
  169. "vue-eslint-parser": "^7.10.0",
  170. "vue-tsc": "^0.2.3"
  171. },
  172. "keywords": [
  173. "vue 3",
  174. "vue3",
  175. "vue",
  176. "vue3-video-play",
  177. "hlsjs",
  178. "hls.js",
  179. "vue video player",
  180. "vue3 video player",
  181. "video player video",
  182. "video player",
  183. "vue player",
  184. "vue video"
  185. ],
  186. "resolutions": {
  187. "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it",
  188. "bin-wrapper": "npm:bin-wrapper-china",
  189. "rollup": "^2.56.2"
  190. },
  191. "homepage": "https://github.com/anncwb/vue-vben-admin",
  192. "engines": {
  193. "node": "^12 || >=14"
  194. }
  195. }