lzdjack
2023-01-30 6753e24b3d3d4b2f3d8ce85541a1d624d9bf0fb1
提交 | 用户 | 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",
823f7b 76     "xlsx": "^0.18.5"
2f6253 77   },
78   "devDependencies": {
b303f1 79     "@commitlint/cli": "^16.2.3",
af6ab9 80     "@commitlint/config-conventional": "^16.2.1",
9d4d78 81     "@iconify/json": "^2.1.30",
e91d75 82     "@purge-icons/generated": "^0.8.1",
787bc4 83     "@types/codemirror": "^5.60.5",
af6ab9 84     "@types/crypto-js": "^4.1.1",
246c5f 85     "@types/fs-extra": "^9.0.13",
823f7b 86     "@types/inquirer": "^8.2.1",
bfb5eb 87     "@types/intro.js": "^3.0.2",
af6ab9 88     "@types/lodash-es": "^4.17.6",
4e4ce9 89     "@types/mockjs": "^1.0.6",
9d4d78 90     "@types/node": "^17.0.25",
2f6253 91     "@types/nprogress": "^0.2.0",
f015a8 92     "@types/qrcode": "^1.4.2",
bfb5eb 93     "@types/qs": "^6.9.7",
73dc49 94     "@types/showdown": "^1.9.4",
5bce65 95     "@types/sortablejs": "^1.10.7",
9d4d78 96     "@typescript-eslint/eslint-plugin": "^5.20.0",
J 97     "@typescript-eslint/parser": "^5.20.0",
2d553f 98     "@vitejs/plugin-legacy": "^1.8.1",
823f7b 99     "@vitejs/plugin-vue": "^2.3.1",
2d553f 100     "@vitejs/plugin-vue-jsx": "^1.3.10",
d6a3ee 101     "@vue/compiler-sfc": "^3.2.33",
9d4d78 102     "@vue/test-utils": "^2.0.0-rc.21",
b303f1 103     "autoprefixer": "^10.4.4",
5ac055 104     "conventional-changelog-cli": "^2.2.2",
c303ec 105     "cross-env": "^7.0.3",
9c26ee 106     "cz-git": "^1.3.9",
Z 107     "czg": "^1.3.9",
af6ab9 108     "dotenv": "^16.0.0",
2d553f 109     "eslint": "^8.13.0",
e91d75 110     "eslint-config-prettier": "^8.5.0",
6cadcf 111     "eslint-plugin-prettier": "^4.0.0",
823f7b 112     "eslint-plugin-vue": "^8.6.0",
af6ab9 113     "esno": "^0.14.1",
2d553f 114     "fs-extra": "^10.1.0",
0f4429 115     "husky": "^7.0.4",
823f7b 116     "inquirer": "^8.2.2",
284974 117     "less": "^4.1.2",
b303f1 118     "lint-staged": "12.3.7",
893f3c 119     "npm-run-all": "^4.1.5",
5a3a76 120     "picocolors": "^1.0.0",
b303f1 121     "postcss": "^8.4.12",
2d553f 122     "postcss-html": "^1.4.1",
4e4ce9 123     "postcss-less": "^6.0.0",
823f7b 124     "prettier": "^2.6.2",
2f6253 125     "rimraf": "^3.0.2",
2d553f 126     "rollup": "^2.70.2",
af6ab9 127     "rollup-plugin-visualizer": "^5.6.0",
6753e2 128     "sass": "^1.57.1",
2d553f 129     "stylelint": "^14.7.1",
787bc4 130     "stylelint-config-prettier": "^9.0.3",
af6ab9 131     "stylelint-config-recommended": "^7.0.0",
823f7b 132     "stylelint-config-recommended-vue": "^1.4.0",
af6ab9 133     "stylelint-config-standard": "^25.0.0",
0f4429 134     "stylelint-order": "^5.0.0",
e91d75 135     "ts-node": "^10.7.0",
823f7b 136     "typescript": "^4.6.3",
2d553f 137     "vite": "^2.9.5",
af6ab9 138     "vite-plugin-compression": "^0.5.1",
e91d75 139     "vite-plugin-html": "^3.2.0",
af6ab9 140     "vite-plugin-imagemin": "^0.6.1",
V 141     "vite-plugin-mkcert": "^1.6.0",
9dd9fc 142     "vite-plugin-mock": "^2.9.6",
e91d75 143     "vite-plugin-purge-icons": "^0.8.1",
4e4ce9 144     "vite-plugin-pwa": "^0.11.13",
af6ab9 145     "vite-plugin-style-import": "^2.0.0",
V 146     "vite-plugin-svg-icons": "^2.0.1",
823f7b 147     "vite-plugin-theme": "^0.8.6",
af6ab9 148     "vite-plugin-vue-setup-extend": "^0.4.0",
2d553f 149     "vite-plugin-windicss": "^1.8.4",
af6ab9 150     "vue-eslint-parser": "^8.3.0",
e05a00 151     "vue-tsc": "^1.0.9"
2f6253 152   },
de332a 153   "resolutions": {
ee4829 154     "bin-wrapper": "npm:bin-wrapper-china",
2aabbc 155     "rollup": "^2.56.3",
V 156     "gifsicle": "5.2.0"
de332a 157   },
ee3f9d 158   "repository": {
159     "type": "git",
160     "url": "git+https://github.com/anncwb/vue-vben-admin.git"
161   },
162   "license": "MIT",
163   "bugs": {
164     "url": "https://github.com/anncwb/vue-vben-admin/issues"
165   },
166   "homepage": "https://github.com/anncwb/vue-vben-admin",
2f6253 167   "engines": {
491f1f 168     "node": "^12 || >=14"
c2b207 169   },
V 170   "lint-staged": {
171     "*.{js,jsx,ts,tsx}": [
172       "eslint --fix",
173       "prettier --write"
174     ],
175     "{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
176       "prettier --write--parser json"
177     ],
178     "package.json": [
179       "prettier --write"
180     ],
181     "*.vue": [
182       "eslint --fix",
183       "prettier --write",
184       "stylelint --fix"
185     ],
186     "*.{scss,less,styl,html}": [
187       "stylelint --fix",
188       "prettier --write"
189     ],
190     "*.md": [
191       "prettier --write"
192     ]
9c26ee 193   },
Z 194   "config": {
195     "commitizen": {
196       "path": "node_modules/cz-git"
197     }
2f6253 198   }
199 }