vben
2023-04-04 08d4e34b778caf6f92f02f038f7230fbfbdea885
提交 | 用户 | 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": {
999965 19     "bootstrap": "pnpm install",
acacb3 20     "build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
999965 21     "build:no-cache": "pnpm clean:cache && npm run build",
ba2415 22     "build:test": "cross-env vite build --mode test && esno ./build/script/postBuild.ts",
7385ce 23     "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
8a9ca4 24     "clean:lib": "rimraf node_modules",
ba2415 25     "commit": "czg",
V 26     "dev": "vite",
27     "gen:icon": "esno ./build/generate/icon/index.ts",
28     "preinstall": "npx only-allow pnpm",
29     "postinstall": "turbo run stub",
f6fe1d 30     "lint:eslint": "eslint --cache --max-warnings 0  \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
680ad0 31     "lint:prettier": "prettier --write  \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
ba2415 32     "lint:stylelint": "stylelint \"**/*.{vue,css,less.scss}\" --fix --cache --cache-location node_modules/.cache/stylelint/",
V 33     "log": "conventional-changelog -p angular -i CHANGELOG.md -s",
81cf44 34     "prepare": "husky install",
ba2415 35     "preview": "npm run build && vite preview",
V 36     "preview:dist": "vite preview",
37     "reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
38     "report": "cross-env REPORT=true npm run build",
39     "serve": "npm run dev",
40     "test:br": "npx http-server dist --cors --brotli -c-1",
41     "test:gzip": "npx http-server dist --cors --gzip -c-1",
42     "test:unit": "jest",
43     "type:check": "vue-tsc --noEmit --skipLibCheck"
ab7448 44   },
V 45   "lint-staged": {
46     "*.{js,jsx,ts,tsx}": [
ba2415 47       "prettier --write",
V 48       "eslint --fix"
ab7448 49     ],
V 50     "{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
51       "prettier --write--parser json"
52     ],
53     "package.json": [
54       "prettier --write"
55     ],
56     "*.vue": [
57       "prettier --write",
ba2415 58       "eslint --fix",
ab7448 59       "stylelint --fix"
V 60     ],
61     "*.{scss,less,styl,html}": [
ba2415 62       "prettier --write",
V 63       "stylelint --fix"
ab7448 64     ],
V 65     "*.md": [
66       "prettier --write"
67     ]
68   },
69   "config": {
70     "commitizen": {
71       "path": "node_modules/cz-git"
72     }
73   },
2f6253 74   "dependencies": {
84a5fc 75     "@ant-design/colors": "^7.0.0",
e91d75 76     "@ant-design/icons-vue": "^6.1.0",
84a5fc 77     "@iconify/iconify": "^3.1.0",
V 78     "@logicflow/core": "^1.2.1",
79     "@logicflow/extension": "^1.2.1",
80     "@vue/runtime-core": "^3.2.47",
81     "@vue/shared": "^3.2.47",
82     "@vueuse/core": "^9.13.0",
83     "@vueuse/shared": "^9.13.0",
84     "@zxcvbn-ts/core": "^2.2.1",
85     "ant-design-vue": "^3.2.16",
86     "axios": "^1.3.4",
87     "codemirror": "^5.65.12",
88     "cropperjs": "^1.5.13",
98749e 89     "crypto-js": "^4.1.1",
84a5fc 90     "dayjs": "^1.11.7",
V 91     "echarts": "^5.4.2",
6753e2 92     "exceljs": "^4.3.0",
84a5fc 93     "intro.js": "^7.0.1",
9a7102 94     "lodash-es": "^4.17.21",
2f6253 95     "mockjs": "^1.1.0",
96     "nprogress": "^0.2.0",
84a5fc 97     "path-to-regexp": "^6.2.1",
V 98     "pinia": "2.0.33",
2f9989 99     "print-js": "^1.6.0",
84a5fc 100     "qrcode": "^1.5.1",
V 101     "qs": "^6.11.1",
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",
84a5fc 106     "vditor": "^3.9.1",
ab7448 107     "vue": "^3.2.47",
84a5fc 108     "vue-i18n": "^9.2.2",
V 109     "vue-json-pretty": "^2.2.4",
110     "vue-router": "^4.1.6",
111     "vue-types": "^5.0.2",
ab7448 112     "vuedraggable": "^4.1.0",
84a5fc 113     "vxe-table": "^4.3.11",
6753e2 114     "vxe-table-plugin-export-xlsx": "^3.0.4",
L 115     "xe-utils": "^3.5.7",
ab7448 116     "xlsx": "^0.18.5"
2f6253 117   },
118   "devDependencies": {
84a5fc 119     "@commitlint/cli": "^17.5.1",
V 120     "@commitlint/config-conventional": "^17.4.4",
121     "@iconify/json": "^2.2.43",
122     "@purge-icons/generated": "^0.9.0",
123     "@types/codemirror": "^5.60.7",
af6ab9 124     "@types/crypto-js": "^4.1.1",
84a5fc 125     "@types/fs-extra": "^11.0.1",
V 126     "@types/inquirer": "^8.2.6",
127     "@types/intro.js": "^5.1.1",
128     "@types/lodash-es": "^4.17.7",
129     "@types/mockjs": "^1.0.7",
130     "@types/node": "^18.15.11",
2f6253 131     "@types/nprogress": "^0.2.0",
84a5fc 132     "@types/qrcode": "^1.5.0",
bfb5eb 133     "@types/qs": "^6.9.7",
84a5fc 134     "@types/showdown": "^2.0.0",
V 135     "@types/sortablejs": "^1.15.1",
ba2415 136     "@vben/eslint-config": "workspace:*",
V 137     "@vben/stylelint-config": "workspace:*",
08d4e3 138     "@vben/ts-config": "workspace:*",
84a5fc 139     "@vitejs/plugin-vue": "^4.1.0",
V 140     "@vitejs/plugin-vue-jsx": "^3.0.1",
141     "@vue/compiler-sfc": "^3.2.47",
142     "@vue/test-utils": "^2.3.2",
143     "autoprefixer": "^10.4.14",
5ac055 144     "conventional-changelog-cli": "^2.2.2",
c303ec 145     "cross-env": "^7.0.3",
84a5fc 146     "cz-git": "^1.6.1",
V 147     "czg": "^1.6.1",
148     "dotenv": "^16.0.3",
149     "esno": "^0.16.3",
150     "fs-extra": "^11.1.1",
151     "husky": "^8.0.3",
152     "inquirer": "^9.1.5",
153     "less": "^4.1.3",
154     "lint-staged": "13.2.0",
5a3a76 155     "picocolors": "^1.0.0",
84a5fc 156     "postcss": "^8.4.21",
V 157     "postcss-html": "^1.5.0",
4e4ce9 158     "postcss-less": "^6.0.0",
84a5fc 159     "prettier": "^2.8.7",
ba2415 160     "prettier-plugin-packagejson": "^2.4.3",
84a5fc 161     "rimraf": "^4.4.1",
V 162     "rollup-plugin-visualizer": "^5.9.0",
163     "sass": "^1.60.0",
ba2415 164     "turbo": "^1.8.8",
84a5fc 165     "typescript": "^5.0.3",
ba2415 166     "unbuild": "^1.2.0",
8180b2 167     "vite": "^4.3.0-beta.1",
af6ab9 168     "vite-plugin-compression": "^0.5.1",
e91d75 169     "vite-plugin-html": "^3.2.0",
9dd9fc 170     "vite-plugin-mock": "^2.9.6",
84a5fc 171     "vite-plugin-purge-icons": "^0.9.2",
af6ab9 172     "vite-plugin-svg-icons": "^2.0.1",
84a5fc 173     "vite-plugin-windicss": "^1.8.10",
V 174     "vue-tsc": "^1.2.0"
2f6253 175   },
ab7448 176   "packageManager": "pnpm@8.1.0",
2f6253 177   "engines": {
ab7448 178     "node": ">=16.15.1",
V 179     "pnpm": ">=8.1.0"
2f6253 180   }
181 }