vben
2020-10-27 bfac425d1e12943b55e9afb732a36d84f6a02404
提交 | 用户 | age
2f6253 1 {
2   "name": "vben-admin-2.0",
1d47d8 3   "version": "2.0.0-rc.5",
2f6253 4   "scripts": {
2be166 5     "bootstrap": "yarn install",
V 6     "serve": "esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite",
173d40 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",
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",
13     "log": "esno ./build/script/changelog.ts",
bb3b8f 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/",
2be166 20     "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap"
2f6253 21   },
22   "dependencies": {
23     "@iconify/iconify": "^2.0.0-rc.1",
24     "ant-design-vue": "^2.0.0-beta.10",
21d0ed 25     "apexcharts": "^3.22.0",
2994fe 26     "axios": "^0.21.0",
21d0ed 27     "echarts": "^4.9.0",
2f6253 28     "lodash-es": "^4.17.15",
29     "mockjs": "^1.1.0",
30     "nprogress": "^0.2.0",
e6093a 31     "path-to-regexp": "^6.2.0",
2f6253 32     "qrcode": "^1.4.4",
bfac42 33     "vditor": "^3.6.0",
9ee0a5 34     "vite": "^1.0.0-rc.8",
463aea 35     "vue": "^3.0.2",
894b63 36     "vue-i18n": "^9.0.0-beta.6",
2994fe 37     "vue-router": "^4.0.0-rc.1",
2f6253 38     "vuex": "^4.0.0-beta.4",
39     "vuex-module-decorators": "^1.0.1",
c0692b 40     "xlsx": "^0.16.8",
2f6253 41     "zxcvbn": "^4.4.2"
42   },
43   "devDependencies": {
44     "@commitlint/cli": "^11.0.0",
45     "@commitlint/config-conventional": "^11.0.0",
bfac42 46     "@iconify/json": "^1.1.248",
2f6253 47     "@ls-lint/ls-lint": "^1.9.2",
48     "@purge-icons/generated": "^0.4.1",
710158 49     "@types/echarts": "^4.8.3",
1091c1 50     "@types/fs-extra": "^9.0.2",
2f6253 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",
710158 57     "@types/yargs": "^15.0.9",
2f6253 58     "@types/zxcvbn": "^4.4.0",
9ee0a5 59     "@typescript-eslint/eslint-plugin": "^4.6.0",
V 60     "@typescript-eslint/parser": "^4.6.0",
463aea 61     "@vue/compiler-sfc": "^3.0.2",
2f6253 62     "autoprefixer": "^9.8.6",
2994fe 63     "commitizen": "^4.2.2",
2f6253 64     "conventional-changelog-cli": "^2.1.0",
ee3f9d 65     "conventional-changelog-custom-config": "^0.3.1",
2f6253 66     "cross-env": "^7.0.2",
67     "dotenv": "^8.2.0",
2994fe 68     "eslint": "^7.12.0",
V 69     "eslint-config-prettier": "^6.14.0",
2f6253 70     "eslint-plugin-prettier": "^3.1.4",
894b63 71     "eslint-plugin-vue": "^7.1.0",
2be166 72     "esno": "^0.2.4",
2f6253 73     "fs-extra": "^9.0.1",
74     "husky": "^4.3.0",
75     "koa-static": "^5.0.0",
76     "less": "^3.12.2",
9ee0a5 77     "lint-staged": "^10.5.0",
2f6253 78     "portfinder": "^1.0.28",
79     "postcss-import": "^12.0.1",
80     "prettier": "^2.1.2",
81     "rimraf": "^3.0.2",
82     "rollup-plugin-analyzer": "^3.3.0",
2994fe 83     "rollup-plugin-visualizer": "^4.1.2",
2f6253 84     "stylelint": "^13.7.2",
85     "stylelint-config-prettier": "^8.0.2",
86     "stylelint-config-standard": "^20.0.0",
87     "stylelint-order": "^4.1.0",
88     "tasksfile": "^5.1.1",
89     "ts-node": "^9.0.0",
9ee0a5 90     "typescript": "^4.0.5",
173d40 91     "vite-plugin-html": "^1.0.0-beta.2",
e1e9ba 92     "vite-plugin-mock": "^1.0.4",
aca07d 93     "vite-plugin-purge-icons": "^0.4.4",
a1b990 94     "vite-plugin-pwa": "^0.1.2",
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 }