Vben
2021-02-24 601368921f075aa1870d1c3ce8f4a8330260206a
提交 | 用户 | age
2f6253 1 {
de5bf7 2   "name": "vben-admin",
562189 3   "version": "2.0.1",
2f6253 4   "scripts": {
d2bdc5 5     "serve": "vite",
c2f654 6     "dev": "vite",
de332a 7     "build": "vite build && esno ./build/script/postBuild.ts",
d2bdc5 8     "build:no-cache": "yarn clean:cache && npm run build",
bb3b8f 9     "report": "cross-env REPORT=true npm run build ",
c1a460 10     "preview": "npm run build && vite preview",
V 11     "preview:dist": "vite preview",
43503d 12     "log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
7385ce 13     "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
2f6253 14     "clean:lib": "npx rimraf node_modules",
07c18d 15     "lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
2f6253 16     "lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
bb3b8f 17     "lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
2b466e 18     "lint:ls-lint": "ls-lint",
V 19     "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
422ea3 20     "lint:pretty": "pretty-quick --staged",
993538 21     "test:gzip": "http-server dist --cors --gzip -c-1",
V 22     "test:br": "http-server dist --cors --brotli -c-1",
2b466e 23     "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
V 24     "postinstall": "is-ci || husky install"
2f6253 25   },
26   "dependencies": {
3571eb 27     "@iconify/iconify": "^2.0.0-rc.6",
8ccf77 28     "@vueuse/core": "^4.2.2",
e250ad 29     "@zxcvbn-ts/core": "^0.2.0",
3ba828 30     "ant-design-vue": "2.0.0",
27c6f6 31     "apexcharts": "^3.25.0",
10cd4f 32     "axios": "^0.21.1",
759e53 33     "crypto-es": "^1.2.7",
370b12 34     "echarts": "^5.0.2",
9a7102 35     "lodash-es": "^4.17.21",
2f6253 36     "mockjs": "^1.1.0",
37     "nprogress": "^0.2.0",
e6093a 38     "path-to-regexp": "^6.2.0",
2f6253 39     "qrcode": "^1.4.4",
99ac30 40     "sortablejs": "^1.13.0",
826e5f 41     "vditor": "^3.8.1",
f3a70e 42     "vue": "^3.0.5",
7e564c 43     "vue-i18n": "9.0.0-rc.7",
ec9478 44     "vue-router": "^4.0.4",
3d1681 45     "vue-types": "^3.0.2",
V 46     "vuex": "^4.0.0",
2f6253 47     "vuex-module-decorators": "^1.0.1",
e250ad 48     "xlsx": "^0.16.9"
2f6253 49   },
50   "devDependencies": {
8ccf77 51     "@commitlint/cli": "^12.0.0",
V 52     "@commitlint/config-conventional": "^12.0.0",
a09a0e 53     "@iconify/json": "^1.1.307",
2f6253 54     "@ls-lint/ls-lint": "^1.9.2",
4d7001 55     "@purge-icons/generated": "^0.7.0",
993538 56     "@types/fs-extra": "^9.0.7",
ff2b12 57     "@types/http-proxy": "^1.17.5",
683d1f 58     "@types/lodash-es": "^4.17.4",
2f6253 59     "@types/mockjs": "^1.0.3",
60     "@types/nprogress": "^0.2.0",
3ba828 61     "@types/qrcode": "^1.4.0",
c41fa7 62     "@types/qs": "^6.9.5",
2f6253 63     "@types/rollup-plugin-visualizer": "^2.6.0",
cedba3 64     "@types/sortablejs": "^1.10.6",
85729f 65     "@types/yargs": "^16.0.0",
8ccf77 66     "@typescript-eslint/eslint-plugin": "^4.15.2",
V 67     "@typescript-eslint/parser": "^4.15.2",
27c6f6 68     "@vitejs/plugin-legacy": "^1.3.1",
3d1681 69     "@vitejs/plugin-vue": "^1.1.4",
5cc948 70     "@vitejs/plugin-vue-jsx": "^1.1.1",
f3a70e 71     "@vue/compiler-sfc": "^3.0.5",
85729f 72     "autoprefixer": "^10.2.4",
ff2b12 73     "commitizen": "^4.2.3",
36a7e7 74     "conventional-changelog-cli": "^2.1.1",
c303ec 75     "cross-env": "^7.0.3",
2f6253 76     "dotenv": "^8.2.0",
27c6f6 77     "eslint": "^7.20.0",
7e564c 78     "eslint-config-prettier": "^8.0.0",
de5bf7 79     "eslint-plugin-prettier": "^3.3.1",
27c6f6 80     "eslint-plugin-vue": "^7.6.0",
422ea3 81     "esno": "^0.4.4",
0cc9f6 82     "fs-extra": "^9.1.0",
993538 83     "http-server": "^0.12.3",
8ccf77 84     "husky": "^5.1.1",
422ea3 85     "is-ci": "^3.0.0",
3d1681 86     "less": "^4.1.1",
3ba828 87     "lint-staged": "^10.5.4",
6f8d75 88     "prettier": "^2.2.1",
422ea3 89     "pretty-quick": "^3.1.0",
2f6253 90     "rimraf": "^3.0.2",
ca4f1a 91     "rollup-plugin-visualizer": "^4.2.0",
ec9478 92     "stylelint": "^13.11.0",
2f6253 93     "stylelint-config-prettier": "^8.0.2",
94     "stylelint-config-standard": "^20.0.0",
95     "stylelint-order": "^4.1.0",
ca4f1a 96     "ts-node": "^9.1.1",
601368 97     "typescript": "4.1.5",
8ccf77 98     "vite": "2.0.2",
V 99     "vite-plugin-compression": "^0.2.2",
100     "vite-plugin-html": "^2.0.2",
7e564c 101     "vite-plugin-imagemin": "^0.2.8",
8ccf77 102     "vite-plugin-mock": "^2.1.5",
4d7001 103     "vite-plugin-purge-icons": "^0.7.0",
a09a0e 104     "vite-plugin-pwa": "^0.5.3",
c41fa7 105     "vite-plugin-style-import": "^0.7.5",
7e564c 106     "vite-plugin-theme": "^0.4.8",
5cc948 107     "vite-plugin-windicss": "0.4.12",
27c6f6 108     "vue-eslint-parser": "^7.5.0",
e921e7 109     "yargs": "^16.2.0"
2f6253 110   },
de332a 111   "resolutions": {
V 112     "//": "Used to install imagemin dependencies, because imagemin may not be installed in China.If it is abroad, you can delete it",
589409 113     "bin-wrapper": "npm:bin-wrapper-china",
V 114     "ecstatic": "4.1.4"
de332a 115   },
ee3f9d 116   "repository": {
117     "type": "git",
118     "url": "git+https://github.com/anncwb/vue-vben-admin.git"
119   },
120   "license": "MIT",
121   "bugs": {
122     "url": "https://github.com/anncwb/vue-vben-admin/issues"
123   },
124   "homepage": "https://github.com/anncwb/vue-vben-admin",
2f6253 125   "engines": {
3ba828 126     "node": "^12 || ^14 || ^15 || ^16"
2f6253 127   }
128 }