Vben
2021-03-08 7156e47c1813ec01594d9dff4a1e7d593f3c17db
提交 | 用户 | age
2f6253 1 {
de5bf7 2   "name": "vben-admin",
371af1 3   "version": "2.0.3",
2f6253 4   "scripts": {
8a9ca4 5     "bootstrap": "yarn install",
491f1f 6     "serve": "npx --max_old_space_size=4096 vite",
V 7     "dev": "npx --max_old_space_size=4096 vite",
de332a 8     "build": "vite build && esno ./build/script/postBuild.ts",
d2bdc5 9     "build:no-cache": "yarn clean:cache && npm run build",
bb3b8f 10     "report": "cross-env REPORT=true npm run build ",
c1a460 11     "preview": "npm run build && vite preview",
V 12     "preview:dist": "vite preview",
8a9ca4 13     "log": "conventional-changelog -p angular -i CHANGELOG.md -s",
7385ce 14     "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
8a9ca4 15     "clean:lib": "rimraf node_modules",
07c18d 16     "lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
2f6253 17     "lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
bb3b8f 18     "lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
2b466e 19     "lint:ls-lint": "ls-lint",
V 20     "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
422ea3 21     "lint:pretty": "pretty-quick --staged",
993538 22     "test:gzip": "http-server dist --cors --gzip -c-1",
V 23     "test:br": "http-server dist --cors --brotli -c-1",
2b466e 24     "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
b6cea4 25     "install:husky": "is-ci || husky install",
V 26     "gen:icon": "esno ./build/gen/generateIconJson.ts",
27     "postinstall": "npm run install:husky"
2f6253 28   },
29   "dependencies": {
3571eb 30     "@iconify/iconify": "^2.0.0-rc.6",
745fcf 31     "@vueuse/core": "^4.3.4",
cd8e92 32     "@zxcvbn-ts/core": "^0.3.0",
f6cef1 33     "ant-design-vue": "2.0.1",
27c6f6 34     "apexcharts": "^3.25.0",
10cd4f 35     "axios": "^0.21.1",
bba776 36     "crypto-js": "^4.0.0",
370b12 37     "echarts": "^5.0.2",
9a7102 38     "lodash-es": "^4.17.21",
2f6253 39     "mockjs": "^1.1.0",
40     "nprogress": "^0.2.0",
e6093a 41     "path-to-regexp": "^6.2.0",
2f6253 42     "qrcode": "^1.4.4",
99ac30 43     "sortablejs": "^1.13.0",
d67bd4 44     "vditor": "^3.8.2",
c62546 45     "vue": "^3.0.7",
f57eb9 46     "vue-i18n": "^9.0.0",
ec9478 47     "vue-router": "^4.0.4",
3d1681 48     "vue-types": "^3.0.2",
V 49     "vuex": "^4.0.0",
2f6253 50     "vuex-module-decorators": "^1.0.1",
e250ad 51     "xlsx": "^0.16.9"
2f6253 52   },
53   "devDependencies": {
bba776 54     "@commitlint/cli": "^12.0.1",
V 55     "@commitlint/config-conventional": "^12.0.1",
b7ce74 56     "@iconify/json": "^1.1.313",
2f6253 57     "@ls-lint/ls-lint": "^1.9.2",
4d7001 58     "@purge-icons/generated": "^0.7.0",
bba776 59     "@types/crypto-js": "^4.0.1",
b6cea4 60     "@types/fs-extra": "^9.0.8",
ff2b12 61     "@types/http-proxy": "^1.17.5",
b6cea4 62     "@types/inquirer": "^7.3.1",
683d1f 63     "@types/lodash-es": "^4.17.4",
2f6253 64     "@types/mockjs": "^1.0.3",
65     "@types/nprogress": "^0.2.0",
3ba828 66     "@types/qrcode": "^1.4.0",
491f1f 67     "@types/qs": "^6.9.6",
2f6253 68     "@types/rollup-plugin-visualizer": "^2.6.0",
cedba3 69     "@types/sortablejs": "^1.10.6",
85729f 70     "@types/yargs": "^16.0.0",
e5b2cc 71     "@typescript-eslint/eslint-plugin": "^4.16.1",
V 72     "@typescript-eslint/parser": "^4.16.1",
27c6f6 73     "@vitejs/plugin-legacy": "^1.3.1",
f57eb9 74     "@vitejs/plugin-vue": "^1.1.5",
5ffac4 75     "@vitejs/plugin-vue-jsx": "^1.1.2",
c62546 76     "@vue/compiler-sfc": "^3.0.7",
491f1f 77     "autoprefixer": "^10.2.5",
ff2b12 78     "commitizen": "^4.2.3",
36a7e7 79     "conventional-changelog-cli": "^2.1.1",
c303ec 80     "cross-env": "^7.0.3",
2f6253 81     "dotenv": "^8.2.0",
15567e 82     "eslint": "^7.21.0",
5ffac4 83     "eslint-config-prettier": "^8.1.0",
de5bf7 84     "eslint-plugin-prettier": "^3.3.1",
d67bd4 85     "eslint-plugin-vue": "^7.7.0",
745fcf 86     "esno": "^0.4.6",
0cc9f6 87     "fs-extra": "^9.1.0",
993538 88     "http-server": "^0.12.3",
d67bd4 89     "husky": "^5.1.3",
b6cea4 90     "inquirer": "^8.0.0",
422ea3 91     "is-ci": "^3.0.0",
3d1681 92     "less": "^4.1.1",
3ba828 93     "lint-staged": "^10.5.4",
b93f20 94     "postcss": "^8.2.7",
6f8d75 95     "prettier": "^2.2.1",
422ea3 96     "pretty-quick": "^3.1.0",
2f6253 97     "rimraf": "^3.0.2",
ca4f1a 98     "rollup-plugin-visualizer": "^4.2.0",
491f1f 99     "stylelint": "^13.12.0",
2f6253 100     "stylelint-config-prettier": "^8.0.2",
491f1f 101     "stylelint-config-standard": "^21.0.0",
2f6253 102     "stylelint-order": "^4.1.0",
ca4f1a 103     "ts-node": "^9.1.1",
9c2a2a 104     "typescript": "4.2.3",
f79cae 105     "vite": "^2.0.5",
e5b2cc 106     "vite-plugin-compression": "^0.2.3",
V 107     "vite-plugin-html": "^2.0.3",
108     "vite-plugin-imagemin": "^0.2.9",
d67bd4 109     "vite-plugin-mock": "^2.2.0",
4d7001 110     "vite-plugin-purge-icons": "^0.7.0",
3b8ca4 111     "vite-plugin-pwa": "^0.5.6",
551fe5 112     "vite-plugin-style-import": "^0.8.1",
491f1f 113     "vite-plugin-svg-icons": "^0.3.3",
7e564c 114     "vite-plugin-theme": "^0.4.8",
7156e4 115     "vite-plugin-windicss": "0.7.0",
d67bd4 116     "vue-eslint-parser": "^7.6.0",
e921e7 117     "yargs": "^16.2.0"
2f6253 118   },
de332a 119   "resolutions": {
V 120     "//": "Used to install imagemin dependencies, because imagemin may not be installed in China.If it is abroad, you can delete it",
b93f20 121     "bin-wrapper": "npm:bin-wrapper-china",
b7ce74 122     "esbuild": "0.8.57",
b93f20 123     "rollup": "2.40.0"
de332a 124   },
ee3f9d 125   "repository": {
126     "type": "git",
127     "url": "git+https://github.com/anncwb/vue-vben-admin.git"
128   },
129   "license": "MIT",
130   "bugs": {
131     "url": "https://github.com/anncwb/vue-vben-admin/issues"
132   },
133   "homepage": "https://github.com/anncwb/vue-vben-admin",
2f6253 134   "engines": {
491f1f 135     "node": "^12 || >=14"
2f6253 136   }
137 }