|
1 | 1 | { |
2 | 2 | "name": "unibest", |
3 | 3 | "type": "module", |
4 | | - "version": "4.3.0", |
5 | | - "unibest-version": "4.3.0", |
6 | | - "unibest-update-time": "2026-01-10", |
| 4 | + "version": "4.4.0", |
| 5 | + "unibest-version": "4.4.0", |
| 6 | + "unibest-update-time": "2026-04-25", |
7 | 7 | "packageManager": "pnpm@10.10.0", |
8 | 8 | "description": "unibest - 最好的 uniapp 开发模板", |
9 | 9 | "generate-time": "用户创建项目时生成", |
|
39 | 39 | "preinstall": "npx only-allow pnpm", |
40 | 40 | "uvm": "npx @dcloudio/uvm@latest", |
41 | 41 | "uvm-rm": "node ./scripts/postupgrade.js", |
| 42 | + "bump-version": "node ./scripts/bump-version.js", |
42 | 43 | "postuvm": "echo upgrade uni-app success!", |
43 | 44 | "dev:app": "uni -p app", |
44 | 45 | "dev:app:test": "uni -p app --mode test", |
|
96 | 97 | "build:quickapp-webview": "uni build -p quickapp-webview", |
97 | 98 | "build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei", |
98 | 99 | "build:quickapp-webview-union": "uni build -p quickapp-webview-union", |
| 100 | + "upload:changeset": "pnpm changeset && pnpm changeset version", |
99 | 101 | "upload:mp": "node ./scripts/upload-weixin.js", |
100 | 102 | "type-check": "vue-tsc --noEmit", |
101 | 103 | "lint": "eslint", |
|
104 | 106 | "dependencies": { |
105 | 107 | "@alova/adapter-uniapp": "^2.0.14", |
106 | 108 | "@alova/shared": "^1.3.1", |
| 109 | + "@changesets/cli": "^2.30.0", |
107 | 110 | "@dcloudio/uni-app": "3.0.0-4070620250821001", |
108 | 111 | "@dcloudio/uni-app-harmony": "3.0.0-4070620250821001", |
109 | 112 | "@dcloudio/uni-app-plus": "3.0.0-4070620250821001", |
|
162 | 165 | "@vue/tsconfig": "^0.1.3", |
163 | 166 | "autoprefixer": "^10.4.20", |
164 | 167 | "cross-env": "^10.0.0", |
| 168 | + "enquirer": "^2.4.1", |
165 | 169 | "eslint": "^9.31.0", |
166 | 170 | "eslint-plugin-format": "^1.0.1", |
167 | 171 | "husky": "^9.1.7", |
168 | 172 | "lint-staged": "^15.2.10", |
169 | 173 | "miniprogram-api-typings": "^4.1.0", |
170 | 174 | "miniprogram-ci": "^2.1.26", |
171 | 175 | "openapi-ts-request": "^1.10.0", |
| 176 | + "picocolors": "^1.1.1", |
172 | 177 | "postcss": "^8.4.49", |
173 | 178 | "postcss-html": "^1.8.0", |
174 | 179 | "postcss-scss": "^4.0.9", |
|
196 | 201 | "unconfig": "7.3.2" |
197 | 202 | }, |
198 | 203 | "lint-staged": { |
199 | | - "*": "eslint --fix" |
| 204 | + "*": "echo 祝菲鸽身体健康" |
200 | 205 | } |
201 | 206 | } |
0 commit comments