Vben
2021-04-08 96a49ba1163681465e735efd2273dac0c1bcf6ac
提交 | 用户 | age
2f6253 1 {
de5bf7 2   "name": "vben-admin",
d2a1e1 3   "version": "2.2.0",
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",
8a1406 11     "serve": "cross-env --max_old_space_size=4096 vite",
V 12     "dev": "cross-env  --max_old_space_size=4096  vite",
411eef 13     "build": "vite 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",
96a49b 35     "@vueuse/core": "^4.8.0",
cd8e92 36     "@zxcvbn-ts/core": "^0.3.0",
37f666 37     "ant-design-vue": "^2.1.2",
10cd4f 38     "axios": "^0.21.1",
2e11ea 39     "cropperjs": "^1.5.11",
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",
2f9989 46     "print-js": "^1.6.0",
2f6253 47     "qrcode": "^1.4.4",
99ac30 48     "sortablejs": "^1.13.0",
39d629 49     "tinymce": "^5.7.1",
e09068 50     "vditor": "^3.8.4",
3576d0 51     "vue": "3.0.11",
96a49b 52     "vue-i18n": "9.0.0",
5b8eb4 53     "vue-router": "^4.0.6",
3d1681 54     "vue-types": "^3.0.2",
V 55     "vuex": "^4.0.0",
2f6253 56     "vuex-module-decorators": "^1.0.1",
e250ad 57     "xlsx": "^0.16.9"
2f6253 58   },
59   "devDependencies": {
3576d0 60     "@commitlint/cli": "^12.1.1",
V 61     "@commitlint/config-conventional": "^12.1.1",
96a49b 62     "@iconify/json": "^1.1.327",
4d7001 63     "@purge-icons/generated": "^0.7.0",
bba776 64     "@types/crypto-js": "^4.0.1",
8b5cbc 65     "@types/fs-extra": "^9.0.10",
b6cea4 66     "@types/inquirer": "^7.3.1",
683d1f 67     "@types/lodash-es": "^4.17.4",
2f6253 68     "@types/mockjs": "^1.0.3",
69     "@types/nprogress": "^0.2.0",
3ba828 70     "@types/qrcode": "^1.4.0",
491f1f 71     "@types/qs": "^6.9.6",
cedba3 72     "@types/sortablejs": "^1.10.6",
8b5cbc 73     "@typescript-eslint/eslint-plugin": "^4.21.0",
V 74     "@typescript-eslint/parser": "^4.21.0",
782cbc 75     "@vitejs/plugin-legacy": "^1.3.2",
8a1406 76     "@vitejs/plugin-vue": "^1.2.1",
ee4829 77     "@vitejs/plugin-vue-jsx": "^1.1.3",
3576d0 78     "@vue/compiler-sfc": "3.0.11",
491f1f 79     "autoprefixer": "^10.2.5",
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",
782cbc 84     "eslint": "^7.23.0",
5ffac4 85     "eslint-config-prettier": "^8.1.0",
3576d0 86     "eslint-define-config": "^1.0.7",
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",
2e11ea 92     "husky": "^6.0.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",
8a1406 97     "postcss": "^8.2.9",
6f8d75 98     "prettier": "^2.2.1",
422ea3 99     "pretty-quick": "^3.1.0",
2f6253 100     "rimraf": "^3.0.2",
8b5cbc 101     "rollup-plugin-visualizer": "5.3.0",
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",
96a49b 107     "typescript": "4.2.4",
8a1406 108     "vite": "2.1.5",
8b5cbc 109     "vite-plugin-compression": "^0.2.4",
V 110     "vite-plugin-html": "^2.0.6",
111     "vite-plugin-imagemin": "^0.3.0",
5b8eb4 112     "vite-plugin-mock": "^2.5.0",
4d7001 113     "vite-plugin-purge-icons": "^0.7.0",
96a49b 114     "vite-plugin-pwa": "^0.7.0",
8b5cbc 115     "vite-plugin-style-import": "^0.9.2",
V 116     "vite-plugin-svg-icons": "^0.4.1",
96a49b 117     "vite-plugin-theme": "^0.6.1",
8b5cbc 118     "vite-plugin-windicss": "0.12.5",
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",
ee4829 123     "bin-wrapper": "npm:bin-wrapper-china",
V 124     "rollup": "^2.44.0"
de332a 125   },
ee3f9d 126   "repository": {
127     "type": "git",
128     "url": "git+https://github.com/anncwb/vue-vben-admin.git"
129   },
130   "license": "MIT",
131   "bugs": {
132     "url": "https://github.com/anncwb/vue-vben-admin/issues"
133   },
134   "homepage": "https://github.com/anncwb/vue-vben-admin",
2f6253 135   "engines": {
491f1f 136     "node": "^12 || >=14"
2f6253 137   }
138 }