vben
2021-07-25 98749ec6fed0608c01e42f5a13666a9b43a24d6d
提交 | 用户 | age
2f6253 1 {
de5bf7 2   "name": "vben-admin",
596670 3   "version": "2.6.1",
e15737 4   "author": {
V 5     "name": "vben",
6     "email": "anncwb@126.com",
7     "url": "https://github.com/anncwb"
8   },
2f6253 9   "scripts": {
8a9ca4 10     "bootstrap": "yarn install",
e4c3d0 11     "serve": "npm run dev",
8a3f47 12     "dev": "vite",
acacb3 13     "build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
17e47e 14     "build:test": "cross-env vite build --mode test && esno ./build/script/postBuild.ts",
d2bdc5 15     "build:no-cache": "yarn clean:cache && npm run build",
c9089c 16     "report": "cross-env REPORT=true npm run build",
V 17     "type:check": "vue-tsc --noEmit --skipLibCheck",
c1a460 18     "preview": "npm run build && vite preview",
V 19     "preview:dist": "vite preview",
8a9ca4 20     "log": "conventional-changelog -p angular -i CHANGELOG.md -s",
7385ce 21     "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
8a9ca4 22     "clean:lib": "rimraf node_modules",
f6fe1d 23     "lint:eslint": "eslint --cache --max-warnings 0  \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
680ad0 24     "lint:prettier": "prettier --write  \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
f6fe1d 25     "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
2b466e 26     "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
422ea3 27     "lint:pretty": "pretty-quick --staged",
f6fe1d 28     "test:unit": "jest",
V 29     "test:unit-coverage": "jest --coverage",
993538 30     "test:gzip": "http-server dist --cors --gzip -c-1",
V 31     "test:br": "http-server dist --cors --brotli -c-1",
2b466e 32     "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
81cf44 33     "prepare": "husky install",
V 34     "gen:icon": "esno ./build/generate/icon/index.ts"
2f6253 35   },
36   "dependencies": {
81cf44 37     "@iconify/iconify": "^2.0.3",
680ad0 38     "@logicflow/core": "^0.6.1",
V 39     "@logicflow/extension": "^0.6.1",
40     "@vueuse/core": "^5.1.4",
f9cda2 41     "@zxcvbn-ts/core": "^1.0.0-beta.0",
680ad0 42     "ant-design-vue": "2.2.2",
10cd4f 43     "axios": "^0.21.1",
ee44d9 44     "codemirror": "^5.62.2",
655b74 45     "cropperjs": "^1.5.12",
98749e 46     "crypto-js": "^4.1.1",
40008b 47     "echarts": "^5.1.2",
e8d6f8 48     "intro.js": "^4.1.0",
9a7102 49     "lodash-es": "^4.17.21",
2f6253 50     "mockjs": "^1.1.0",
51     "nprogress": "^0.2.0",
e6093a 52     "path-to-regexp": "^6.2.0",
bfb5eb 53     "pinia": "^2.0.0-beta.5",
2f9989 54     "print-js": "^1.6.0",
2f6253 55     "qrcode": "^1.4.4",
cdb10c 56     "resize-observer-polyfill": "^1.5.1",
cf840e 57     "sortablejs": "^1.14.0",
aec230 58     "tinymce": "^5.8.2",
5bce65 59     "vditor": "^3.8.6",
18567e 60     "vue": "3.1.5",
6ef62b 61     "vue-i18n": "9.1.6",
257673 62     "vue-json-pretty": "^2.0.2",
8eba7f 63     "vue-router": "^4.0.10",
f9cda2 64     "vue-types": "^4.0.0",
e4c3d0 65     "xlsx": "^0.17.0"
2f6253 66   },
67   "devDependencies": {
98749e 68     "@commitlint/cli": "^13.1.0",
V 69     "@commitlint/config-conventional": "^13.1.0",
70     "@iconify/json": "^1.1.380",
4d7001 71     "@purge-icons/generated": "^0.7.0",
5bce65 72     "@types/codemirror": "^5.60.2",
V 73     "@types/crypto-js": "^4.0.2",
74     "@types/fs-extra": "^9.0.12",
75     "@types/inquirer": "^7.3.3",
bfb5eb 76     "@types/intro.js": "^3.0.2",
5bce65 77     "@types/jest": "^26.0.24",
683d1f 78     "@types/lodash-es": "^4.17.4",
bfb5eb 79     "@types/mockjs": "^1.0.4",
98749e 80     "@types/node": "^16.4.2",
2f6253 81     "@types/nprogress": "^0.2.0",
bfb5eb 82     "@types/qrcode": "^1.4.1",
S 83     "@types/qs": "^6.9.7",
5bce65 84     "@types/sortablejs": "^1.10.7",
ee44d9 85     "@typescript-eslint/eslint-plugin": "^4.28.4",
V 86     "@typescript-eslint/parser": "^4.28.4",
bfb5eb 87     "@vitejs/plugin-legacy": "^1.4.4",
S 88     "@vitejs/plugin-vue": "^1.2.5",
e9e51b 89     "@vitejs/plugin-vue-jsx": "^1.1.6",
18567e 90     "@vue/compiler-sfc": "3.1.5",
5bce65 91     "@vue/test-utils": "^2.0.0-rc.10",
bfb5eb 92     "autoprefixer": "^10.3.1",
78191d 93     "commitizen": "^4.2.4",
36a7e7 94     "conventional-changelog-cli": "^2.1.1",
c303ec 95     "cross-env": "^7.0.3",
bbf178 96     "dotenv": "^10.0.0",
18567e 97     "eslint": "^7.31.0",
8b2e0f 98     "eslint-config-prettier": "^8.3.0",
acacb3 99     "eslint-define-config": "^1.0.9",
98749e 100     "eslint-plugin-jest": "^24.4.0",
7db37e 101     "eslint-plugin-prettier": "^3.4.0",
18567e 102     "eslint-plugin-vue": "^7.14.0",
98749e 103     "esno": "^0.8.0",
78191d 104     "fs-extra": "^10.0.0",
993538 105     "http-server": "^0.12.3",
5bce65 106     "husky": "^7.0.1",
18567e 107     "inquirer": "^8.1.2",
422ea3 108     "is-ci": "^3.0.0",
cdb10c 109     "jest": "^27.0.6",
3d1681 110     "less": "^4.1.1",
98749e 111     "lint-staged": "^11.1.1",
893f3c 112     "npm-run-all": "^4.1.5",
98749e 113     "postcss": "^8.3.6",
f9cda2 114     "prettier": "^2.3.2",
d3d620 115     "pretty-quick": "^3.1.1",
2f6253 116     "rimraf": "^3.0.2",
bfb5eb 117     "rollup-plugin-visualizer": "5.5.2",
78191d 118     "stylelint": "^13.13.1",
2f6253 119     "stylelint-config-prettier": "^8.0.2",
8b2e0f 120     "stylelint-config-standard": "^22.0.0",
2f6253 121     "stylelint-order": "^4.1.0",
98749e 122     "tailwindcss": "^2.2.7",
ee44d9 123     "ts-jest": "^27.0.4",
bfb5eb 124     "ts-node": "^10.1.0",
81cf44 125     "typescript": "4.3.5",
ee44d9 126     "vite": "2.4.3",
18567e 127     "vite-plugin-compression": "^0.3.1",
7db37e 128     "vite-plugin-html": "^2.0.7",
18567e 129     "vite-plugin-imagemin": "^0.4.1",
V 130     "vite-plugin-mock": "^2.9.3",
4d7001 131     "vite-plugin-purge-icons": "^0.7.0",
98749e 132     "vite-plugin-pwa": "^0.8.2",
aed622 133     "vite-plugin-style-import": "^1.0.1",
5bce65 134     "vite-plugin-svg-icons": "^1.0.1",
035f55 135     "vite-plugin-theme": "^0.8.1",
18567e 136     "vue-eslint-parser": "^7.9.0",
ee44d9 137     "vue-tsc": "^0.2.2"
2f6253 138   },
de332a 139   "resolutions": {
e4c3d0 140     "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it",
ee4829 141     "bin-wrapper": "npm:bin-wrapper-china",
ee44d9 142     "rollup": "^2.53.3"
de332a 143   },
ee3f9d 144   "repository": {
145     "type": "git",
146     "url": "git+https://github.com/anncwb/vue-vben-admin.git"
147   },
148   "license": "MIT",
149   "bugs": {
150     "url": "https://github.com/anncwb/vue-vben-admin/issues"
151   },
152   "homepage": "https://github.com/anncwb/vue-vben-admin",
2f6253 153   "engines": {
491f1f 154     "node": "^12 || >=14"
2f6253 155   }
156 }