vben
2021-01-02 5c2735346745cf91aa9812a0afbf62e4625faf40
提交 | 用户 | age
2f6253 1 {
2   "name": "vben-admin-2.0",
799a69 3   "version": "2.0.0-rc.15",
2f6253 4   "scripts": {
2be166 5     "bootstrap": "yarn install",
bd7b53 6     "serve": "cross-env  vite --mode=development",
V 7     "build": "cross-env  vite build --mode=production && 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": {
f3a70e 24     "@iconify/iconify": "^2.0.0-rc.5",
V 25     "@vueuse/core": "^4.0.2",
a305e5 26     "ant-design-vue": "^2.0.0-rc.7",
f3a70e 27     "apexcharts": "^3.23.1",
10cd4f 28     "axios": "^0.21.1",
737b1b 29     "crypto-es": "^1.2.6",
21d0ed 30     "echarts": "^4.9.0",
e6db0d 31     "lodash-es": "^4.17.20",
2f6253 32     "mockjs": "^1.1.0",
4f6b65 33     "moment": "^2.29.1",
2f6253 34     "nprogress": "^0.2.0",
e6093a 35     "path-to-regexp": "^6.2.0",
2f6253 36     "qrcode": "^1.4.4",
5cabba 37     "sortablejs": "^1.12.0",
ac1a36 38     "vditor": "^3.7.4",
f3a70e 39     "vue": "^3.0.5",
e6db0d 40     "vue-i18n": "9.0.0-beta.14",
899963 41     "vue-router": "^4.0.2",
73c8e0 42     "vue-types": "^3.0.1",
4f8ad9 43     "vuex": "^4.0.0-rc.2",
2f6253 44     "vuex-module-decorators": "^1.0.1",
234c1d 45     "xlsx": "^0.16.9",
2f6253 46     "zxcvbn": "^4.4.2"
47   },
48   "devDependencies": {
49     "@commitlint/cli": "^11.0.0",
50     "@commitlint/config-conventional": "^11.0.0",
f3a70e 51     "@iconify/json": "^1.1.278",
2f6253 52     "@ls-lint/ls-lint": "^1.9.2",
53     "@purge-icons/generated": "^0.4.1",
683d1f 54     "@types/echarts": "^4.9.3",
4ff1c4 55     "@types/fs-extra": "^9.0.6",
8882d4 56     "@types/globrex": "^0.1.0",
2f6253 57     "@types/koa-static": "^4.0.1",
683d1f 58     "@types/lodash-es": "^4.17.4",
2f6253 59     "@types/mockjs": "^1.0.3",
60     "@types/nprogress": "^0.2.0",
61     "@types/qrcode": "^1.3.5",
62     "@types/rollup-plugin-visualizer": "^2.6.0",
cedba3 63     "@types/sortablejs": "^1.10.6",
e6db0d 64     "@types/yargs": "^15.0.12",
2f6253 65     "@types/zxcvbn": "^4.4.0",
116a1f 66     "@typescript-eslint/eslint-plugin": "^4.11.1",
V 67     "@typescript-eslint/parser": "^4.11.1",
f3a70e 68     "@vue/compiler-sfc": "^3.0.5",
V 69     "@vuedx/typecheck": "^0.4.1",
70     "@vuedx/typescript-plugin-vue": "^0.4.1",
2f6253 71     "autoprefixer": "^9.8.6",
2994fe 72     "commitizen": "^4.2.2",
36a7e7 73     "conventional-changelog-cli": "^2.1.1",
ee3f9d 74     "conventional-changelog-custom-config": "^0.3.1",
c303ec 75     "cross-env": "^7.0.3",
814f9a 76     "dot-prop": "^6.0.1",
2f6253 77     "dotenv": "^8.2.0",
e6db0d 78     "eslint": "^7.16.0",
V 79     "eslint-config-prettier": "^7.1.0",
683d1f 80     "eslint-plugin-prettier": "^3.3.0",
899963 81     "eslint-plugin-vue": "^7.4.0",
c303ec 82     "esno": "^0.3.0",
2f6253 83     "fs-extra": "^9.0.1",
8882d4 84     "globrex": "^0.1.2",
683d1f 85     "husky": "^4.3.6",
2f6253 86     "koa-static": "^5.0.0",
e6db0d 87     "less": "^4.0.0",
e921e7 88     "lint-staged": "^10.5.3",
2f6253 89     "portfinder": "^1.0.28",
90     "postcss-import": "^12.0.1",
6f8d75 91     "prettier": "^2.2.1",
2f6253 92     "rimraf": "^3.0.2",
2994fe 93     "rollup-plugin-visualizer": "^4.1.2",
46e087 94     "stylelint": "^13.8.0",
2f6253 95     "stylelint-config-prettier": "^8.0.2",
96     "stylelint-config-standard": "^20.0.0",
97     "stylelint-order": "^4.1.0",
98     "tasksfile": "^5.1.1",
81e904 99     "ts-node": "^9.1.0",
0362ab 100     "typescript": "^4.1.3",
4f8ad9 101     "vite": "^1.0.0-rc.13",
173d40 102     "vite-plugin-html": "^1.0.0-beta.2",
189914 103     "vite-plugin-mock": "^1.0.9",
36a7e7 104     "vite-plugin-purge-icons": "^0.4.5",
116a1f 105     "vite-plugin-pwa": "^0.2.1",
683d1f 106     "vue-eslint-parser": "^7.3.0",
e921e7 107     "yargs": "^16.2.0"
2f6253 108   },
ee3f9d 109   "repository": {
110     "type": "git",
111     "url": "git+https://github.com/anncwb/vue-vben-admin.git"
112   },
113   "license": "MIT",
114   "bugs": {
115     "url": "https://github.com/anncwb/vue-vben-admin/issues"
116   },
117   "homepage": "https://github.com/anncwb/vue-vben-admin",
118   "changelog": {
119     "bugsUrl": "https://github.com/anncwb/vue-vben-admin/issues",
120     "emojis": true,
121     "authorName": false,
122     "authorEmail": false
123   },
2f6253 124   "husky": {
125     "hooks": {
126       "pre-commit": "ls-lint && lint-staged",
127       "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
128     }
129   },
130   "engines": {
e3cbc9 131     "node": ">=10.16.1"
2f6253 132   }
133 }