invalid w
2023-10-09 6e1e1de0e2d545de24fe30caaf65d2ca2e14c0bc
提交 | 用户 | age
2f6253 1 {
de5bf7 2   "name": "vben-admin",
fa5803 3   "version": "2.10.1",
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   },
2f6253 18   "scripts": {
999965 19     "bootstrap": "pnpm install",
6e716c 20     "build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build",
21     "build:analyze": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode analyze",
c659c1 22     "build:docker": "vite build --mode docker",
b5bdb5 23     "build:no-cache": "pnpm store prune && npm run build",
6e716c 24     "build:test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode test",
ba2415 25     "commit": "czg",
5e9946 26     "dev": "pnpm vite",
ba2415 27     "preinstall": "npx only-allow pnpm",
V 28     "postinstall": "turbo run stub",
5e4be0 29     "lint": "turbo run lint",
f6fe1d 30     "lint:eslint": "eslint --cache --max-warnings 0  \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
5e9946 31     "lint:prettier": "prettier --write .",
c6e135 32     "lint:stylelint": "stylelint \"**/*.{vue,css,less,scss}\" --fix --cache --cache-location node_modules/.cache/stylelint/",
81cf44 33     "prepare": "husky install",
ba2415 34     "preview": "npm run build && vite preview",
V 35     "reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
36     "serve": "npm run dev",
37     "test:gzip": "npx http-server dist --cors --gzip -c-1",
38     "type:check": "vue-tsc --noEmit --skipLibCheck"
ab7448 39   },
V 40   "lint-staged": {
41     "*.{js,jsx,ts,tsx}": [
ba2415 42       "prettier --write",
V 43       "eslint --fix"
ab7448 44     ],
V 45     "{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
46       "prettier --write--parser json"
47     ],
48     "package.json": [
49       "prettier --write"
50     ],
51     "*.vue": [
52       "prettier --write",
ba2415 53       "eslint --fix",
ab7448 54       "stylelint --fix"
V 55     ],
56     "*.{scss,less,styl,html}": [
ba2415 57       "prettier --write",
V 58       "stylelint --fix"
ab7448 59     ],
V 60     "*.md": [
61       "prettier --write"
62     ]
63   },
64   "config": {
65     "commitizen": {
66       "path": "node_modules/cz-git"
67     }
68   },
2f6253 69   "dependencies": {
6e1e1d 70     "@ant-design/icons-vue": "^7.0.1",
1262e1 71     "@iconify/iconify": "^3.1.1",
6e1e1d 72     "@logicflow/core": "^1.2.15",
IW 73     "@logicflow/extension": "^1.2.16",
279977 74     "@vben/hooks": "workspace:*",
1262e1 75     "@vue/shared": "^3.3.4",
6e1e1d 76     "@vueuse/core": "^10.5.0",
IW 77     "@vueuse/shared": "^10.5.0",
78     "@zxcvbn-ts/core": "^3.0.4",
c315aa 79     "ant-design-vue": "^4.0.3",
6e1e1d 80     "axios": "^1.5.1",
IW 81     "codemirror": "^5.65.15",
82     "cropperjs": "^1.6.1",
98749e 83     "crypto-js": "^4.1.1",
6e1e1d 84     "dayjs": "^1.11.10",
IW 85     "echarts": "^5.4.3",
6753e2 86     "exceljs": "^4.3.0",
6e1e1d 87     "intro.js": "^7.2.0",
9a7102 88     "lodash-es": "^4.17.21",
2f6253 89     "mockjs": "^1.1.0",
90     "nprogress": "^0.2.0",
84a5fc 91     "path-to-regexp": "^6.2.1",
6e1e1d 92     "pinia": "2.1.6",
2f9989 93     "print-js": "^1.6.0",
1262e1 94     "qrcode": "^1.5.3",
X 95     "qs": "^6.11.2",
cdb10c 96     "resize-observer-polyfill": "^1.5.1",
9d4d78 97     "showdown": "^2.1.0",
823f7b 98     "sortablejs": "^1.15.0",
6e1e1d 99     "tinymce": "^6.7.0",
IW 100     "vditor": "^3.9.6",
1262e1 101     "vue": "^3.3.4",
6e1e1d 102     "vue-i18n": "^9.5.0",
84a5fc 103     "vue-json-pretty": "^2.2.4",
6e1e1d 104     "vue-router": "^4.2.5",
IW 105     "vue-types": "^5.1.1",
ab7448 106     "vuedraggable": "^4.1.0",
6e1e1d 107     "vxe-table": "^4.5.12",
IW 108     "vxe-table-plugin-export-xlsx": "^3.1.0",
109     "xe-utils": "^3.5.13",
ab7448 110     "xlsx": "^0.18.5"
2f6253 111   },
112   "devDependencies": {
6e1e1d 113     "@commitlint/cli": "^17.7.2",
IW 114     "@commitlint/config-conventional": "^17.7.0",
115     "@iconify/json": "^2.2.125",
84a5fc 116     "@purge-icons/generated": "^0.9.0",
6e1e1d 117     "@types/codemirror": "^5.60.10",
IW 118     "@types/crypto-js": "^4.1.2",
119     "@types/intro.js": "^5.1.2",
120     "@types/lodash-es": "^4.17.9",
121     "@types/mockjs": "^1.0.8",
122     "@types/nprogress": "^0.2.1",
123     "@types/qrcode": "^1.5.2",
124     "@types/qs": "^6.9.8",
125     "@types/showdown": "^2.0.2",
126     "@types/sortablejs": "^1.15.3",
ba2415 127     "@vben/eslint-config": "workspace:*",
V 128     "@vben/stylelint-config": "workspace:*",
08d4e3 129     "@vben/ts-config": "workspace:*",
14ba72 130     "@vben/types": "workspace:*",
5e9946 131     "@vben/vite-config": "workspace:*",
1262e1 132     "@vue/compiler-sfc": "^3.3.4",
6e1e1d 133     "@vue/test-utils": "^2.4.1",
c303ec 134     "cross-env": "^7.0.3",
6e1e1d 135     "cz-git": "^1.7.1",
IW 136     "czg": "^1.7.1",
84a5fc 137     "husky": "^8.0.3",
6e1e1d 138     "lint-staged": "14.0.1",
IW 139     "prettier": "^3.0.3",
140     "prettier-plugin-packagejson": "^2.4.6",
141     "rimraf": "^5.0.5",
142     "turbo": "^1.10.15",
143     "typescript": "^5.2.2",
144     "unbuild": "^2.0.0",
145     "vite": "^4.4.11",
146     "vite-plugin-mock": "^3.0.0",
147     "vue-tsc": "^1.8.18"
2f6253 148   },
6e1e1d 149   "packageManager": "pnpm@8.8.0",
2f6253 150   "engines": {
ab7448 151     "node": ">=16.15.1",
8a27f5 152     "pnpm": ">=8.1.0"
2f6253 153   }
154 }