vben
2020-11-01 87fcd0d21ea78ce916a4f2b9cdcceda5e7866eee
提交 | 用户 | age
2f6253 1 {
2   "name": "vben-admin-2.0",
3466d6 3   "version": "2.0.0-rc.7",
2f6253 4   "scripts": {
2be166 5     "bootstrap": "yarn install",
V 6     "serve": "esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite",
7658f4 7     "build": " rimraf dist && cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
bb3b8f 8     "build:site": "cross-env SITE=true npm run build ",
2be166 9     "build:no-cache": "yarn  clean:cache && npm run build",
7658f4 10     "typecheck": "typecheck .",
bb3b8f 11     "report": "cross-env REPORT=true npm run build ",
2be166 12     "preview": "npm run build && esno ./build/script/preview.ts",
V 13     "preview:dist": "esno ./build/script/preview.ts",
14     "log": "esno ./build/script/changelog.ts",
bb3b8f 15     "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite_opt_cache",
2f6253 16     "clean:lib": "npx rimraf node_modules",
17     "ls-lint": "npx ls-lint",
18     "lint:eslint": "eslint --fix --ext \"src/**/*.{vue,less,css,scss}\"",
19     "lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
bb3b8f 20     "lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
2be166 21     "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap"
2f6253 22   },
23   "dependencies": {
24     "@iconify/iconify": "^2.0.0-rc.1",
2407b3 25     "ant-design-vue": "^2.0.0-beta.11",
21d0ed 26     "apexcharts": "^3.22.0",
2994fe 27     "axios": "^0.21.0",
21d0ed 28     "echarts": "^4.9.0",
2f6253 29     "lodash-es": "^4.17.15",
30     "mockjs": "^1.1.0",
31     "nprogress": "^0.2.0",
e6093a 32     "path-to-regexp": "^6.2.0",
2f6253 33     "qrcode": "^1.4.4",
bfac42 34     "vditor": "^3.6.0",
9ee0a5 35     "vite": "^1.0.0-rc.8",
463aea 36     "vue": "^3.0.2",
894b63 37     "vue-i18n": "^9.0.0-beta.6",
2994fe 38     "vue-router": "^4.0.0-rc.1",
3466d6 39     "vuex": "^4.0.0-rc.1",
2f6253 40     "vuex-module-decorators": "^1.0.1",
c0692b 41     "xlsx": "^0.16.8",
2f6253 42     "zxcvbn": "^4.4.2"
43   },
44   "devDependencies": {
45     "@commitlint/cli": "^11.0.0",
46     "@commitlint/config-conventional": "^11.0.0",
3466d6 47     "@iconify/json": "^1.1.249",
2f6253 48     "@ls-lint/ls-lint": "^1.9.2",
49     "@purge-icons/generated": "^0.4.1",
404c73 50     "@types/echarts": "^4.9.0",
1091c1 51     "@types/fs-extra": "^9.0.2",
2f6253 52     "@types/koa-static": "^4.0.1",
53     "@types/lodash-es": "^4.17.3",
54     "@types/mockjs": "^1.0.3",
55     "@types/nprogress": "^0.2.0",
56     "@types/qrcode": "^1.3.5",
57     "@types/rollup-plugin-visualizer": "^2.6.0",
710158 58     "@types/yargs": "^15.0.9",
2f6253 59     "@types/zxcvbn": "^4.4.0",
9ee0a5 60     "@typescript-eslint/eslint-plugin": "^4.6.0",
V 61     "@typescript-eslint/parser": "^4.6.0",
463aea 62     "@vue/compiler-sfc": "^3.0.2",
7658f4 63     "@vuedx/typecheck": "^0.2.4-0",
V 64     "@vuedx/typescript-plugin-vue": "^0.2.4-0",
2f6253 65     "autoprefixer": "^9.8.6",
2994fe 66     "commitizen": "^4.2.2",
2f6253 67     "conventional-changelog-cli": "^2.1.0",
ee3f9d 68     "conventional-changelog-custom-config": "^0.3.1",
2f6253 69     "cross-env": "^7.0.2",
70     "dotenv": "^8.2.0",
2994fe 71     "eslint": "^7.12.0",
404c73 72     "eslint-config-prettier": "^6.15.0",
2f6253 73     "eslint-plugin-prettier": "^3.1.4",
894b63 74     "eslint-plugin-vue": "^7.1.0",
2be166 75     "esno": "^0.2.4",
2f6253 76     "fs-extra": "^9.0.1",
77     "husky": "^4.3.0",
78     "koa-static": "^5.0.0",
79     "less": "^3.12.2",
9ee0a5 80     "lint-staged": "^10.5.0",
2f6253 81     "portfinder": "^1.0.28",
82     "postcss-import": "^12.0.1",
83     "prettier": "^2.1.2",
84     "rimraf": "^3.0.2",
85     "rollup-plugin-analyzer": "^3.3.0",
2994fe 86     "rollup-plugin-visualizer": "^4.1.2",
2f6253 87     "stylelint": "^13.7.2",
88     "stylelint-config-prettier": "^8.0.2",
89     "stylelint-config-standard": "^20.0.0",
90     "stylelint-order": "^4.1.0",
91     "tasksfile": "^5.1.1",
92     "ts-node": "^9.0.0",
9ee0a5 93     "typescript": "^4.0.5",
173d40 94     "vite-plugin-html": "^1.0.0-beta.2",
34c09f 95     "vite-plugin-mock": "^1.0.6",
aca07d 96     "vite-plugin-purge-icons": "^0.4.4",
404c73 97     "vite-plugin-pwa": "^0.1.3",
1091c1 98     "vue-eslint-parser": "^7.1.1",
710158 99     "yargs": "^16.1.0"
2f6253 100   },
ee3f9d 101   "repository": {
102     "type": "git",
103     "url": "git+https://github.com/anncwb/vue-vben-admin.git"
104   },
105   "license": "MIT",
106   "bugs": {
107     "url": "https://github.com/anncwb/vue-vben-admin/issues"
108   },
109   "homepage": "https://github.com/anncwb/vue-vben-admin",
110   "changelog": {
111     "bugsUrl": "https://github.com/anncwb/vue-vben-admin/issues",
112     "emojis": true,
113     "authorName": false,
114     "authorEmail": false
115   },
2f6253 116   "husky": {
117     "hooks": {
118       "pre-commit": "ls-lint && lint-staged",
119       "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
120     }
121   },
122   "engines": {
e3cbc9 123     "node": ">=10.16.1"
2f6253 124   }
125 }