|
1 | 1 | { |
2 | 2 | "name": "unibest", |
3 | 3 | "type": "module", |
4 | | - "version": "3.16.3", |
5 | | - "unibest-version": "3.16.3", |
6 | | - "update-time": "2025-09-16", |
| 4 | + "version": "3.18.5", |
| 5 | + "unibest-version": "3.18.5", |
| 6 | + "update-time": "2025-10-03", |
7 | 7 | "packageManager": "pnpm@10.10.0", |
8 | 8 | "description": "unibest - 最好的 uniapp 开发模板", |
9 | 9 | "generate-time": "用户创建项目时生成", |
|
36 | 36 | "dev:app-android": "uni -p app-android", |
37 | 37 | "dev:app-ios": "uni -p app-ios", |
38 | 38 | "dev:custom": "uni -p", |
39 | | - "dev": "node --experimental-loader ./scripts/window-path-loader.js node_modules/@dcloudio/vite-plugin-uni/bin/uni.js", |
| 39 | + "dev": "uni", |
40 | 40 | "dev:test": "uni --mode test", |
41 | 41 | "dev:prod": "uni --mode production", |
42 | 42 | "dev:h5": "uni", |
|
87 | 87 | "build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei", |
88 | 88 | "build:quickapp-webview-union": "uni build -p quickapp-webview-union", |
89 | 89 | "type-check": "vue-tsc --noEmit", |
90 | | - "openapi-ts-request": "openapi-ts", |
| 90 | + "openapi": "openapi-ts", |
91 | 91 | "prepare": "git init && husky && node ./scripts/create-base-files.js", |
92 | 92 | "docker:prepare": "node ./scripts/create-base-files.js", |
93 | 93 | "lint": "eslint", |
|
135 | 135 | "@iconify-json/carbon": "^1.2.4", |
136 | 136 | "@rollup/rollup-darwin-x64": "^4.28.0", |
137 | 137 | "@types/node": "^20.17.9", |
138 | | - "@uni-helper/eslint-config": "^0.5.0", |
| 138 | + "@uni-helper/eslint-config": "0.5.0", |
139 | 139 | "@uni-helper/plugin-uni": "0.1.0", |
140 | | - "@uni-helper/uni-env": "^0.1.8", |
141 | | - "@uni-helper/uni-types": "^1.0.0-alpha.6", |
142 | | - "@uni-helper/unocss-preset-uni": "^0.2.11", |
143 | | - "@uni-helper/vite-plugin-uni-components": "0.2.0", |
| 140 | + "@uni-helper/uni-env": "0.1.8", |
| 141 | + "@uni-helper/uni-types": "1.0.0-alpha.6", |
| 142 | + "@uni-helper/unocss-preset-uni": "0.2.11", |
| 143 | + "@uni-helper/vite-plugin-uni-components": "0.2.3", |
144 | 144 | "@uni-helper/vite-plugin-uni-layouts": "0.1.11", |
145 | | - "@uni-helper/vite-plugin-uni-manifest": "^0.2.8", |
146 | | - "@uni-helper/vite-plugin-uni-pages": "^0.3.8", |
147 | | - "@uni-helper/vite-plugin-uni-platform": "^0.0.5", |
148 | | - "@uni-ku/bundle-optimizer": "^1.3.3", |
149 | | - "@uni-ku/root": "^1.3.4", |
| 145 | + "@uni-helper/vite-plugin-uni-manifest": "0.2.8", |
| 146 | + "@uni-helper/vite-plugin-uni-pages": "0.3.13", |
| 147 | + "@uni-helper/vite-plugin-uni-platform": "0.0.5", |
| 148 | + "@uni-ku/bundle-optimizer": "v1.3.15-beta.2", |
| 149 | + "@uni-ku/root": "1.4.1", |
150 | 150 | "@unocss/eslint-plugin": "^66.2.3", |
151 | 151 | "@unocss/preset-legacy-compat": "66.0.0", |
152 | 152 | "@vue/runtime-core": "^3.4.21", |
|
172 | 172 | "vite-plugin-restart": "^1.0.0", |
173 | 173 | "vue-tsc": "^3.0.6" |
174 | 174 | }, |
| 175 | + "pnpm": { |
| 176 | + "overrides": { |
| 177 | + "unconfig": "7.3.2" |
| 178 | + } |
| 179 | + }, |
| 180 | + "overrides": { |
| 181 | + "unconfig": "7.3.2" |
| 182 | + }, |
175 | 183 | "resolutions": { |
176 | | - "bin-wrapper": "npm:bin-wrapper-china" |
| 184 | + "bin-wrapper": "npm:bin-wrapper-china", |
| 185 | + "unconfig": "7.3.2" |
177 | 186 | }, |
178 | 187 | "lint-staged": { |
179 | 188 | "*": "eslint --fix" |
|
0 commit comments