Sanakey
2024-08-29 45b43f4ff4bea965638166ff619db1ef5afcad70
提交 | 用户 | age
2f6253 1 {
de5bf7 2   "name": "vben-admin",
2dcd73 3   "version": "2.11.5",
5e9946 4   "homepage": "https://github.com/vbenjs/vue-vben-admin",
ab7448 5   "bugs": {
5e9946 6     "url": "https://github.com/vbenjs/vue-vben-admin/issues"
ab7448 7   },
V 8   "repository": {
9     "type": "git",
5e9946 10     "url": "git+https://github.com/vbenjs/vue-vben-admin.git"
ab7448 11   },
V 12   "license": "MIT",
e15737 13   "author": {
V 14     "name": "vben",
15     "email": "anncwb@126.com",
16     "url": "https://github.com/anncwb"
17   },
e6c7b5 18   "type": "module",
2f6253 19   "scripts": {
999965 20     "bootstrap": "pnpm install",
6e716c 21     "build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build",
22     "build:analyze": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode analyze",
c659c1 23     "build:docker": "vite build --mode docker",
b5bdb5 24     "build:no-cache": "pnpm store prune && npm run build",
6e716c 25     "build:test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode test",
ba2415 26     "commit": "czg",
5e9946 27     "dev": "pnpm vite",
ba2415 28     "preinstall": "npx only-allow pnpm",
V 29     "postinstall": "turbo run stub",
5e4be0 30     "lint": "turbo run lint",
f6fe1d 31     "lint:eslint": "eslint --cache --max-warnings 0  \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
5e9946 32     "lint:prettier": "prettier --write .",
c6e135 33     "lint:stylelint": "stylelint \"**/*.{vue,css,less,scss}\" --fix --cache --cache-location node_modules/.cache/stylelint/",
4a1277 34     "log": "conventional-changelog -p angular -i CHANGELOG.md -s",
81cf44 35     "prepare": "husky install",
ba2415 36     "preview": "npm run build && vite preview",
V 37     "reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
38     "serve": "npm run dev",
39     "test:gzip": "npx http-server dist --cors --gzip -c-1",
40     "type:check": "vue-tsc --noEmit --skipLibCheck"
ab7448 41   },
V 42   "lint-staged": {
43     "*.{js,jsx,ts,tsx}": [
ba2415 44       "prettier --write",
V 45       "eslint --fix"
ab7448 46     ],
V 47     "{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
48       "prettier --write--parser json"
49     ],
50     "package.json": [
51       "prettier --write"
52     ],
53     "*.vue": [
54       "prettier --write",
ba2415 55       "eslint --fix",
ab7448 56       "stylelint --fix"
V 57     ],
58     "*.{scss,less,styl,html}": [
ba2415 59       "prettier --write",
V 60       "stylelint --fix"
ab7448 61     ],
V 62     "*.md": [
63       "prettier --write"
64     ]
65   },
66   "config": {
67     "commitizen": {
68       "path": "node_modules/cz-git"
69     }
70   },
2f6253 71   "dependencies": {
626c54 72     "@ant-design/icons-vue": "^7.0.1",
1262e1 73     "@iconify/iconify": "^3.1.1",
28c484 74     "@logicflow/core": "^1.2.28",
S 75     "@logicflow/extension": "^1.2.28",
279977 76     "@vben/hooks": "workspace:*",
28c484 77     "@vue/shared": "^3.4.36",
S 78     "@vueuse/core": "^10.11.0",
626c54 79     "@zxcvbn-ts/core": "^3.0.4",
28c484 80     "ant-design-vue": "^4.2.3",
S 81     "axios": "^1.7.3",
82     "codemirror": "^5.65.17",
504cf7 83     "cropperjs": "^1.6.2",
626c54 84     "crypto-js": "^4.2.0",
28c484 85     "dayjs": "^1.11.12",
S 86     "echarts": "^5.5.1",
626c54 87     "exceljs": "^4.4.0",
5a2d74 88     "html2canvas": "^1.4.1",
9a7102 89     "lodash-es": "^4.17.21",
2f6253 90     "mockjs": "^1.1.0",
91     "nprogress": "^0.2.0",
87541d 92     "path-to-regexp": "^6.2.2",
626c54 93     "pinia": "2.1.7",
X 94     "pinia-plugin-persistedstate": "^3.2.1",
2f9989 95     "print-js": "^1.6.0",
28c484 96     "qrcode": "^1.5.4",
S 97     "qs": "^6.13.0",
cdb10c 98     "resize-observer-polyfill": "^1.5.1",
9d4d78 99     "showdown": "^2.1.0",
0cb379 100     "sortablejs": "^1.15.2",
28c484 101     "splitpanes": "^3.1.5",
626c54 102     "tinymce": "^5.10.9",
87541d 103     "unocss": "^0.59.4",
X 104     "vditor": "^3.10.4",
28c484 105     "vue": "^3.4.36",
504cf7 106     "vue-i18n": "^9.13.1",
87541d 107     "vue-json-pretty": "^2.4.0",
28c484 108     "vue-router": "^4.4.3",
S 109     "vue-types": "^5.1.3",
ab7448 110     "vuedraggable": "^4.1.0",
28c484 111     "vxe-pc-ui": "^4.0.90",
S 112     "vxe-table": "^4.7.61",
113     "vxe-table-plugin-export-xlsx": "^4.0.5",
114     "xe-utils": "^3.5.29",
ab7448 115     "xlsx": "^0.18.5"
2f6253 116   },
117   "devDependencies": {
504cf7 118     "@commitlint/cli": "^19.3.0",
87541d 119     "@commitlint/config-conventional": "^19.2.2",
28c484 120     "@iconify/json": "^2.2.234",
626c54 121     "@purge-icons/generated": "^0.10.0",
X 122     "@types/codemirror": "^5.60.15",
0cb379 123     "@types/crypto-js": "^4.2.2",
626c54 124     "@types/lodash-es": "^4.17.12",
X 125     "@types/mockjs": "^1.0.10",
126     "@types/nprogress": "^0.2.3",
127     "@types/qrcode": "^1.5.5",
87541d 128     "@types/qs": "^6.9.15",
626c54 129     "@types/showdown": "^2.0.6",
0cb379 130     "@types/sortablejs": "^1.15.8",
ba2415 131     "@vben/eslint-config": "workspace:*",
V 132     "@vben/stylelint-config": "workspace:*",
08d4e3 133     "@vben/ts-config": "workspace:*",
14ba72 134     "@vben/types": "workspace:*",
5e9946 135     "@vben/vite-config": "workspace:*",
28c484 136     "@vue/compiler-sfc": "^3.4.36",
S 137     "@vue/test-utils": "^2.4.6",
4a1277 138     "conventional-changelog-cli": "^4.1.0",
c303ec 139     "cross-env": "^7.0.3",
28c484 140     "cz-git": "^1.9.4",
S 141     "czg": "^1.9.4",
142     "husky": "^9.1.4",
0cb379 143     "lint-staged": "15.2.2",
28c484 144     "prettier": "^3.3.3",
S 145     "prettier-plugin-packagejson": "^2.5.1",
146     "rimraf": "^5.0.10",
147     "turbo": "^1.13.4",
148     "typescript": "^5.5.4",
626c54 149     "unbuild": "^2.0.0",
28c484 150     "vite": "^5.3.5",
S 151     "vite-plugin-mock": "^2.9.8",
152     "vite-plugin-vue-devtools": "^7.3.7",
153     "vue-tsc": "^2.0.29"
2f6253 154   },
87541d 155   "packageManager": "pnpm@9.0.4",
2f6253 156   "engines": {
626c54 157     "node": ">=18.12.0",
64b969 158     "pnpm": ">=9.0.2"
2f6253 159   }
160 }