vben
2021-01-18 6392b7f04839edf801f63a48cfe03461dbd160de
提交 | 用户 | age
2f6253 1 {
de5bf7 2   "name": "vben-admin",
3571eb 3   "version": "2.0.0-rc.16",
2f6253 4   "scripts": {
2be166 5     "bootstrap": "yarn install",
d2bdc5 6     "serve": "vite",
c2f654 7     "dev": "vite",
d2bdc5 8     "build": "vite build && esno ./build/script/postBuild.ts",
V 9     "build:no-cache": "yarn clean:cache && npm run build",
bb3b8f 10     "report": "cross-env REPORT=true npm run build ",
2be166 11     "preview": "npm run build && esno ./build/script/preview.ts",
V 12     "preview:dist": "esno ./build/script/preview.ts",
99ac30 13     "log": "conventional-changelog -p custom-config -i CHANGELOG.md -s -r 0",
bb3b8f 14     "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite_opt_cache",
2f6253 15     "clean:lib": "npx rimraf node_modules",
c2f654 16     "typecheck": "vuedx-typecheck .",
2f6253 17     "lint:eslint": "eslint --fix --ext \"src/**/*.{vue,less,css,scss}\"",
18     "lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
bb3b8f 19     "lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
3509eb 20     "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap"
2f6253 21   },
22   "dependencies": {
3571eb 23     "@iconify/iconify": "^2.0.0-rc.6",
ff2b12 24     "@vueuse/core": "^4.0.8",
1d3007 25     "ant-design-vue": "^2.0.0-rc.8",
f3a70e 26     "apexcharts": "^3.23.1",
10cd4f 27     "axios": "^0.21.1",
737b1b 28     "crypto-es": "^1.2.6",
21d0ed 29     "echarts": "^4.9.0",
e6db0d 30     "lodash-es": "^4.17.20",
2f6253 31     "mockjs": "^1.1.0",
32     "nprogress": "^0.2.0",
e6093a 33     "path-to-regexp": "^6.2.0",
2f6253 34     "qrcode": "^1.4.4",
99ac30 35     "sortablejs": "^1.13.0",
c2f654 36     "vditor": "^3.7.6",
f3a70e 37     "vue": "^3.0.5",
3571eb 38     "vue-i18n": "^9.0.0-rc.2",
c96002 39     "vue-router": "^4.0.3",
73c8e0 40     "vue-types": "^3.0.1",
4f8ad9 41     "vuex": "^4.0.0-rc.2",
2f6253 42     "vuex-module-decorators": "^1.0.1",
daf2b1 43     "xlsx": "^0.16.9",
2f6253 44     "zxcvbn": "^4.4.2"
45   },
46   "devDependencies": {
47     "@commitlint/cli": "^11.0.0",
48     "@commitlint/config-conventional": "^11.0.0",
ff2b12 49     "@iconify/json": "^1.1.287",
2f6253 50     "@ls-lint/ls-lint": "^1.9.2",
b803c4 51     "@purge-icons/generated": "^0.5.1",
683d1f 52     "@types/echarts": "^4.9.3",
4ff1c4 53     "@types/fs-extra": "^9.0.6",
ff2b12 54     "@types/http-proxy": "^1.17.5",
2f6253 55     "@types/koa-static": "^4.0.1",
683d1f 56     "@types/lodash-es": "^4.17.4",
2f6253 57     "@types/mockjs": "^1.0.3",
58     "@types/nprogress": "^0.2.0",
59     "@types/qrcode": "^1.3.5",
60     "@types/rollup-plugin-visualizer": "^2.6.0",
cedba3 61     "@types/sortablejs": "^1.10.6",
e6db0d 62     "@types/yargs": "^15.0.12",
2f6253 63     "@types/zxcvbn": "^4.4.0",
d7dc09 64     "@typescript-eslint/eslint-plugin": "^4.13.0",
V 65     "@typescript-eslint/parser": "^4.13.0",
0aeec5 66     "@vitejs/plugin-legacy": "^1.2.1",
ff2b12 67     "@vitejs/plugin-vue": "^1.0.6",
b803c4 68     "@vitejs/plugin-vue-jsx": "^1.0.2",
f3a70e 69     "@vue/compiler-sfc": "^3.0.5",
c2f654 70     "@vuedx/typecheck": "^0.6.0",
V 71     "@vuedx/typescript-plugin-vue": "^0.6.0",
99ac30 72     "autoprefixer": "^10.2.1",
ff2b12 73     "commitizen": "^4.2.3",
36a7e7 74     "conventional-changelog-cli": "^2.1.1",
ee3f9d 75     "conventional-changelog-custom-config": "^0.3.1",
c303ec 76     "cross-env": "^7.0.3",
2f6253 77     "dotenv": "^8.2.0",
ff2b12 78     "eslint": "^7.18.0",
e6db0d 79     "eslint-config-prettier": "^7.1.0",
de5bf7 80     "eslint-plugin-prettier": "^3.3.1",
V 81     "eslint-plugin-vue": "^7.4.1",
82     "esno": "^0.4.0",
2f6253 83     "fs-extra": "^9.0.1",
ff2b12 84     "husky": "^4.3.8",
2f6253 85     "koa-static": "^5.0.0",
d2bdc5 86     "less": "^4.1.0",
e921e7 87     "lint-staged": "^10.5.3",
2f6253 88     "portfinder": "^1.0.28",
99ac30 89     "postcss-import": "^14.0.0",
6f8d75 90     "prettier": "^2.2.1",
2f6253 91     "rimraf": "^3.0.2",
99ac30 92     "rollup-plugin-gzip": "^2.5.0",
2994fe 93     "rollup-plugin-visualizer": "^4.1.2",
46e087 94     "stylelint": "^13.8.0",
2f6253 95     "stylelint-config-prettier": "^8.0.2",
96     "stylelint-config-standard": "^20.0.0",
97     "stylelint-order": "^4.1.0",
81e904 98     "ts-node": "^9.1.0",
0362ab 99     "typescript": "^4.1.3",
6392b7 100     "vite": "^2.0.0-beta.31",
99ac30 101     "vite-plugin-html": "^2.0.0-beta.5",
3509eb 102     "vite-plugin-mock": "^2.0.0-beta.3",
b803c4 103     "vite-plugin-purge-icons": "^0.5.1",
ff2b12 104     "vite-plugin-pwa": "^0.3.8",
6392b7 105     "vite-plugin-style-import": "^0.4.0",
683d1f 106     "vue-eslint-parser": "^7.3.0",
e921e7 107     "yargs": "^16.2.0"
2f6253 108   },
ee3f9d 109   "repository": {
110     "type": "git",
111     "url": "git+https://github.com/anncwb/vue-vben-admin.git"
112   },
113   "license": "MIT",
114   "bugs": {
115     "url": "https://github.com/anncwb/vue-vben-admin/issues"
116   },
117   "homepage": "https://github.com/anncwb/vue-vben-admin",
118   "changelog": {
119     "bugsUrl": "https://github.com/anncwb/vue-vben-admin/issues",
120     "emojis": true,
121     "authorName": false,
122     "authorEmail": false
123   },
2f6253 124   "husky": {
125     "hooks": {
126       "pre-commit": "ls-lint && lint-staged",
127       "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
128     }
129   },
130   "engines": {
e3cbc9 131     "node": ">=10.16.1"
2f6253 132   }
133 }