Vben
2021-06-11 bd2039accbc99cdfddbea62a63c3704e58034873
提交 | 用户 | 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",
07c18d 22     "lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
2f6253 23     "lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
bb3b8f 24     "lint:stylelint": "stylelint --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",
993538 27     "test:gzip": "http-server dist --cors --gzip -c-1",
V 28     "test:br": "http-server dist --cors --brotli -c-1",
2b466e 29     "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
b6cea4 30     "install:husky": "is-ci || husky install",
24a3f9 31     "gen:icon": "esno ./build/generate/icon/index.ts",
b6cea4 32     "postinstall": "npm run install:husky"
2f6253 33   },
34   "dependencies": {
e4c3d0 35     "@iconify/iconify": "^2.0.1",
40008b 36     "@logicflow/core": "^0.4.13",
V 37     "@logicflow/extension": "^0.4.13",
38     "@vueuse/core": "^5.0.2",
cd8e92 39     "@zxcvbn-ts/core": "^0.3.0",
8e410f 40     "ant-design-vue": "2.1.6",
10cd4f 41     "axios": "^0.21.1",
e3569b 42     "codemirror": "^5.61.1",
2e11ea 43     "cropperjs": "^1.5.11",
bba776 44     "crypto-js": "^4.0.0",
40008b 45     "echarts": "^5.1.2",
9a7102 46     "lodash-es": "^4.17.21",
2f6253 47     "mockjs": "^1.1.0",
48     "nprogress": "^0.2.0",
e6093a 49     "path-to-regexp": "^6.2.0",
cd4b5e 50     "pinia": "2.0.0-alpha.13",
2f9989 51     "print-js": "^1.6.0",
2f6253 52     "qrcode": "^1.4.4",
99ac30 53     "sortablejs": "^1.13.0",
e3569b 54     "tinymce": "^5.8.1",
d7d603 55     "vditor": "^3.8.5",
566280 56     "vue": "3.0.11",
6ef62b 57     "vue-i18n": "9.1.6",
257673 58     "vue-json-pretty": "^2.0.2",
e4c3d0 59     "vue-router": "^4.0.8",
3d1681 60     "vue-types": "^3.0.2",
e4c3d0 61     "xlsx": "^0.17.0"
2f6253 62   },
63   "devDependencies": {
e4c3d0 64     "@commitlint/cli": "^12.1.4",
V 65     "@commitlint/config-conventional": "^12.1.4",
55e9d9 66     "@iconify/json": "^1.1.354",
4d7001 67     "@purge-icons/generated": "^0.7.0",
78191d 68     "@types/codemirror": "^5.60.0",
bba776 69     "@types/crypto-js": "^4.0.1",
26adbc 70     "@types/fs-extra": "^9.0.11",
b6cea4 71     "@types/inquirer": "^7.3.1",
683d1f 72     "@types/lodash-es": "^4.17.4",
2f6253 73     "@types/mockjs": "^1.0.3",
55e9d9 74     "@types/node": "^15.12.2",
2f6253 75     "@types/nprogress": "^0.2.0",
3ba828 76     "@types/qrcode": "^1.4.0",
491f1f 77     "@types/qs": "^6.9.6",
cedba3 78     "@types/sortablejs": "^1.10.6",
55e9d9 79     "@typescript-eslint/eslint-plugin": "^4.26.1",
V 80     "@typescript-eslint/parser": "^4.26.1",
8a3f47 81     "@vitejs/plugin-legacy": "^1.4.1",
V 82     "@vitejs/plugin-vue": "^1.2.3",
83     "@vitejs/plugin-vue-jsx": "^1.1.5",
566280 84     "@vue/compiler-sfc": "3.0.11",
7e2ca7 85     "autoprefixer": "^10.2.6",
78191d 86     "commitizen": "^4.2.4",
36a7e7 87     "conventional-changelog-cli": "^2.1.1",
c303ec 88     "cross-env": "^7.0.3",
bbf178 89     "dotenv": "^10.0.0",
cda0f9 90     "eslint": "^7.28.0",
8b2e0f 91     "eslint-config-prettier": "^8.3.0",
7f6f8e 92     "eslint-define-config": "^1.0.8",
7db37e 93     "eslint-plugin-prettier": "^3.4.0",
70dcd6 94     "eslint-plugin-vue": "^7.10.0",
55e9d9 95     "esno": "^0.7.1",
78191d 96     "fs-extra": "^10.0.0",
993538 97     "http-server": "^0.12.3",
2e11ea 98     "husky": "^6.0.0",
e3569b 99     "inquirer": "^8.1.0",
422ea3 100     "is-ci": "^3.0.0",
3d1681 101     "less": "^4.1.1",
78191d 102     "lint-staged": "^11.0.0",
a222ec 103     "postcss": "^8.3.1",
cda0f9 104     "prettier": "^2.3.1",
422ea3 105     "pretty-quick": "^3.1.0",
2f6253 106     "rimraf": "^3.0.2",
78191d 107     "rollup-plugin-visualizer": "5.5.0",
V 108     "stylelint": "^13.13.1",
2f6253 109     "stylelint-config-prettier": "^8.0.2",
8b2e0f 110     "stylelint-config-standard": "^22.0.0",
2f6253 111     "stylelint-order": "^4.1.0",
cd4b5e 112     "ts-node": "^10.0.0",
3a16f2 113     "typescript": "4.3.2",
a222ec 114     "vite": "2.3.7",
78191d 115     "vite-plugin-compression": "^0.2.5",
7db37e 116     "vite-plugin-html": "^2.0.7",
78191d 117     "vite-plugin-imagemin": "^0.3.2",
a222ec 118     "vite-plugin-mock": "^2.7.2",
4d7001 119     "vite-plugin-purge-icons": "^0.7.0",
78191d 120     "vite-plugin-pwa": "^0.7.3",
94a826 121     "vite-plugin-style-import": "^0.10.1",
8a3f47 122     "vite-plugin-svg-icons": "^0.7.0",
035f55 123     "vite-plugin-theme": "^0.8.1",
40008b 124     "vite-plugin-windicss": "^1.0.3",
c9089c 125     "vue-eslint-parser": "^7.6.0",
8a3f47 126     "vue-tsc": "^0.1.7"
2f6253 127   },
de332a 128   "resolutions": {
e4c3d0 129     "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it",
ee4829 130     "bin-wrapper": "npm:bin-wrapper-china",
55e9d9 131     "rollup": "^2.51.1"
de332a 132   },
ee3f9d 133   "repository": {
134     "type": "git",
135     "url": "git+https://github.com/anncwb/vue-vben-admin.git"
136   },
137   "license": "MIT",
138   "bugs": {
139     "url": "https://github.com/anncwb/vue-vben-admin/issues"
140   },
141   "homepage": "https://github.com/anncwb/vue-vben-admin",
2f6253 142   "engines": {
491f1f 143     "node": "^12 || >=14"
2f6253 144   }
145 }