vben
2020-10-14 31e2715e674fc7d5144f39d8d5e595d904585af8
提交 | 用户 | age
2f6253 1 {
2   "name": "vben-admin-2.0",
a7c097 3   "version": "2.0.0-beta.7",
2f6253 4   "scripts": {
5     "bootstrap": "yarn install",
bb3b8f 6     "serve": "node ./build/jsc.js preserve && cross-env NODE_ENV=development vite",
N 7     "build": "node ./build/jsc.js build",
8     "build:site": "cross-env SITE=true npm run build ",
9     "build:no-cache": "yarn  clean:cache && npm run build",
10     "report": "cross-env REPORT=true npm run build ",
11     "preview": "node ./build/jsc.js preview",
12     "log": "node ./build/jsc.js log",
13     "gen:gz": "node ./build/jsc.js gzip",
14     "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite_opt_cache",
2f6253 15     "clean:lib": "npx rimraf node_modules",
16     "ls-lint": "npx ls-lint",
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/",
N 20     "reinstall": "rimraf node_modules && rimraf yarn.lock && rimraf package.lock.json && npm run bootstrap",
21     "postinstall": "node ./build/jsc.js postinstall"
2f6253 22   },
23   "dependencies": {
24     "@iconify/iconify": "^2.0.0-rc.1",
25     "ant-design-vue": "^2.0.0-beta.10",
21d0ed 26     "apexcharts": "^3.22.0",
2f6253 27     "axios": "^0.20.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",
34     "vue": "^3.0.0",
e6093a 35     "vue-i18n": "^9.0.0-beta.4",
36     "vue-router": "^4.0.0-beta.13",
2f6253 37     "vuex": "^4.0.0-beta.4",
38     "vuex-module-decorators": "^1.0.1",
39     "zxcvbn": "^4.4.2"
40   },
41   "devDependencies": {
42     "@commitlint/cli": "^11.0.0",
43     "@commitlint/config-conventional": "^11.0.0",
1091c1 44     "@iconify/json": "^1.1.241",
2f6253 45     "@ls-lint/ls-lint": "^1.9.2",
46     "@purge-icons/generated": "^0.4.1",
21d0ed 47     "@types/echarts": "^4.8.0",
1091c1 48     "@types/fs-extra": "^9.0.2",
7c4dd2 49     "@types/html-minifier": "^4.0.0",
2f6253 50     "@types/inquirer": "^7.3.1",
51     "@types/koa-static": "^4.0.1",
52     "@types/lodash-es": "^4.17.3",
53     "@types/mockjs": "^1.0.3",
54     "@types/nprogress": "^0.2.0",
55     "@types/qrcode": "^1.3.5",
56     "@types/rollup-plugin-visualizer": "^2.6.0",
57     "@types/shelljs": "^0.8.8",
bb3b8f 58     "@types/yargs": "^15.0.8",
2f6253 59     "@types/zxcvbn": "^4.4.0",
1091c1 60     "@typescript-eslint/eslint-plugin": "^4.4.1",
N 61     "@typescript-eslint/parser": "^4.4.1",
2f6253 62     "@vue/compiler-sfc": "^3.0.0",
63     "autoprefixer": "^9.8.6",
64     "commitizen": "^4.2.1",
65     "conventional-changelog-cli": "^2.1.0",
ee3f9d 66     "conventional-changelog-custom-config": "^0.3.1",
2f6253 67     "cross-env": "^7.0.2",
68     "dotenv": "^8.2.0",
69     "eslint": "^7.10.0",
70     "eslint-config-prettier": "^6.12.0",
71     "eslint-plugin-prettier": "^3.1.4",
e6093a 72     "eslint-plugin-vue": "^7.0.1",
2f6253 73     "fs-extra": "^9.0.1",
7c4dd2 74     "html-minifier": "^4.0.0",
2f6253 75     "husky": "^4.3.0",
76     "inquirer": "^7.3.3",
77     "koa-static": "^5.0.0",
78     "less": "^3.12.2",
79     "lint-staged": "^10.4.0",
80     "portfinder": "^1.0.28",
81     "postcss-import": "^12.0.1",
82     "prettier": "^2.1.2",
83     "rimraf": "^3.0.2",
84     "rollup-plugin-analyzer": "^3.3.0",
85     "rollup-plugin-visualizer": "^4.1.1",
86     "shelljs": "^0.8.4",
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",
93     "typescript": "^4.0.3",
94     "vite": "^1.0.0-rc.4",
95     "vite-plugin-mock": "^1.0.2",
96     "vite-plugin-purge-icons": "^0.4.1",
1091c1 97     "vue-eslint-parser": "^7.1.1",
bb3b8f 98     "yargs": "^16.0.3"
2f6253 99   },
ee3f9d 100   "repository": {
101     "type": "git",
102     "url": "git+https://github.com/anncwb/vue-vben-admin.git"
103   },
104   "license": "MIT",
105   "bugs": {
106     "url": "https://github.com/anncwb/vue-vben-admin/issues"
107   },
108   "homepage": "https://github.com/anncwb/vue-vben-admin",
109   "changelog": {
110     "bugsUrl": "https://github.com/anncwb/vue-vben-admin/issues",
111     "emojis": true,
112     "authorName": false,
113     "authorEmail": false
114   },
2f6253 115   "husky": {
116     "hooks": {
117       "pre-commit": "ls-lint && lint-staged",
118       "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
119     }
120   },
121   "engines": {
122     "node": ">=12.0.0"
123   }
124 }