vben
2020-10-26 1d47d8a4473f9de7a3fafea42c4151ee94dc400a
提交 | 用户 | age
2f6253 1 {
2   "name": "vben-admin-2.0",
1d47d8 3   "version": "2.0.0-rc.5",
2f6253 4   "scripts": {
463aea 5     "bootstrap": "yarn install || npm install",
b84de1 6     "serve": "cross-env ts-node --files -P  ./build/tsconfig.json ./build/script/preserve && cross-env NODE_ENV=development vite",
a3b7a6 7     "build": "cross-env NODE_ENV=production vite build && node ./build/jsc.ts build",
bb3b8f 8     "build:site": "cross-env SITE=true npm run build ",
a0b09e 9     "build:no-cache": "yarn  clean:cache && node ./build/jsc.ts build",
bb3b8f 10     "report": "cross-env REPORT=true npm run build ",
6211ba 11     "preview": "node ./build/jsc.ts preview",
V 12     "log": "node ./build/jsc.ts log",
bb3b8f 13     "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite_opt_cache",
2f6253 14     "clean:lib": "npx rimraf node_modules",
15     "ls-lint": "npx ls-lint",
16     "lint:eslint": "eslint --fix --ext \"src/**/*.{vue,less,css,scss}\"",
17     "lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
bb3b8f 18     "lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
463aea 19     "reinstall": "rimraf node_modules && rimraf yarn.lock && rimraf package.lock.json && npm run bootstrap"
2f6253 20   },
21   "dependencies": {
22     "@iconify/iconify": "^2.0.0-rc.1",
23     "ant-design-vue": "^2.0.0-beta.10",
21d0ed 24     "apexcharts": "^3.22.0",
2994fe 25     "axios": "^0.21.0",
21d0ed 26     "echarts": "^4.9.0",
2f6253 27     "lodash-es": "^4.17.15",
28     "mockjs": "^1.1.0",
29     "nprogress": "^0.2.0",
e6093a 30     "path-to-regexp": "^6.2.0",
2f6253 31     "qrcode": "^1.4.4",
5fb069 32     "vditor": "^3.5.5",
a9c2a2 33     "vite": "^1.0.0-rc.6",
463aea 34     "vue": "^3.0.2",
894b63 35     "vue-i18n": "^9.0.0-beta.6",
2994fe 36     "vue-router": "^4.0.0-rc.1",
2f6253 37     "vuex": "^4.0.0-beta.4",
38     "vuex-module-decorators": "^1.0.1",
c0692b 39     "xlsx": "^0.16.8",
2f6253 40     "zxcvbn": "^4.4.2"
41   },
42   "devDependencies": {
43     "@commitlint/cli": "^11.0.0",
44     "@commitlint/config-conventional": "^11.0.0",
2994fe 45     "@iconify/json": "^1.1.246",
2f6253 46     "@ls-lint/ls-lint": "^1.9.2",
47     "@purge-icons/generated": "^0.4.1",
710158 48     "@types/echarts": "^4.8.3",
1091c1 49     "@types/fs-extra": "^9.0.2",
7c4dd2 50     "@types/html-minifier": "^4.0.0",
2f6253 51     "@types/inquirer": "^7.3.1",
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",
894b63 60     "@typescript-eslint/eslint-plugin": "^4.5.0",
V 61     "@typescript-eslint/parser": "^4.5.0",
463aea 62     "@vue/compiler-sfc": "^3.0.2",
2f6253 63     "autoprefixer": "^9.8.6",
2994fe 64     "commitizen": "^4.2.2",
2f6253 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",
2994fe 69     "eslint": "^7.12.0",
V 70     "eslint-config-prettier": "^6.14.0",
2f6253 71     "eslint-plugin-prettier": "^3.1.4",
894b63 72     "eslint-plugin-vue": "^7.1.0",
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",
710158 79     "lint-staged": "^10.4.2",
2f6253 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",
2994fe 85     "rollup-plugin-visualizer": "^4.1.2",
2f6253 86     "stylelint": "^13.7.2",
87     "stylelint-config-prettier": "^8.0.2",
88     "stylelint-config-standard": "^20.0.0",
89     "stylelint-order": "^4.1.0",
90     "tasksfile": "^5.1.1",
91     "ts-node": "^9.0.0",
92     "typescript": "^4.0.3",
e1e9ba 93     "vite-plugin-mock": "^1.0.4",
aca07d 94     "vite-plugin-purge-icons": "^0.4.4",
1091c1 95     "vue-eslint-parser": "^7.1.1",
710158 96     "yargs": "^16.1.0"
2f6253 97   },
ee3f9d 98   "repository": {
99     "type": "git",
100     "url": "git+https://github.com/anncwb/vue-vben-admin.git"
101   },
102   "license": "MIT",
103   "bugs": {
104     "url": "https://github.com/anncwb/vue-vben-admin/issues"
105   },
106   "homepage": "https://github.com/anncwb/vue-vben-admin",
107   "changelog": {
108     "bugsUrl": "https://github.com/anncwb/vue-vben-admin/issues",
109     "emojis": true,
110     "authorName": false,
111     "authorEmail": false
112   },
2f6253 113   "husky": {
114     "hooks": {
115       "pre-commit": "ls-lint && lint-staged",
116       "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
117     }
118   },
119   "engines": {
e3cbc9 120     "node": ">=10.16.1"
2f6253 121   }
122 }