vben
2020-11-27 68a96b7f81a1ad72c93a53c2ebfde046c66c215f
提交 | 用户 | age
2f6253 1 {
2   "name": "vben-admin-2.0",
ea24df 3   "version": "2.0.0-rc.11",
2f6253 4   "scripts": {
2be166 5     "bootstrap": "yarn install",
V 6     "serve": "esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite",
e79e54 7     "build": "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": {
36a7e7 24     "@iconify/iconify": "^2.0.0-rc.2",
41d790 25     "ant-design-vue": "2.0.0-rc.2",
6d9585 26     "apexcharts": "3.22.0",
2994fe 27     "axios": "^0.21.0",
737b1b 28     "crypto-es": "^1.2.6",
21d0ed 29     "echarts": "^4.9.0",
2f6253 30     "lodash-es": "^4.17.15",
31     "mockjs": "^1.1.0",
4f6b65 32     "moment": "^2.29.1",
2f6253 33     "nprogress": "^0.2.0",
e6093a 34     "path-to-regexp": "^6.2.0",
2f6253 35     "qrcode": "^1.4.4",
5cabba 36     "sortablejs": "^1.12.0",
V 37     "vditor": "^3.6.6",
dc09de 38     "vue": "^3.0.3",
8882d4 39     "vue-i18n": "^9.0.0-beta.8",
234c1d 40     "vue-router": "^4.0.0-rc.5",
73c8e0 41     "vue-types": "^3.0.1",
4f8ad9 42     "vuex": "^4.0.0-rc.2",
2f6253 43     "vuex-module-decorators": "^1.0.1",
234c1d 44     "xlsx": "^0.16.9",
2f6253 45     "zxcvbn": "^4.4.2"
46   },
47   "devDependencies": {
48     "@commitlint/cli": "^11.0.0",
49     "@commitlint/config-conventional": "^11.0.0",
5cabba 50     "@iconify/json": "^1.1.264",
2f6253 51     "@ls-lint/ls-lint": "^1.9.2",
52     "@purge-icons/generated": "^0.4.1",
5cabba 53     "@types/echarts": "^4.9.2",
661db0 54     "@types/fs-extra": "^9.0.4",
8882d4 55     "@types/globrex": "^0.1.0",
2f6253 56     "@types/koa-static": "^4.0.1",
57     "@types/lodash-es": "^4.17.3",
58     "@types/mockjs": "^1.0.3",
59     "@types/nprogress": "^0.2.0",
60     "@types/qrcode": "^1.3.5",
61     "@types/rollup-plugin-visualizer": "^2.6.0",
cedba3 62     "@types/sortablejs": "^1.10.6",
46e087 63     "@types/yargs": "^15.0.10",
2f6253 64     "@types/zxcvbn": "^4.4.0",
5cabba 65     "@typescript-eslint/eslint-plugin": "^4.8.2",
V 66     "@typescript-eslint/parser": "^4.8.2",
dc09de 67     "@vue/compiler-sfc": "^3.0.3",
7658f4 68     "@vuedx/typecheck": "^0.2.4-0",
V 69     "@vuedx/typescript-plugin-vue": "^0.2.4-0",
2f6253 70     "autoprefixer": "^9.8.6",
2994fe 71     "commitizen": "^4.2.2",
36a7e7 72     "conventional-changelog-cli": "^2.1.1",
ee3f9d 73     "conventional-changelog-custom-config": "^0.3.1",
2f6253 74     "cross-env": "^7.0.2",
814f9a 75     "dot-prop": "^6.0.1",
2f6253 76     "dotenv": "^8.2.0",
234c1d 77     "eslint": "^7.14.0",
404c73 78     "eslint-config-prettier": "^6.15.0",
2f6253 79     "eslint-plugin-prettier": "^3.1.4",
894b63 80     "eslint-plugin-vue": "^7.1.0",
2be166 81     "esno": "^0.2.4",
2f6253 82     "fs-extra": "^9.0.1",
8882d4 83     "globrex": "^0.1.2",
2f6253 84     "husky": "^4.3.0",
85     "koa-static": "^5.0.0",
86     "less": "^3.12.2",
5cabba 87     "lint-staged": "^10.5.2",
2f6253 88     "portfinder": "^1.0.28",
89     "postcss-import": "^12.0.1",
f7aa93 90     "prettier": "^2.2.0",
2f6253 91     "rimraf": "^3.0.2",
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",
97     "tasksfile": "^5.1.1",
98     "ts-node": "^9.0.0",
814f9a 99     "typescript": "^4.1.2",
4f8ad9 100     "vite": "^1.0.0-rc.13",
173d40 101     "vite-plugin-html": "^1.0.0-beta.2",
34c09f 102     "vite-plugin-mock": "^1.0.6",
36a7e7 103     "vite-plugin-purge-icons": "^0.4.5",
86de31 104     "vite-plugin-pwa": "^0.1.5",
1091c1 105     "vue-eslint-parser": "^7.1.1",
710158 106     "yargs": "^16.1.0"
2f6253 107   },
ee3f9d 108   "repository": {
109     "type": "git",
110     "url": "git+https://github.com/anncwb/vue-vben-admin.git"
111   },
112   "license": "MIT",
113   "bugs": {
114     "url": "https://github.com/anncwb/vue-vben-admin/issues"
115   },
116   "homepage": "https://github.com/anncwb/vue-vben-admin",
117   "changelog": {
118     "bugsUrl": "https://github.com/anncwb/vue-vben-admin/issues",
119     "emojis": true,
120     "authorName": false,
121     "authorEmail": false
122   },
2f6253 123   "husky": {
124     "hooks": {
125       "pre-commit": "ls-lint && lint-staged",
126       "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
127     }
128   },
129   "engines": {
e3cbc9 130     "node": ">=10.16.1"
2f6253 131   }
132 }