vben
2021-01-22 c889fb174bbd8301479cd67ed99cb5f3552f9988
提交 | 用户 | age
2f6253 1 {
de5bf7 2   "name": "vben-admin",
322d7c 3   "version": "2.0.0-rc.17",
2f6253 4   "scripts": {
2be166 5     "bootstrap": "yarn install",
d2bdc5 6     "serve": "vite",
c2f654 7     "dev": "vite",
7385ce 8     "build": "cross-env NODE_ENV=production  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 ",
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",
7385ce 14     "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
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",
ca4f1a 36     "vditor": "^3.7.7",
f3a70e 37     "vue": "^3.0.5",
7385ce 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",
7385ce 49     "@iconify/json": "^1.1.289",
2f6253 50     "@ls-lint/ls-lint": "^1.9.2",
ca4f1a 51     "@purge-icons/generated": "^0.5.2",
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",
ca4f1a 64     "@typescript-eslint/eslint-plugin": "^4.14.0",
V 65     "@typescript-eslint/parser": "^4.14.0",
0aeec5 66     "@vitejs/plugin-legacy": "^1.2.1",
37b532 67     "@vitejs/plugin-vue": "^1.1.0",
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",
0cc9f6 72     "autoprefixer": "^10.2.3",
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",
ca4f1a 79     "eslint-config-prettier": "^7.2.0",
de5bf7 80     "eslint-plugin-prettier": "^3.3.1",
c889fb 81     "eslint-plugin-vue": "^7.5.0",
de5bf7 82     "esno": "^0.4.0",
0cc9f6 83     "fs-extra": "^9.1.0",
ff2b12 84     "husky": "^4.3.8",
025ee9 85     "koa": "^2.13.1",
2f6253 86     "koa-static": "^5.0.0",
d2bdc5 87     "less": "^4.1.0",
e921e7 88     "lint-staged": "^10.5.3",
2f6253 89     "portfinder": "^1.0.28",
7385ce 90     "postcss": "^8.2.4",
99ac30 91     "postcss-import": "^14.0.0",
7385ce 92     "postcss-nested": "^5.0.3",
6f8d75 93     "prettier": "^2.2.1",
2f6253 94     "rimraf": "^3.0.2",
99ac30 95     "rollup-plugin-gzip": "^2.5.0",
ca4f1a 96     "rollup-plugin-visualizer": "^4.2.0",
0cc9f6 97     "stylelint": "^13.9.0",
2f6253 98     "stylelint-config-prettier": "^8.0.2",
99     "stylelint-config-standard": "^20.0.0",
100     "stylelint-order": "^4.1.0",
ca4f1a 101     "ts-node": "^9.1.1",
0362ab 102     "typescript": "^4.1.3",
c889fb 103     "vite": "2.0.0-beta.36",
99ac30 104     "vite-plugin-html": "^2.0.0-beta.5",
3509eb 105     "vite-plugin-mock": "^2.0.0-beta.3",
ca4f1a 106     "vite-plugin-purge-icons": "^0.5.2",
37b532 107     "vite-plugin-pwa": "^0.3.9",
V 108     "vite-plugin-style-import": "^0.4.6",
c889fb 109     "vue-eslint-parser": "^7.4.1",
e921e7 110     "yargs": "^16.2.0"
2f6253 111   },
ee3f9d 112   "repository": {
113     "type": "git",
114     "url": "git+https://github.com/anncwb/vue-vben-admin.git"
115   },
116   "license": "MIT",
117   "bugs": {
118     "url": "https://github.com/anncwb/vue-vben-admin/issues"
119   },
120   "homepage": "https://github.com/anncwb/vue-vben-admin",
121   "changelog": {
122     "bugsUrl": "https://github.com/anncwb/vue-vben-admin/issues",
123     "emojis": true,
124     "authorName": false,
125     "authorEmail": false
126   },
2f6253 127   "husky": {
128     "hooks": {
129       "pre-commit": "ls-lint && lint-staged",
130       "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
131     }
132   },
133   "engines": {
e3cbc9 134     "node": ">=10.16.1"
2f6253 135   }
136 }