mfish
2023-03-10 6da30edef50d57357b64738cd2362547eb27d703
提交 | 用户 | age
2f6253 1 {
de5bf7 2   "name": "vben-admin",
74b0df 3   "version": "2.8.0",
e15737 4   "author": {
V 5     "name": "vben",
6     "email": "anncwb@126.com",
7     "url": "https://github.com/anncwb"
8   },
2f6253 9   "scripts": {
9c26ee 10     "commit": "czg",
999965 11     "bootstrap": "pnpm install",
e4c3d0 12     "serve": "npm run dev",
8a3f47 13     "dev": "vite",
acacb3 14     "build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
17e47e 15     "build:test": "cross-env vite build --mode test && esno ./build/script/postBuild.ts",
999965 16     "build:no-cache": "pnpm clean:cache && npm run build",
c9089c 17     "report": "cross-env REPORT=true npm run build",
V 18     "type:check": "vue-tsc --noEmit --skipLibCheck",
c1a460 19     "preview": "npm run build && vite preview",
V 20     "preview:dist": "vite preview",
8a9ca4 21     "log": "conventional-changelog -p angular -i CHANGELOG.md -s",
7385ce 22     "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
8a9ca4 23     "clean:lib": "rimraf node_modules",
f6fe1d 24     "lint:eslint": "eslint --cache --max-warnings 0  \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
680ad0 25     "lint:prettier": "prettier --write  \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
f6fe1d 26     "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
c2b207 27     "lint:lint-staged": "lint-staged",
f6fe1d 28     "test:unit": "jest",
b7813b 29     "test:gzip": "npx http-server dist --cors --gzip -c-1",
V 30     "test:br": "npx http-server dist --cors --brotli -c-1",
999965 31     "reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
81cf44 32     "prepare": "husky install",
bc18ec 33     "gen:icon": "esno ./build/generate/icon/index.ts"
2f6253 34   },
35   "dependencies": {
83bce6 36     "@ant-design/colors": "^6.0.0",
e91d75 37     "@ant-design/icons-vue": "^6.1.0",
823f7b 38     "@iconify/iconify": "^2.2.1",
2d553f 39     "@logicflow/core": "^1.1.13",
J 40     "@logicflow/extension": "^1.1.13",
41     "@vue/runtime-core": "^3.2.33",
42     "@vue/shared": "^3.2.33",
9d4d78 43     "@vueuse/core": "^8.3.0",
J 44     "@vueuse/shared": "^8.3.0",
b303f1 45     "@zxcvbn-ts/core": "^2.0.1",
9d4d78 46     "ant-design-vue": "^3.2.0",
e91d75 47     "axios": "^0.26.1",
9d4d78 48     "codemirror": "^5.65.3",
655b74 49     "cropperjs": "^1.5.12",
98749e 50     "crypto-js": "^4.1.1",
2d553f 51     "dayjs": "^1.11.1",
823f7b 52     "echarts": "^5.3.2",
6753e2 53     "exceljs": "^4.3.0",
823f7b 54     "intro.js": "^5.1.0",
9a7102 55     "lodash-es": "^4.17.21",
2f6253 56     "mockjs": "^1.1.0",
57     "nprogress": "^0.2.0",
e6093a 58     "path-to-regexp": "^6.2.0",
b303f1 59     "pinia": "2.0.12",
2f9989 60     "print-js": "^1.6.0",
3fcfac 61     "qrcode": "^1.5.0",
4e4ce9 62     "qs": "^6.10.3",
cdb10c 63     "resize-observer-polyfill": "^1.5.1",
9d4d78 64     "showdown": "^2.1.0",
823f7b 65     "sortablejs": "^1.15.0",
4dc538 66     "tinymce": "^5.10.7",
823f7b 67     "vditor": "^3.8.13",
4dc538 68     "vue": "^3.2.45",
787bc4 69     "vue-i18n": "^9.1.9",
af6ab9 70     "vue-json-pretty": "^2.0.6",
e91d75 71     "vue-router": "^4.0.14",
787bc4 72     "vue-types": "^4.1.1",
6753e2 73     "vxe-table": "^4.3.9",
L 74     "vxe-table-plugin-export-xlsx": "^3.0.4",
75     "xe-utils": "^3.5.7",
c5b39f 76     "xlsx": "^0.18.5",
W 77     "vuedraggable": "^4.1.0"
2f6253 78   },
79   "devDependencies": {
b303f1 80     "@commitlint/cli": "^16.2.3",
af6ab9 81     "@commitlint/config-conventional": "^16.2.1",
9d4d78 82     "@iconify/json": "^2.1.30",
e91d75 83     "@purge-icons/generated": "^0.8.1",
787bc4 84     "@types/codemirror": "^5.60.5",
af6ab9 85     "@types/crypto-js": "^4.1.1",
246c5f 86     "@types/fs-extra": "^9.0.13",
823f7b 87     "@types/inquirer": "^8.2.1",
bfb5eb 88     "@types/intro.js": "^3.0.2",
af6ab9 89     "@types/lodash-es": "^4.17.6",
4e4ce9 90     "@types/mockjs": "^1.0.6",
9d4d78 91     "@types/node": "^17.0.25",
2f6253 92     "@types/nprogress": "^0.2.0",
f015a8 93     "@types/qrcode": "^1.4.2",
bfb5eb 94     "@types/qs": "^6.9.7",
73dc49 95     "@types/showdown": "^1.9.4",
5bce65 96     "@types/sortablejs": "^1.10.7",
9d4d78 97     "@typescript-eslint/eslint-plugin": "^5.20.0",
J 98     "@typescript-eslint/parser": "^5.20.0",
2d553f 99     "@vitejs/plugin-legacy": "^1.8.1",
823f7b 100     "@vitejs/plugin-vue": "^2.3.1",
2d553f 101     "@vitejs/plugin-vue-jsx": "^1.3.10",
d6a3ee 102     "@vue/compiler-sfc": "^3.2.33",
9d4d78 103     "@vue/test-utils": "^2.0.0-rc.21",
b303f1 104     "autoprefixer": "^10.4.4",
5ac055 105     "conventional-changelog-cli": "^2.2.2",
c303ec 106     "cross-env": "^7.0.3",
9c26ee 107     "cz-git": "^1.3.9",
Z 108     "czg": "^1.3.9",
af6ab9 109     "dotenv": "^16.0.0",
2d553f 110     "eslint": "^8.13.0",
e91d75 111     "eslint-config-prettier": "^8.5.0",
6cadcf 112     "eslint-plugin-prettier": "^4.0.0",
823f7b 113     "eslint-plugin-vue": "^8.6.0",
af6ab9 114     "esno": "^0.14.1",
2d553f 115     "fs-extra": "^10.1.0",
0f4429 116     "husky": "^7.0.4",
823f7b 117     "inquirer": "^8.2.2",
284974 118     "less": "^4.1.2",
b303f1 119     "lint-staged": "12.3.7",
893f3c 120     "npm-run-all": "^4.1.5",
5a3a76 121     "picocolors": "^1.0.0",
b303f1 122     "postcss": "^8.4.12",
2d553f 123     "postcss-html": "^1.4.1",
4e4ce9 124     "postcss-less": "^6.0.0",
823f7b 125     "prettier": "^2.6.2",
2f6253 126     "rimraf": "^3.0.2",
2d553f 127     "rollup": "^2.70.2",
af6ab9 128     "rollup-plugin-visualizer": "^5.6.0",
6753e2 129     "sass": "^1.57.1",
2d553f 130     "stylelint": "^14.7.1",
787bc4 131     "stylelint-config-prettier": "^9.0.3",
af6ab9 132     "stylelint-config-recommended": "^7.0.0",
823f7b 133     "stylelint-config-recommended-vue": "^1.4.0",
af6ab9 134     "stylelint-config-standard": "^25.0.0",
0f4429 135     "stylelint-order": "^5.0.0",
e91d75 136     "ts-node": "^10.7.0",
823f7b 137     "typescript": "^4.6.3",
2d553f 138     "vite": "^2.9.5",
af6ab9 139     "vite-plugin-compression": "^0.5.1",
e91d75 140     "vite-plugin-html": "^3.2.0",
af6ab9 141     "vite-plugin-imagemin": "^0.6.1",
V 142     "vite-plugin-mkcert": "^1.6.0",
9dd9fc 143     "vite-plugin-mock": "^2.9.6",
e91d75 144     "vite-plugin-purge-icons": "^0.8.1",
4e4ce9 145     "vite-plugin-pwa": "^0.11.13",
af6ab9 146     "vite-plugin-style-import": "^2.0.0",
V 147     "vite-plugin-svg-icons": "^2.0.1",
823f7b 148     "vite-plugin-theme": "^0.8.6",
af6ab9 149     "vite-plugin-vue-setup-extend": "^0.4.0",
2d553f 150     "vite-plugin-windicss": "^1.8.4",
af6ab9 151     "vue-eslint-parser": "^8.3.0",
e05a00 152     "vue-tsc": "^1.0.9"
2f6253 153   },
de332a 154   "resolutions": {
ee4829 155     "bin-wrapper": "npm:bin-wrapper-china",
2aabbc 156     "rollup": "^2.56.3",
V 157     "gifsicle": "5.2.0"
de332a 158   },
ee3f9d 159   "repository": {
160     "type": "git",
161     "url": "git+https://github.com/anncwb/vue-vben-admin.git"
162   },
163   "license": "MIT",
164   "bugs": {
165     "url": "https://github.com/anncwb/vue-vben-admin/issues"
166   },
167   "homepage": "https://github.com/anncwb/vue-vben-admin",
2f6253 168   "engines": {
491f1f 169     "node": "^12 || >=14"
c2b207 170   },
V 171   "lint-staged": {
172     "*.{js,jsx,ts,tsx}": [
173       "eslint --fix",
174       "prettier --write"
175     ],
176     "{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
177       "prettier --write--parser json"
178     ],
179     "package.json": [
180       "prettier --write"
181     ],
182     "*.vue": [
183       "eslint --fix",
184       "prettier --write",
185       "stylelint --fix"
186     ],
187     "*.{scss,less,styl,html}": [
188       "stylelint --fix",
189       "prettier --write"
190     ],
191     "*.md": [
192       "prettier --write"
193     ]
9c26ee 194   },
Z 195   "config": {
196     "commitizen": {
197       "path": "node_modules/cz-git"
198     }
2f6253 199   }
200 }