Vben
2021-06-18 4c89ea7474f4315870df1790f99f3e431f343b90
提交 | 用户 | age
2f6253 1 {
de5bf7 2   "name": "vben-admin",
2c5351 3   "version": "2.4.2",
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",
411eef 13     "build": "vite build && esno ./build/script/postBuild.ts",
d2bdc5 14     "build:no-cache": "yarn clean:cache && npm run build",
c9089c 15     "report": "cross-env REPORT=true npm run build",
V 16     "type:check": "vue-tsc --noEmit --skipLibCheck",
c1a460 17     "preview": "npm run build && vite preview",
V 18     "preview:dist": "vite preview",
8a9ca4 19     "log": "conventional-changelog -p angular -i CHANGELOG.md -s",
7385ce 20     "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
8a9ca4 21     "clean:lib": "rimraf node_modules",
f6fe1d 22     "lint:eslint": "eslint --cache --max-warnings 0  \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
2f6253 23     "lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
f6fe1d 24     "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
2b466e 25     "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
422ea3 26     "lint:pretty": "pretty-quick --staged",
f6fe1d 27     "test:unit": "jest",
V 28     "test:unit-coverage": "jest --coverage",
993538 29     "test:gzip": "http-server dist --cors --gzip -c-1",
V 30     "test:br": "http-server dist --cors --brotli -c-1",
2b466e 31     "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
b6cea4 32     "install:husky": "is-ci || husky install",
24a3f9 33     "gen:icon": "esno ./build/generate/icon/index.ts",
b6cea4 34     "postinstall": "npm run install:husky"
2f6253 35   },
36   "dependencies": {
d19634 37     "@iconify/iconify": "^2.0.2",
0acc4a 38     "@logicflow/core": "^0.4.15",
V 39     "@logicflow/extension": "^0.4.15",
655b74 40     "@vueuse/core": "^5.0.3",
cd8e92 41     "@zxcvbn-ts/core": "^0.3.0",
8e410f 42     "ant-design-vue": "2.1.6",
10cd4f 43     "axios": "^0.21.1",
e3569b 44     "codemirror": "^5.61.1",
655b74 45     "cropperjs": "^1.5.12",
bba776 46     "crypto-js": "^4.0.0",
40008b 47     "echarts": "^5.1.2",
d19634 48     "intro.js": "^4.0.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",
cd4b5e 53     "pinia": "2.0.0-alpha.13",
2f9989 54     "print-js": "^1.6.0",
2f6253 55     "qrcode": "^1.4.4",
99ac30 56     "sortablejs": "^1.13.0",
e3569b 57     "tinymce": "^5.8.1",
d7d603 58     "vditor": "^3.8.5",
566280 59     "vue": "3.0.11",
6ef62b 60     "vue-i18n": "9.1.6",
257673 61     "vue-json-pretty": "^2.0.2",
d19634 62     "vue-router": "^4.0.9",
3d1681 63     "vue-types": "^3.0.2",
e4c3d0 64     "xlsx": "^0.17.0"
2f6253 65   },
66   "devDependencies": {
e4c3d0 67     "@commitlint/cli": "^12.1.4",
V 68     "@commitlint/config-conventional": "^12.1.4",
d19634 69     "@iconify/json": "^1.1.357",
4d7001 70     "@purge-icons/generated": "^0.7.0",
78191d 71     "@types/codemirror": "^5.60.0",
bba776 72     "@types/crypto-js": "^4.0.1",
26adbc 73     "@types/fs-extra": "^9.0.11",
b6cea4 74     "@types/inquirer": "^7.3.1",
d19634 75     "@types/intro.js": "^3.0.1",
f6fe1d 76     "@types/jest": "^26.0.23",
683d1f 77     "@types/lodash-es": "^4.17.4",
2f6253 78     "@types/mockjs": "^1.0.3",
55e9d9 79     "@types/node": "^15.12.2",
2f6253 80     "@types/nprogress": "^0.2.0",
3ba828 81     "@types/qrcode": "^1.4.0",
491f1f 82     "@types/qs": "^6.9.6",
cedba3 83     "@types/sortablejs": "^1.10.6",
e90646 84     "@typescript-eslint/eslint-plugin": "^4.27.0",
V 85     "@typescript-eslint/parser": "^4.27.0",
8a3f47 86     "@vitejs/plugin-legacy": "^1.4.1",
V 87     "@vitejs/plugin-vue": "^1.2.3",
88     "@vitejs/plugin-vue-jsx": "^1.1.5",
566280 89     "@vue/compiler-sfc": "3.0.11",
f6fe1d 90     "@vue/test-utils": "^2.0.0-rc.6",
7e2ca7 91     "autoprefixer": "^10.2.6",
f6fe1d 92     "babel-jest": "^27.0.2",
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",
cda0f9 97     "eslint": "^7.28.0",
8b2e0f 98     "eslint-config-prettier": "^8.3.0",
7f6f8e 99     "eslint-define-config": "^1.0.8",
f6fe1d 100     "eslint-plugin-jest": "^24.3.6",
7db37e 101     "eslint-plugin-prettier": "^3.4.0",
e90646 102     "eslint-plugin-vue": "^7.11.1",
V 103     "esno": "^0.7.3",
78191d 104     "fs-extra": "^10.0.0",
993538 105     "http-server": "^0.12.3",
2e11ea 106     "husky": "^6.0.0",
e90646 107     "inquirer": "^8.1.1",
422ea3 108     "is-ci": "^3.0.0",
f6fe1d 109     "jest": "^27.0.4",
3d1681 110     "less": "^4.1.1",
78191d 111     "lint-staged": "^11.0.0",
d19634 112     "postcss": "^8.3.5",
cda0f9 113     "prettier": "^2.3.1",
422ea3 114     "pretty-quick": "^3.1.0",
2f6253 115     "rimraf": "^3.0.2",
78191d 116     "rollup-plugin-visualizer": "5.5.0",
V 117     "stylelint": "^13.13.1",
2f6253 118     "stylelint-config-prettier": "^8.0.2",
8b2e0f 119     "stylelint-config-standard": "^22.0.0",
2f6253 120     "stylelint-order": "^4.1.0",
f6fe1d 121     "ts-jest": "^27.0.3",
cd4b5e 122     "ts-node": "^10.0.0",
d19634 123     "typescript": "4.3.3",
a222ec 124     "vite": "2.3.7",
78191d 125     "vite-plugin-compression": "^0.2.5",
7db37e 126     "vite-plugin-html": "^2.0.7",
78191d 127     "vite-plugin-imagemin": "^0.3.2",
4f20d4 128     "vite-plugin-mock": "^2.8.0",
4d7001 129     "vite-plugin-purge-icons": "^0.7.0",
655b74 130     "vite-plugin-pwa": "^0.8.1",
4f20d4 131     "vite-plugin-style-import": "^1.0.0",
V 132     "vite-plugin-svg-icons": "^0.7.1",
035f55 133     "vite-plugin-theme": "^0.8.1",
e90646 134     "vite-plugin-windicss": "^1.0.4",
c9089c 135     "vue-eslint-parser": "^7.6.0",
f6fe1d 136     "vue-jest": "^5.0.0-alpha.10",
8a3f47 137     "vue-tsc": "^0.1.7"
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",
d19634 142     "rollup": "^2.52.1"
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 }