Vben
2021-03-27 b25ceb4201bce806dc129f24c2d98fd2ff0392d1
提交 | 用户 | age
2f6253 1 {
de5bf7 2   "name": "vben-admin",
2658e1 3   "version": "2.1.1",
e15737 4   "author": {
V 5     "name": "vben",
6     "email": "anncwb@126.com",
7     "url": "https://github.com/anncwb"
8   },
2f6253 9   "scripts": {
8a9ca4 10     "bootstrap": "yarn install",
491f1f 11     "serve": "npx --max_old_space_size=4096 vite",
V 12     "dev": "npx --max_old_space_size=4096 vite",
e09068 13     "build": "esno ./build/script/postBuild.ts",
d2bdc5 14     "build:no-cache": "yarn clean:cache && npm run build",
bb3b8f 15     "report": "cross-env REPORT=true npm run build ",
c1a460 16     "preview": "npm run build && vite preview",
V 17     "preview:dist": "vite preview",
8a9ca4 18     "log": "conventional-changelog -p angular -i CHANGELOG.md -s",
7385ce 19     "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
8a9ca4 20     "clean:lib": "rimraf node_modules",
07c18d 21     "lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
2f6253 22     "lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
bb3b8f 23     "lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
2b466e 24     "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
422ea3 25     "lint:pretty": "pretty-quick --staged",
993538 26     "test:gzip": "http-server dist --cors --gzip -c-1",
V 27     "test:br": "http-server dist --cors --brotli -c-1",
2b466e 28     "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
b6cea4 29     "install:husky": "is-ci || husky install",
24a3f9 30     "gen:icon": "esno ./build/generate/icon/index.ts",
b6cea4 31     "postinstall": "npm run install:husky"
2f6253 32   },
33   "dependencies": {
3571eb 34     "@iconify/iconify": "^2.0.0-rc.6",
b25ceb 35     "@vueuse/core": "^4.6.1",
cd8e92 36     "@zxcvbn-ts/core": "^0.3.0",
391da9 37     "ant-design-vue": "2.1.0",
373201 38     "apexcharts": "^3.26.0",
10cd4f 39     "axios": "^0.21.1",
bba776 40     "crypto-js": "^4.0.0",
370b12 41     "echarts": "^5.0.2",
9a7102 42     "lodash-es": "^4.17.21",
2f6253 43     "mockjs": "^1.1.0",
44     "nprogress": "^0.2.0",
e6093a 45     "path-to-regexp": "^6.2.0",
2f6253 46     "qrcode": "^1.4.4",
99ac30 47     "sortablejs": "^1.13.0",
e09068 48     "vditor": "^3.8.4",
c62546 49     "vue": "^3.0.7",
f57eb9 50     "vue-i18n": "^9.0.0",
a89eee 51     "vue-router": "^4.0.5",
3d1681 52     "vue-types": "^3.0.2",
V 53     "vuex": "^4.0.0",
2f6253 54     "vuex-module-decorators": "^1.0.1",
e250ad 55     "xlsx": "^0.16.9"
2f6253 56   },
57   "devDependencies": {
bba776 58     "@commitlint/cli": "^12.0.1",
V 59     "@commitlint/config-conventional": "^12.0.1",
c2635f 60     "@iconify/json": "^1.1.322",
4d7001 61     "@purge-icons/generated": "^0.7.0",
bba776 62     "@types/crypto-js": "^4.0.1",
e09068 63     "@types/fs-extra": "^9.0.9",
b6cea4 64     "@types/inquirer": "^7.3.1",
683d1f 65     "@types/lodash-es": "^4.17.4",
2f6253 66     "@types/mockjs": "^1.0.3",
67     "@types/nprogress": "^0.2.0",
3ba828 68     "@types/qrcode": "^1.4.0",
491f1f 69     "@types/qs": "^6.9.6",
2f6253 70     "@types/rollup-plugin-visualizer": "^2.6.0",
cedba3 71     "@types/sortablejs": "^1.10.6",
5bf90e 72     "@typescript-eslint/eslint-plugin": "^4.19.0",
V 73     "@typescript-eslint/parser": "^4.19.0",
27c6f6 74     "@vitejs/plugin-legacy": "^1.3.1",
f57eb9 75     "@vitejs/plugin-vue": "^1.1.5",
5ffac4 76     "@vitejs/plugin-vue-jsx": "^1.1.2",
c62546 77     "@vue/compiler-sfc": "^3.0.7",
491f1f 78     "autoprefixer": "^10.2.5",
3520fd 79     "body-parser": "^1.19.0",
ff2b12 80     "commitizen": "^4.2.3",
36a7e7 81     "conventional-changelog-cli": "^2.1.1",
c303ec 82     "cross-env": "^7.0.3",
2f6253 83     "dotenv": "^8.2.0",
9cf673 84     "eslint": "^7.22.0",
5ffac4 85     "eslint-config-prettier": "^8.1.0",
b25ceb 86     "eslint-define-config": "^1.0.3",
de5bf7 87     "eslint-plugin-prettier": "^3.3.1",
908116 88     "eslint-plugin-vue": "^7.8.0",
373201 89     "esno": "^0.5.0",
0cc9f6 90     "fs-extra": "^9.1.0",
993538 91     "http-server": "^0.12.3",
908116 92     "husky": "^5.2.0",
b6cea4 93     "inquirer": "^8.0.0",
422ea3 94     "is-ci": "^3.0.0",
3d1681 95     "less": "^4.1.1",
3ba828 96     "lint-staged": "^10.5.4",
2c6aa8 97     "postcss": "^8.2.8",
6f8d75 98     "prettier": "^2.2.1",
422ea3 99     "pretty-quick": "^3.1.0",
2f6253 100     "rimraf": "^3.0.2",
159d90 101     "rollup-plugin-visualizer": "4.2.2",
491f1f 102     "stylelint": "^13.12.0",
2f6253 103     "stylelint-config-prettier": "^8.0.2",
491f1f 104     "stylelint-config-standard": "^21.0.0",
2f6253 105     "stylelint-order": "^4.1.0",
ca4f1a 106     "ts-node": "^9.1.1",
9c2a2a 107     "typescript": "4.2.3",
c2635f 108     "vite": "2.1.3",
e5b2cc 109     "vite-plugin-compression": "^0.2.3",
V 110     "vite-plugin-html": "^2.0.3",
111     "vite-plugin-imagemin": "^0.2.9",
c2635f 112     "vite-plugin-mock": "^2.4.0",
4d7001 113     "vite-plugin-purge-icons": "^0.7.0",
e09068 114     "vite-plugin-pwa": "^0.6.3",
V 115     "vite-plugin-style-import": "^0.9.0",
3520fd 116     "vite-plugin-svg-icons": "^0.4.0",
a9462f 117     "vite-plugin-theme": "^0.5.0",
b25ceb 118     "vite-plugin-windicss": "0.10.2",
e09068 119     "vue-eslint-parser": "^7.6.0"
2f6253 120   },
de332a 121   "resolutions": {
V 122     "//": "Used to install imagemin dependencies, because imagemin may not be installed in China.If it is abroad, you can delete it",
3520fd 123     "bin-wrapper": "npm:bin-wrapper-china"
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 }