Vben
2021-06-17 d196340d270d2becbf2cc81b7d4f09273381bd09
提交 | 用户 | 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": {
d19634 35     "@iconify/iconify": "^2.0.2",
4f20d4 36     "@logicflow/core": "^0.4.14",
V 37     "@logicflow/extension": "^0.4.14",
655b74 38     "@vueuse/core": "^5.0.3",
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",
655b74 43     "cropperjs": "^1.5.12",
bba776 44     "crypto-js": "^4.0.0",
40008b 45     "echarts": "^5.1.2",
d19634 46     "intro.js": "^4.0.0",
9a7102 47     "lodash-es": "^4.17.21",
2f6253 48     "mockjs": "^1.1.0",
49     "nprogress": "^0.2.0",
e6093a 50     "path-to-regexp": "^6.2.0",
cd4b5e 51     "pinia": "2.0.0-alpha.13",
2f9989 52     "print-js": "^1.6.0",
2f6253 53     "qrcode": "^1.4.4",
99ac30 54     "sortablejs": "^1.13.0",
e3569b 55     "tinymce": "^5.8.1",
d7d603 56     "vditor": "^3.8.5",
566280 57     "vue": "3.0.11",
6ef62b 58     "vue-i18n": "9.1.6",
257673 59     "vue-json-pretty": "^2.0.2",
d19634 60     "vue-router": "^4.0.9",
3d1681 61     "vue-types": "^3.0.2",
e4c3d0 62     "xlsx": "^0.17.0"
2f6253 63   },
64   "devDependencies": {
e4c3d0 65     "@commitlint/cli": "^12.1.4",
V 66     "@commitlint/config-conventional": "^12.1.4",
d19634 67     "@iconify/json": "^1.1.357",
4d7001 68     "@purge-icons/generated": "^0.7.0",
78191d 69     "@types/codemirror": "^5.60.0",
bba776 70     "@types/crypto-js": "^4.0.1",
26adbc 71     "@types/fs-extra": "^9.0.11",
b6cea4 72     "@types/inquirer": "^7.3.1",
d19634 73     "@types/intro.js": "^3.0.1",
683d1f 74     "@types/lodash-es": "^4.17.4",
2f6253 75     "@types/mockjs": "^1.0.3",
55e9d9 76     "@types/node": "^15.12.2",
2f6253 77     "@types/nprogress": "^0.2.0",
3ba828 78     "@types/qrcode": "^1.4.0",
491f1f 79     "@types/qs": "^6.9.6",
cedba3 80     "@types/sortablejs": "^1.10.6",
e90646 81     "@typescript-eslint/eslint-plugin": "^4.27.0",
V 82     "@typescript-eslint/parser": "^4.27.0",
8a3f47 83     "@vitejs/plugin-legacy": "^1.4.1",
V 84     "@vitejs/plugin-vue": "^1.2.3",
85     "@vitejs/plugin-vue-jsx": "^1.1.5",
566280 86     "@vue/compiler-sfc": "3.0.11",
7e2ca7 87     "autoprefixer": "^10.2.6",
78191d 88     "commitizen": "^4.2.4",
36a7e7 89     "conventional-changelog-cli": "^2.1.1",
c303ec 90     "cross-env": "^7.0.3",
bbf178 91     "dotenv": "^10.0.0",
cda0f9 92     "eslint": "^7.28.0",
8b2e0f 93     "eslint-config-prettier": "^8.3.0",
7f6f8e 94     "eslint-define-config": "^1.0.8",
7db37e 95     "eslint-plugin-prettier": "^3.4.0",
e90646 96     "eslint-plugin-vue": "^7.11.1",
V 97     "esno": "^0.7.3",
78191d 98     "fs-extra": "^10.0.0",
993538 99     "http-server": "^0.12.3",
2e11ea 100     "husky": "^6.0.0",
e90646 101     "inquirer": "^8.1.1",
422ea3 102     "is-ci": "^3.0.0",
3d1681 103     "less": "^4.1.1",
78191d 104     "lint-staged": "^11.0.0",
d19634 105     "postcss": "^8.3.5",
cda0f9 106     "prettier": "^2.3.1",
422ea3 107     "pretty-quick": "^3.1.0",
2f6253 108     "rimraf": "^3.0.2",
78191d 109     "rollup-plugin-visualizer": "5.5.0",
V 110     "stylelint": "^13.13.1",
2f6253 111     "stylelint-config-prettier": "^8.0.2",
8b2e0f 112     "stylelint-config-standard": "^22.0.0",
2f6253 113     "stylelint-order": "^4.1.0",
cd4b5e 114     "ts-node": "^10.0.0",
d19634 115     "typescript": "4.3.3",
a222ec 116     "vite": "2.3.7",
78191d 117     "vite-plugin-compression": "^0.2.5",
7db37e 118     "vite-plugin-html": "^2.0.7",
78191d 119     "vite-plugin-imagemin": "^0.3.2",
4f20d4 120     "vite-plugin-mock": "^2.8.0",
4d7001 121     "vite-plugin-purge-icons": "^0.7.0",
655b74 122     "vite-plugin-pwa": "^0.8.1",
4f20d4 123     "vite-plugin-style-import": "^1.0.0",
V 124     "vite-plugin-svg-icons": "^0.7.1",
035f55 125     "vite-plugin-theme": "^0.8.1",
e90646 126     "vite-plugin-windicss": "^1.0.4",
c9089c 127     "vue-eslint-parser": "^7.6.0",
8a3f47 128     "vue-tsc": "^0.1.7"
2f6253 129   },
de332a 130   "resolutions": {
e4c3d0 131     "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it",
ee4829 132     "bin-wrapper": "npm:bin-wrapper-china",
d19634 133     "rollup": "^2.52.1"
de332a 134   },
ee3f9d 135   "repository": {
136     "type": "git",
137     "url": "git+https://github.com/anncwb/vue-vben-admin.git"
138   },
139   "license": "MIT",
140   "bugs": {
141     "url": "https://github.com/anncwb/vue-vben-admin/issues"
142   },
143   "homepage": "https://github.com/anncwb/vue-vben-admin",
2f6253 144   "engines": {
491f1f 145     "node": "^12 || >=14"
2f6253 146   }
147 }