Hongbusi
2022-04-29 e097600003ffa852433b745b321c18d3d1b1f0c9
提交 | 用户 | 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",
b7813b 28     "test:gzip": "npx http-server dist --cors --gzip -c-1",
V 29     "test:br": "npx http-server dist --cors --brotli -c-1",
999965 30     "reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
81cf44 31     "prepare": "husky install",
bc18ec 32     "gen:icon": "esno ./build/generate/icon/index.ts"
2f6253 33   },
34   "dependencies": {
83bce6 35     "@ant-design/colors": "^6.0.0",
e91d75 36     "@ant-design/icons-vue": "^6.1.0",
823f7b 37     "@iconify/iconify": "^2.2.1",
2d553f 38     "@logicflow/core": "^1.1.13",
J 39     "@logicflow/extension": "^1.1.13",
40     "@vue/runtime-core": "^3.2.33",
41     "@vue/shared": "^3.2.33",
9d4d78 42     "@vueuse/core": "^8.3.0",
J 43     "@vueuse/shared": "^8.3.0",
b303f1 44     "@zxcvbn-ts/core": "^2.0.1",
9d4d78 45     "ant-design-vue": "^3.2.0",
e91d75 46     "axios": "^0.26.1",
9d4d78 47     "codemirror": "^5.65.3",
655b74 48     "cropperjs": "^1.5.12",
98749e 49     "crypto-js": "^4.1.1",
2d553f 50     "dayjs": "^1.11.1",
823f7b 51     "echarts": "^5.3.2",
J 52     "intro.js": "^5.1.0",
9a7102 53     "lodash-es": "^4.17.21",
2f6253 54     "mockjs": "^1.1.0",
55     "nprogress": "^0.2.0",
e6093a 56     "path-to-regexp": "^6.2.0",
b303f1 57     "pinia": "2.0.12",
2f9989 58     "print-js": "^1.6.0",
3fcfac 59     "qrcode": "^1.5.0",
4e4ce9 60     "qs": "^6.10.3",
cdb10c 61     "resize-observer-polyfill": "^1.5.1",
9d4d78 62     "showdown": "^2.1.0",
823f7b 63     "sortablejs": "^1.15.0",
21bae3 64     "tinymce": "^5.10.3",
823f7b 65     "vditor": "^3.8.13",
2d553f 66     "vue": "^3.2.33",
787bc4 67     "vue-i18n": "^9.1.9",
af6ab9 68     "vue-json-pretty": "^2.0.6",
e91d75 69     "vue-router": "^4.0.14",
787bc4 70     "vue-types": "^4.1.1",
823f7b 71     "xlsx": "^0.18.5"
2f6253 72   },
73   "devDependencies": {
b303f1 74     "@commitlint/cli": "^16.2.3",
af6ab9 75     "@commitlint/config-conventional": "^16.2.1",
9d4d78 76     "@iconify/json": "^2.1.30",
e91d75 77     "@purge-icons/generated": "^0.8.1",
787bc4 78     "@types/codemirror": "^5.60.5",
af6ab9 79     "@types/crypto-js": "^4.1.1",
246c5f 80     "@types/fs-extra": "^9.0.13",
823f7b 81     "@types/inquirer": "^8.2.1",
bfb5eb 82     "@types/intro.js": "^3.0.2",
af6ab9 83     "@types/lodash-es": "^4.17.6",
4e4ce9 84     "@types/mockjs": "^1.0.6",
9d4d78 85     "@types/node": "^17.0.25",
2f6253 86     "@types/nprogress": "^0.2.0",
f015a8 87     "@types/qrcode": "^1.4.2",
bfb5eb 88     "@types/qs": "^6.9.7",
73dc49 89     "@types/showdown": "^1.9.4",
5bce65 90     "@types/sortablejs": "^1.10.7",
9d4d78 91     "@typescript-eslint/eslint-plugin": "^5.20.0",
J 92     "@typescript-eslint/parser": "^5.20.0",
2d553f 93     "@vitejs/plugin-legacy": "^1.8.1",
823f7b 94     "@vitejs/plugin-vue": "^2.3.1",
2d553f 95     "@vitejs/plugin-vue-jsx": "^1.3.10",
d6a3ee 96     "@vue/compiler-sfc": "^3.2.33",
9d4d78 97     "@vue/test-utils": "^2.0.0-rc.21",
b303f1 98     "autoprefixer": "^10.4.4",
78191d 99     "commitizen": "^4.2.4",
5ac055 100     "conventional-changelog-cli": "^2.2.2",
c303ec 101     "cross-env": "^7.0.3",
af6ab9 102     "dotenv": "^16.0.0",
2d553f 103     "eslint": "^8.13.0",
e91d75 104     "eslint-config-prettier": "^8.5.0",
6cadcf 105     "eslint-plugin-prettier": "^4.0.0",
823f7b 106     "eslint-plugin-vue": "^8.6.0",
af6ab9 107     "esno": "^0.14.1",
2d553f 108     "fs-extra": "^10.1.0",
0f4429 109     "husky": "^7.0.4",
823f7b 110     "inquirer": "^8.2.2",
284974 111     "less": "^4.1.2",
b303f1 112     "lint-staged": "12.3.7",
893f3c 113     "npm-run-all": "^4.1.5",
5a3a76 114     "picocolors": "^1.0.0",
b303f1 115     "postcss": "^8.4.12",
2d553f 116     "postcss-html": "^1.4.1",
4e4ce9 117     "postcss-less": "^6.0.0",
823f7b 118     "prettier": "^2.6.2",
2f6253 119     "rimraf": "^3.0.2",
2d553f 120     "rollup": "^2.70.2",
af6ab9 121     "rollup-plugin-visualizer": "^5.6.0",
2d553f 122     "stylelint": "^14.7.1",
787bc4 123     "stylelint-config-prettier": "^9.0.3",
af6ab9 124     "stylelint-config-recommended": "^7.0.0",
823f7b 125     "stylelint-config-recommended-vue": "^1.4.0",
af6ab9 126     "stylelint-config-standard": "^25.0.0",
0f4429 127     "stylelint-order": "^5.0.0",
e91d75 128     "ts-node": "^10.7.0",
823f7b 129     "typescript": "^4.6.3",
2d553f 130     "vite": "^2.9.5",
af6ab9 131     "vite-plugin-compression": "^0.5.1",
e91d75 132     "vite-plugin-html": "^3.2.0",
af6ab9 133     "vite-plugin-imagemin": "^0.6.1",
V 134     "vite-plugin-mkcert": "^1.6.0",
9dd9fc 135     "vite-plugin-mock": "^2.9.6",
e91d75 136     "vite-plugin-purge-icons": "^0.8.1",
4e4ce9 137     "vite-plugin-pwa": "^0.11.13",
af6ab9 138     "vite-plugin-style-import": "^2.0.0",
V 139     "vite-plugin-svg-icons": "^2.0.1",
823f7b 140     "vite-plugin-theme": "^0.8.6",
af6ab9 141     "vite-plugin-vue-setup-extend": "^0.4.0",
2d553f 142     "vite-plugin-windicss": "^1.8.4",
af6ab9 143     "vue-eslint-parser": "^8.3.0",
823f7b 144     "vue-tsc": "^0.33.9"
2f6253 145   },
de332a 146   "resolutions": {
ee4829 147     "bin-wrapper": "npm:bin-wrapper-china",
2aabbc 148     "rollup": "^2.56.3",
V 149     "gifsicle": "5.2.0"
de332a 150   },
ee3f9d 151   "repository": {
152     "type": "git",
153     "url": "git+https://github.com/anncwb/vue-vben-admin.git"
154   },
155   "license": "MIT",
156   "bugs": {
157     "url": "https://github.com/anncwb/vue-vben-admin/issues"
158   },
159   "homepage": "https://github.com/anncwb/vue-vben-admin",
2f6253 160   "engines": {
491f1f 161     "node": "^12 || >=14"
c2b207 162   },
V 163   "lint-staged": {
164     "*.{js,jsx,ts,tsx}": [
165       "eslint --fix",
166       "prettier --write"
167     ],
168     "{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
169       "prettier --write--parser json"
170     ],
171     "package.json": [
172       "prettier --write"
173     ],
174     "*.vue": [
175       "eslint --fix",
176       "prettier --write",
177       "stylelint --fix"
178     ],
179     "*.{scss,less,styl,html}": [
180       "stylelint --fix",
181       "prettier --write"
182     ],
183     "*.md": [
184       "prettier --write"
185     ]
2f6253 186   }
187 }