Electrolux
2024-05-09 7538c57db755f221d201e3fdb5052ecf1f42fd9a
提交 | 用户 | age
2f6253 1 {
de5bf7 2   "name": "vben-admin",
d7783b 3   "version": "2.11.4",
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",
87541d 74     "@logicflow/core": "^1.2.26",
X 75     "@logicflow/extension": "^1.2.26",
279977 76     "@vben/hooks": "workspace:*",
17f5b1 77     "@vue/shared": "^3.4.25",
87541d 78     "@vueuse/core": "^10.9.0",
626c54 79     "@zxcvbn-ts/core": "^3.0.4",
17f5b1 80     "ant-design-vue": "^4.2.1",
87541d 81     "axios": "^1.6.8",
626c54 82     "codemirror": "^5.65.16",
504cf7 83     "cropperjs": "^1.6.2",
626c54 84     "crypto-js": "^4.2.0",
182b4f 85     "dayjs": "^1.11.10",
87541d 86     "echarts": "^5.5.0",
626c54 87     "exceljs": "^4.4.0",
9a7102 88     "lodash-es": "^4.17.21",
2f6253 89     "mockjs": "^1.1.0",
90     "nprogress": "^0.2.0",
87541d 91     "path-to-regexp": "^6.2.2",
626c54 92     "pinia": "2.1.7",
X 93     "pinia-plugin-persistedstate": "^3.2.1",
2f9989 94     "print-js": "^1.6.0",
1262e1 95     "qrcode": "^1.5.3",
87541d 96     "qs": "^6.12.1",
cdb10c 97     "resize-observer-polyfill": "^1.5.1",
9d4d78 98     "showdown": "^2.1.0",
0cb379 99     "sortablejs": "^1.15.2",
626c54 100     "tinymce": "^5.10.9",
87541d 101     "unocss": "^0.59.4",
X 102     "vditor": "^3.10.4",
17f5b1 103     "vue": "^3.4.25",
504cf7 104     "vue-i18n": "^9.13.1",
87541d 105     "vue-json-pretty": "^2.4.0",
X 106     "vue-router": "^4.3.2",
626c54 107     "vue-types": "^5.1.1",
ab7448 108     "vuedraggable": "^4.1.0",
17f5b1 109     "vxe-table": "^4.6.3",
0cb379 110     "vxe-table-plugin-export-xlsx": "^4.0.1",
504cf7 111     "xe-utils": "^3.5.25",
ab7448 112     "xlsx": "^0.18.5"
2f6253 113   },
114   "devDependencies": {
504cf7 115     "@commitlint/cli": "^19.3.0",
87541d 116     "@commitlint/config-conventional": "^19.2.2",
504cf7 117     "@iconify/json": "^2.2.203",
626c54 118     "@purge-icons/generated": "^0.10.0",
X 119     "@types/codemirror": "^5.60.15",
0cb379 120     "@types/crypto-js": "^4.2.2",
626c54 121     "@types/lodash-es": "^4.17.12",
X 122     "@types/mockjs": "^1.0.10",
123     "@types/nprogress": "^0.2.3",
124     "@types/qrcode": "^1.5.5",
87541d 125     "@types/qs": "^6.9.15",
626c54 126     "@types/showdown": "^2.0.6",
0cb379 127     "@types/sortablejs": "^1.15.8",
ba2415 128     "@vben/eslint-config": "workspace:*",
V 129     "@vben/stylelint-config": "workspace:*",
08d4e3 130     "@vben/ts-config": "workspace:*",
14ba72 131     "@vben/types": "workspace:*",
5e9946 132     "@vben/vite-config": "workspace:*",
17f5b1 133     "@vue/compiler-sfc": "^3.4.25",
87541d 134     "@vue/test-utils": "^2.4.5",
4a1277 135     "conventional-changelog-cli": "^4.1.0",
c303ec 136     "cross-env": "^7.0.3",
87541d 137     "cz-git": "^1.9.1",
X 138     "czg": "^1.9.1",
0cb379 139     "husky": "^9.0.11",
X 140     "lint-staged": "15.2.2",
141     "prettier": "^3.2.5",
87541d 142     "prettier-plugin-packagejson": "^2.5.0",
626c54 143     "rimraf": "^5.0.5",
87541d 144     "turbo": "^1.13.2",
X 145     "typescript": "^5.4.5",
626c54 146     "unbuild": "^2.0.0",
504cf7 147     "vite": "^5.2.10",
ae09d3 148     "vite-plugin-mock": "^2.9.6",
504cf7 149     "vite-plugin-vue-inspector": "^5.0.1",
X 150     "vue-tsc": "^2.0.14"
2f6253 151   },
87541d 152   "packageManager": "pnpm@9.0.4",
2f6253 153   "engines": {
626c54 154     "node": ">=18.12.0",
64b969 155     "pnpm": ">=9.0.2"
2f6253 156   }
157 }