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