vben
2023-04-05 aedb8e53aa25660b6179389eda0a6b1937bb78fd
提交 | 用户 | age
2f6253 1 {
de5bf7 2   "name": "vben-admin",
358b77 3   "version": "2.9.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",
5e9946 20     "build": "NODE_ENV=production pnpm vite build",
V 21     "build:analyze": "pnpm vite build --mode analyze",
999965 22     "build:no-cache": "pnpm clean:cache && npm run build",
5e9946 23     "build:test": "pnpm vite build --mode test",
ba2415 24     "commit": "czg",
5e9946 25     "dev": "pnpm vite",
ba2415 26     "preinstall": "npx only-allow pnpm",
V 27     "postinstall": "turbo run stub",
5e4be0 28     "lint": "turbo run lint",
f6fe1d 29     "lint:eslint": "eslint --cache --max-warnings 0  \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
5e9946 30     "lint:prettier": "prettier --write .",
ba2415 31     "lint:stylelint": "stylelint \"**/*.{vue,css,less.scss}\" --fix --cache --cache-location node_modules/.cache/stylelint/",
81cf44 32     "prepare": "husky install",
ba2415 33     "preview": "npm run build && vite preview",
V 34     "reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
35     "serve": "npm run dev",
36     "test:gzip": "npx http-server dist --cors --gzip -c-1",
37     "type:check": "vue-tsc --noEmit --skipLibCheck"
ab7448 38   },
V 39   "lint-staged": {
40     "*.{js,jsx,ts,tsx}": [
ba2415 41       "prettier --write",
V 42       "eslint --fix"
ab7448 43     ],
V 44     "{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
45       "prettier --write--parser json"
46     ],
47     "package.json": [
48       "prettier --write"
49     ],
50     "*.vue": [
51       "prettier --write",
ba2415 52       "eslint --fix",
ab7448 53       "stylelint --fix"
V 54     ],
55     "*.{scss,less,styl,html}": [
ba2415 56       "prettier --write",
V 57       "stylelint --fix"
ab7448 58     ],
V 59     "*.md": [
60       "prettier --write"
61     ]
62   },
63   "config": {
64     "commitizen": {
65       "path": "node_modules/cz-git"
66     }
67   },
2f6253 68   "dependencies": {
e91d75 69     "@ant-design/icons-vue": "^6.1.0",
84a5fc 70     "@iconify/iconify": "^3.1.0",
V 71     "@logicflow/core": "^1.2.1",
72     "@logicflow/extension": "^1.2.1",
73     "@vueuse/core": "^9.13.0",
74     "@vueuse/shared": "^9.13.0",
75     "@zxcvbn-ts/core": "^2.2.1",
5e9946 76     "ant-design-vue": "^3.2.17",
84a5fc 77     "axios": "^1.3.4",
V 78     "codemirror": "^5.65.12",
79     "cropperjs": "^1.5.13",
98749e 80     "crypto-js": "^4.1.1",
84a5fc 81     "dayjs": "^1.11.7",
V 82     "echarts": "^5.4.2",
6753e2 83     "exceljs": "^4.3.0",
84a5fc 84     "intro.js": "^7.0.1",
9a7102 85     "lodash-es": "^4.17.21",
2f6253 86     "mockjs": "^1.1.0",
87     "nprogress": "^0.2.0",
84a5fc 88     "path-to-regexp": "^6.2.1",
V 89     "pinia": "2.0.33",
2f9989 90     "print-js": "^1.6.0",
84a5fc 91     "qrcode": "^1.5.1",
V 92     "qs": "^6.11.1",
cdb10c 93     "resize-observer-polyfill": "^1.5.1",
9d4d78 94     "showdown": "^2.1.0",
823f7b 95     "sortablejs": "^1.15.0",
4dc538 96     "tinymce": "^5.10.7",
84a5fc 97     "vditor": "^3.9.1",
ab7448 98     "vue": "^3.2.47",
84a5fc 99     "vue-i18n": "^9.2.2",
V 100     "vue-json-pretty": "^2.2.4",
101     "vue-router": "^4.1.6",
102     "vue-types": "^5.0.2",
ab7448 103     "vuedraggable": "^4.1.0",
84a5fc 104     "vxe-table": "^4.3.11",
6753e2 105     "vxe-table-plugin-export-xlsx": "^3.0.4",
L 106     "xe-utils": "^3.5.7",
ab7448 107     "xlsx": "^0.18.5"
2f6253 108   },
109   "devDependencies": {
84a5fc 110     "@commitlint/cli": "^17.5.1",
aedb8e 111     "@commitlint/config-conventional": "^17.4.4",
5e4be0 112     "@iconify/json": "^2.2.45",
84a5fc 113     "@purge-icons/generated": "^0.9.0",
V 114     "@types/codemirror": "^5.60.7",
af6ab9 115     "@types/crypto-js": "^4.1.1",
84a5fc 116     "@types/intro.js": "^5.1.1",
V 117     "@types/lodash-es": "^4.17.7",
118     "@types/mockjs": "^1.0.7",
2f6253 119     "@types/nprogress": "^0.2.0",
84a5fc 120     "@types/qrcode": "^1.5.0",
bfb5eb 121     "@types/qs": "^6.9.7",
84a5fc 122     "@types/showdown": "^2.0.0",
V 123     "@types/sortablejs": "^1.15.1",
ba2415 124     "@vben/eslint-config": "workspace:*",
V 125     "@vben/stylelint-config": "workspace:*",
08d4e3 126     "@vben/ts-config": "workspace:*",
5e9946 127     "@vben/vite-config": "workspace:*",
84a5fc 128     "@vitejs/plugin-vue": "^4.1.0",
V 129     "@vitejs/plugin-vue-jsx": "^3.0.1",
130     "@vue/compiler-sfc": "^3.2.47",
131     "@vue/test-utils": "^2.3.2",
c303ec 132     "cross-env": "^7.0.3",
84a5fc 133     "cz-git": "^1.6.1",
V 134     "czg": "^1.6.1",
135     "husky": "^8.0.3",
136     "lint-staged": "13.2.0",
137     "prettier": "^2.8.7",
ba2415 138     "prettier-plugin-packagejson": "^2.4.3",
84a5fc 139     "rimraf": "^4.4.1",
ba2415 140     "turbo": "^1.8.8",
84a5fc 141     "typescript": "^5.0.3",
ba2415 142     "unbuild": "^1.2.0",
8180b2 143     "vite": "^4.3.0-beta.1",
9dd9fc 144     "vite-plugin-mock": "^2.9.6",
84a5fc 145     "vue-tsc": "^1.2.0"
2f6253 146   },
ab7448 147   "packageManager": "pnpm@8.1.0",
2f6253 148   "engines": {
ab7448 149     "node": ">=16.15.1",
V 150     "pnpm": ">=8.1.0"
2f6253 151   }
152 }