vben
2021-05-26 905e5b714b582548f32feca723012124343686a6
提交 | 用户 | age
2f6253 1 {
de5bf7 2   "name": "vben-admin",
afa0ea 3   "version": "2.4.0",
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",
8a1406 12     "dev": "cross-env  --max_old_space_size=4096  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",
94a826 36     "@logicflow/core": "^0.4.8",
V 37     "@logicflow/extension": "^0.4.8",
cd4b5e 38     "@vueuse/core": "^4.11.1",
cd8e92 39     "@zxcvbn-ts/core": "^0.3.0",
905e5b 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",
78191d 45     "echarts": "^5.1.1",
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",
905e5b 56     "vue": "3.1.0-beta.4",
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",
cd4b5e 66     "@iconify/json": "^1.1.348",
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",
74     "@types/nprogress": "^0.2.0",
3ba828 75     "@types/qrcode": "^1.4.0",
491f1f 76     "@types/qs": "^6.9.6",
cedba3 77     "@types/sortablejs": "^1.10.6",
cd4b5e 78     "@typescript-eslint/eslint-plugin": "^4.25.0",
V 79     "@typescript-eslint/parser": "^4.25.0",
d7d603 80     "@vitejs/plugin-legacy": "^1.4.0",
8b2e0f 81     "@vitejs/plugin-vue": "^1.2.2",
78191d 82     "@vitejs/plugin-vue-jsx": "^1.1.4",
905e5b 83     "@vue/compiler-sfc": "3.1.0-beta.4",
491f1f 84     "autoprefixer": "^10.2.5",
78191d 85     "commitizen": "^4.2.4",
36a7e7 86     "conventional-changelog-cli": "^2.1.1",
c303ec 87     "cross-env": "^7.0.3",
bbf178 88     "dotenv": "^10.0.0",
e3569b 89     "eslint": "^7.27.0",
8b2e0f 90     "eslint-config-prettier": "^8.3.0",
7f6f8e 91     "eslint-define-config": "^1.0.8",
7db37e 92     "eslint-plugin-prettier": "^3.4.0",
26adbc 93     "eslint-plugin-vue": "^7.9.0",
373201 94     "esno": "^0.5.0",
78191d 95     "fs-extra": "^10.0.0",
993538 96     "http-server": "^0.12.3",
2e11ea 97     "husky": "^6.0.0",
e3569b 98     "inquirer": "^8.1.0",
422ea3 99     "is-ci": "^3.0.0",
3d1681 100     "less": "^4.1.1",
78191d 101     "lint-staged": "^11.0.0",
e3569b 102     "postcss": "^8.3.0",
e4c3d0 103     "prettier": "^2.3.0",
422ea3 104     "pretty-quick": "^3.1.0",
2f6253 105     "rimraf": "^3.0.2",
78191d 106     "rollup-plugin-visualizer": "5.5.0",
V 107     "stylelint": "^13.13.1",
2f6253 108     "stylelint-config-prettier": "^8.0.2",
8b2e0f 109     "stylelint-config-standard": "^22.0.0",
2f6253 110     "stylelint-order": "^4.1.0",
cd4b5e 111     "ts-node": "^10.0.0",
96a49b 112     "typescript": "4.2.4",
94a826 113     "vite": "2.3.4",
78191d 114     "vite-plugin-compression": "^0.2.5",
7db37e 115     "vite-plugin-html": "^2.0.7",
78191d 116     "vite-plugin-imagemin": "^0.3.2",
94a826 117     "vite-plugin-mock": "^2.5.4",
4d7001 118     "vite-plugin-purge-icons": "^0.7.0",
78191d 119     "vite-plugin-pwa": "^0.7.3",
94a826 120     "vite-plugin-style-import": "^0.10.1",
V 121     "vite-plugin-svg-icons": "^0.6.1",
021c63 122     "vite-plugin-theme": "^0.7.1",
cd4b5e 123     "vite-plugin-windicss": "0.16.0",
c9089c 124     "vue-eslint-parser": "^7.6.0",
cd4b5e 125     "vue-tsc": "^0.1.6"
2f6253 126   },
de332a 127   "resolutions": {
e4c3d0 128     "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it",
ee4829 129     "bin-wrapper": "npm:bin-wrapper-china",
94a826 130     "rollup": "^2.50.0"
de332a 131   },
ee3f9d 132   "repository": {
133     "type": "git",
134     "url": "git+https://github.com/anncwb/vue-vben-admin.git"
135   },
136   "license": "MIT",
137   "bugs": {
138     "url": "https://github.com/anncwb/vue-vben-admin/issues"
139   },
140   "homepage": "https://github.com/anncwb/vue-vben-admin",
2f6253 141   "engines": {
491f1f 142     "node": "^12 || >=14"
2f6253 143   }
144 }