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