zuihou
2022-03-28 eb231120e17f376f36f323da043be5757cc9255c
提交 | 用户 | age
2f6253 1 {
de5bf7 2   "name": "vben-admin",
74b0df 3   "version": "2.8.0",
e15737 4   "author": {
V 5     "name": "vben",
6     "email": "anncwb@126.com",
7     "url": "https://github.com/anncwb"
8   },
2f6253 9   "scripts": {
999965 10     "bootstrap": "pnpm install",
e4c3d0 11     "serve": "npm run dev",
8a3f47 12     "dev": "vite",
acacb3 13     "build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
17e47e 14     "build:test": "cross-env vite build --mode test && esno ./build/script/postBuild.ts",
999965 15     "build:no-cache": "pnpm clean:cache && npm run build",
c9089c 16     "report": "cross-env REPORT=true npm run build",
V 17     "type:check": "vue-tsc --noEmit --skipLibCheck",
c1a460 18     "preview": "npm run build && vite preview",
V 19     "preview:dist": "vite preview",
8a9ca4 20     "log": "conventional-changelog -p angular -i CHANGELOG.md -s",
7385ce 21     "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
8a9ca4 22     "clean:lib": "rimraf node_modules",
f6fe1d 23     "lint:eslint": "eslint --cache --max-warnings 0  \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
680ad0 24     "lint:prettier": "prettier --write  \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
f6fe1d 25     "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
c2b207 26     "lint:lint-staged": "lint-staged",
f6fe1d 27     "test:unit": "jest",
V 28     "test:unit-coverage": "jest --coverage",
b7813b 29     "test:gzip": "npx http-server dist --cors --gzip -c-1",
V 30     "test:br": "npx http-server dist --cors --brotli -c-1",
999965 31     "reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
81cf44 32     "prepare": "husky install",
bc18ec 33     "gen:icon": "esno ./build/generate/icon/index.ts"
2f6253 34   },
35   "dependencies": {
83bce6 36     "@ant-design/colors": "^6.0.0",
J 37     "@ant-design/icons-vue": "^6.0.1",
3fcfac 38     "@iconify/iconify": "^2.1.0",
5ac055 39     "@logicflow/core": "^0.7.16",
V 40     "@logicflow/extension": "^0.7.16",
b0a0cb 41     "@vue/runtime-core": "^3.2.26",
V 42     "@vue/shared": "^3.2.26",
5ac055 43     "@vueuse/core": "^7.4.1",
V 44     "@vueuse/shared": "^7.4.1",
f015a8 45     "@zxcvbn-ts/core": "^1.2.0",
5ac055 46     "ant-design-vue": "3.0.0-beta.3",
3b63e4 47     "axios": "^0.24.0",
5ac055 48     "codemirror": "^5.65.0",
655b74 49     "cropperjs": "^1.5.12",
98749e 50     "crypto-js": "^4.1.1",
3fcfac 51     "dayjs": "^1.10.7",
3b63e4 52     "echarts": "^5.2.2",
839212 53     "intro.js": "^4.3.0",
9a7102 54     "lodash-es": "^4.17.21",
2f6253 55     "mockjs": "^1.1.0",
56     "nprogress": "^0.2.0",
e6093a 57     "path-to-regexp": "^6.2.0",
5ac055 58     "pinia": "2.0.9",
2f9989 59     "print-js": "^1.6.0",
3fcfac 60     "qrcode": "^1.5.0",
b0a0cb 61     "qs": "^6.10.2",
cdb10c 62     "resize-observer-polyfill": "^1.5.1",
73dc49 63     "showdown": "^1.9.1",
cf840e 64     "sortablejs": "^1.14.0",
3fcfac 65     "tinymce": "^5.10.2",
5ac055 66     "vditor": "^3.8.10",
b0a0cb 67     "vue": "^3.2.26",
787bc4 68     "vue-i18n": "^9.1.9",
5ac055 69     "vue-json-pretty": "^1.8.2",
787bc4 70     "vue-router": "^4.0.12",
V 71     "vue-types": "^4.1.1",
3fcfac 72     "xlsx": "^0.17.4"
2f6253 73   },
74   "devDependencies": {
5ac055 75     "@commitlint/cli": "^16.0.1",
V 76     "@commitlint/config-conventional": "^16.0.0",
77     "@iconify/json": "^2.0.16",
4d7001 78     "@purge-icons/generated": "^0.7.0",
787bc4 79     "@types/codemirror": "^5.60.5",
5bce65 80     "@types/crypto-js": "^4.0.2",
246c5f 81     "@types/fs-extra": "^9.0.13",
284974 82     "@types/inquirer": "^8.1.3",
bfb5eb 83     "@types/intro.js": "^3.0.2",
3fcfac 84     "@types/jest": "^27.0.3",
44b21b 85     "@types/lodash-es": "^4.17.5",
bfb5eb 86     "@types/mockjs": "^1.0.4",
5ac055 87     "@types/node": "^17.0.5",
2f6253 88     "@types/nprogress": "^0.2.0",
f015a8 89     "@types/qrcode": "^1.4.2",
bfb5eb 90     "@types/qs": "^6.9.7",
73dc49 91     "@types/showdown": "^1.9.4",
5bce65 92     "@types/sortablejs": "^1.10.7",
5ac055 93     "@typescript-eslint/eslint-plugin": "^5.8.1",
V 94     "@typescript-eslint/parser": "^5.8.1",
b0a0cb 95     "@vitejs/plugin-legacy": "^1.6.4",
f015a8 96     "@vitejs/plugin-vue": "^2.0.1",
5ac055 97     "@vitejs/plugin-vue-jsx": "^1.3.3",
b0a0cb 98     "@vue/compiler-sfc": "3.2.26",
5ac055 99     "@vue/test-utils": "^2.0.0-rc.18",
3b63e4 100     "autoprefixer": "^10.4.0",
78191d 101     "commitizen": "^4.2.4",
5ac055 102     "conventional-changelog-cli": "^2.2.2",
c303ec 103     "cross-env": "^7.0.3",
bbf178 104     "dotenv": "^10.0.0",
f015a8 105     "eslint": "^8.5.0",
8b2e0f 106     "eslint-config-prettier": "^8.3.0",
5ac055 107     "eslint-define-config": "^1.2.1",
V 108     "eslint-plugin-jest": "^25.3.2",
6cadcf 109     "eslint-plugin-prettier": "^4.0.0",
b0a0cb 110     "eslint-plugin-vue": "^8.2.0",
f015a8 111     "esno": "^0.13.0",
78191d 112     "fs-extra": "^10.0.0",
0f4429 113     "husky": "^7.0.4",
787bc4 114     "inquirer": "^8.2.0",
f015a8 115     "jest": "^27.4.5",
284974 116     "less": "^4.1.2",
5ac055 117     "lint-staged": "12.1.4",
893f3c 118     "npm-run-all": "^4.1.5",
f015a8 119     "postcss": "^8.4.5",
50cf2d 120     "postcss-html": "^1.3.0",
0f4429 121     "postcss-less": "^5.0.0",
b0a0cb 122     "prettier": "^2.5.1",
2f6253 123     "rimraf": "^3.0.2",
02eabe 124     "rollup-plugin-visualizer": "^5.5.2",
5ac055 125     "stylelint": "^14.2.0",
0f4429 126     "stylelint-config-html": "^1.0.0",
787bc4 127     "stylelint-config-prettier": "^9.0.3",
50cf2d 128     "stylelint-config-recommended": "^6.0.0",
3fcfac 129     "stylelint-config-standard": "^24.0.0",
0f4429 130     "stylelint-order": "^5.0.0",
f015a8 131     "ts-jest": "^27.1.2",
0f4429 132     "ts-node": "^10.4.0",
f015a8 133     "typescript": "^4.5.4",
5ac055 134     "vite": "^2.7.8",
V 135     "vite-plugin-compression": "^0.4.0",
136     "vite-plugin-html": "^2.1.2",
137     "vite-plugin-imagemin": "^0.5.1",
9dd9fc 138     "vite-plugin-mock": "^2.9.6",
4d7001 139     "vite-plugin-purge-icons": "^0.7.0",
f015a8 140     "vite-plugin-pwa": "^0.11.12",
5ac055 141     "vite-plugin-style-import": "^1.4.1",
437211 142     "vite-plugin-svg-icons": "^1.0.5",
035f55 143     "vite-plugin-theme": "^0.8.1",
5ac055 144     "vite-plugin-vue-setup-extend": "^0.3.0",
V 145     "vite-plugin-windicss": "^1.6.1",
3b63e4 146     "vue-eslint-parser": "^8.0.1",
5ac055 147     "vue-tsc": "^0.30.1"
2f6253 148   },
de332a 149   "resolutions": {
ee4829 150     "bin-wrapper": "npm:bin-wrapper-china",
2aabbc 151     "rollup": "^2.56.3",
V 152     "gifsicle": "5.2.0"
de332a 153   },
ee3f9d 154   "repository": {
155     "type": "git",
156     "url": "git+https://github.com/anncwb/vue-vben-admin.git"
157   },
158   "license": "MIT",
159   "bugs": {
160     "url": "https://github.com/anncwb/vue-vben-admin/issues"
161   },
162   "homepage": "https://github.com/anncwb/vue-vben-admin",
2f6253 163   "engines": {
491f1f 164     "node": "^12 || >=14"
c2b207 165   },
V 166   "lint-staged": {
167     "*.{js,jsx,ts,tsx}": [
168       "eslint --fix",
169       "prettier --write"
170     ],
171     "{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
172       "prettier --write--parser json"
173     ],
174     "package.json": [
175       "prettier --write"
176     ],
177     "*.vue": [
178       "eslint --fix",
179       "prettier --write",
180       "stylelint --fix"
181     ],
182     "*.{scss,less,styl,html}": [
183       "stylelint --fix",
184       "prettier --write"
185     ],
186     "*.md": [
187       "prettier --write"
188     ]
2f6253 189   }
190 }