2023-12-21 15:26:15 +08:00
|
|
|
{
|
2024-01-22 14:21:17 +08:00
|
|
|
"name": "unibest",
|
2025-07-27 14:41:33 +08:00
|
|
|
"type": "module",
|
2025-09-17 15:33:42 +08:00
|
|
|
"version": "3.16.3",
|
|
|
|
|
"unibest-version": "3.16.3",
|
2025-09-16 20:00:02 +08:00
|
|
|
"update-time": "2025-09-16",
|
2025-09-08 16:59:26 +08:00
|
|
|
"packageManager": "pnpm@10.10.0",
|
2024-03-04 08:49:26 +08:00
|
|
|
"description": "unibest - 最好的 uniapp 开发模板",
|
2025-07-12 11:35:55 +08:00
|
|
|
"generate-time": "用户创建项目时生成",
|
2023-12-22 15:04:20 +08:00
|
|
|
"author": {
|
2024-11-10 22:14:57 +08:00
|
|
|
"name": "feige996",
|
2023-12-22 15:04:20 +08:00
|
|
|
"zhName": "菲鸽",
|
|
|
|
|
"email": "1020103647@qq.com",
|
2024-11-10 22:14:57 +08:00
|
|
|
"github": "https://github.com/feige996",
|
|
|
|
|
"gitee": "https://gitee.com/feige996"
|
2023-12-22 15:04:20 +08:00
|
|
|
},
|
2024-02-04 16:21:01 +08:00
|
|
|
"license": "MIT",
|
2025-06-21 16:53:10 +08:00
|
|
|
"homepage": "https://unibest.tech",
|
2024-11-10 22:14:57 +08:00
|
|
|
"repository": "https://github.com/feige996/unibest",
|
2024-02-20 20:14:31 +08:00
|
|
|
"bugs": {
|
2025-06-17 18:16:32 +08:00
|
|
|
"url": "https://github.com/feige996/unibest/issues",
|
2025-06-17 18:17:37 +08:00
|
|
|
"url-old": "https://github.com/codercup/unibest/issues"
|
2024-02-20 20:14:31 +08:00
|
|
|
},
|
2024-01-24 11:11:56 +08:00
|
|
|
"engines": {
|
2025-09-17 12:12:50 +08:00
|
|
|
"node": ">=20",
|
2025-09-08 16:48:10 +08:00
|
|
|
"pnpm": ">=9"
|
2024-01-24 11:11:56 +08:00
|
|
|
},
|
2023-12-21 15:26:15 +08:00
|
|
|
"scripts": {
|
2024-06-20 10:02:53 +08:00
|
|
|
"preinstall": "npx only-allow pnpm",
|
2024-06-17 17:22:32 +08:00
|
|
|
"uvm": "npx @dcloudio/uvm@latest",
|
|
|
|
|
"uvm-rm": "node ./scripts/postupgrade.js",
|
2024-06-17 17:15:51 +08:00
|
|
|
"postuvm": "echo upgrade uni-app success!",
|
2023-12-21 15:26:15 +08:00
|
|
|
"dev:app": "uni -p app",
|
2025-08-17 14:34:42 +08:00
|
|
|
"dev:app:test": "uni -p app --mode test",
|
|
|
|
|
"dev:app:prod": "uni -p app --mode production",
|
2023-12-21 15:26:15 +08:00
|
|
|
"dev:app-android": "uni -p app-android",
|
|
|
|
|
"dev:app-ios": "uni -p app-ios",
|
|
|
|
|
"dev:custom": "uni -p",
|
2025-08-31 14:06:56 +08:00
|
|
|
"dev": "node --experimental-loader ./scripts/window-path-loader.js node_modules/@dcloudio/vite-plugin-uni/bin/uni.js",
|
2025-08-17 14:34:42 +08:00
|
|
|
"dev:test": "uni --mode test",
|
|
|
|
|
"dev:prod": "uni --mode production",
|
2023-12-21 15:26:15 +08:00
|
|
|
"dev:h5": "uni",
|
2025-08-17 14:34:42 +08:00
|
|
|
"dev:h5:test": "uni --mode test",
|
|
|
|
|
"dev:h5:prod": "uni --mode production",
|
2023-12-21 15:26:15 +08:00
|
|
|
"dev:h5:ssr": "uni --ssr",
|
2024-03-13 19:02:21 +08:00
|
|
|
"dev:mp": "uni -p mp-weixin",
|
2025-08-17 14:34:42 +08:00
|
|
|
"dev:mp:test": "uni -p mp-weixin --mode test",
|
|
|
|
|
"dev:mp:prod": "uni -p mp-weixin --mode production",
|
2023-12-21 15:26:15 +08:00
|
|
|
"dev:mp-alipay": "uni -p mp-alipay",
|
|
|
|
|
"dev:mp-baidu": "uni -p mp-baidu",
|
|
|
|
|
"dev:mp-jd": "uni -p mp-jd",
|
|
|
|
|
"dev:mp-kuaishou": "uni -p mp-kuaishou",
|
|
|
|
|
"dev:mp-lark": "uni -p mp-lark",
|
|
|
|
|
"dev:mp-qq": "uni -p mp-qq",
|
|
|
|
|
"dev:mp-toutiao": "uni -p mp-toutiao",
|
|
|
|
|
"dev:mp-weixin": "uni -p mp-weixin",
|
2024-12-04 09:35:40 +08:00
|
|
|
"dev:mp-xhs": "uni -p mp-xhs",
|
2023-12-21 15:26:15 +08:00
|
|
|
"dev:quickapp-webview": "uni -p quickapp-webview",
|
|
|
|
|
"dev:quickapp-webview-huawei": "uni -p quickapp-webview-huawei",
|
|
|
|
|
"dev:quickapp-webview-union": "uni -p quickapp-webview-union",
|
|
|
|
|
"build:app": "uni build -p app",
|
2025-08-17 14:34:42 +08:00
|
|
|
"build:app:test": "uni build -p app --mode test",
|
|
|
|
|
"build:app:prod": "uni build -p app --mode production",
|
2023-12-21 15:26:15 +08:00
|
|
|
"build:app-android": "uni build -p app-android",
|
|
|
|
|
"build:app-ios": "uni build -p app-ios",
|
|
|
|
|
"build:custom": "uni build -p",
|
|
|
|
|
"build:h5": "uni build",
|
2025-08-17 14:34:42 +08:00
|
|
|
"build:h5:test": "uni build --mode test",
|
|
|
|
|
"build:h5:prod": "uni build --mode production",
|
2024-03-13 19:02:21 +08:00
|
|
|
"build": "uni build",
|
2025-08-17 14:34:42 +08:00
|
|
|
"build:test": "uni build --mode test",
|
|
|
|
|
"build:prod": "uni build --mode production",
|
2023-12-21 15:26:15 +08:00
|
|
|
"build:h5:ssr": "uni build --ssr",
|
|
|
|
|
"build:mp-alipay": "uni build -p mp-alipay",
|
2024-03-13 19:02:21 +08:00
|
|
|
"build:mp": "uni build -p mp-weixin",
|
2025-08-17 14:34:42 +08:00
|
|
|
"build:mp:test": "uni build -p mp-weixin --mode test",
|
|
|
|
|
"build:mp:prod": "uni build -p mp-weixin --mode production",
|
2023-12-21 15:26:15 +08:00
|
|
|
"build:mp-baidu": "uni build -p mp-baidu",
|
|
|
|
|
"build:mp-jd": "uni build -p mp-jd",
|
|
|
|
|
"build:mp-kuaishou": "uni build -p mp-kuaishou",
|
|
|
|
|
"build:mp-lark": "uni build -p mp-lark",
|
|
|
|
|
"build:mp-qq": "uni build -p mp-qq",
|
|
|
|
|
"build:mp-toutiao": "uni build -p mp-toutiao",
|
|
|
|
|
"build:mp-weixin": "uni build -p mp-weixin",
|
2024-12-04 09:35:40 +08:00
|
|
|
"build:mp-xhs": "uni build -p mp-xhs",
|
2023-12-21 15:26:15 +08:00
|
|
|
"build:quickapp-webview": "uni build -p quickapp-webview",
|
|
|
|
|
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
|
|
|
|
|
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
|
2024-06-11 10:59:59 +08:00
|
|
|
"type-check": "vue-tsc --noEmit",
|
2025-09-23 18:01:20 +08:00
|
|
|
"openapi-ts-request": "openapi-ts",
|
2025-09-11 09:55:38 +08:00
|
|
|
"prepare": "git init && husky && node ./scripts/create-base-files.js",
|
2025-09-17 15:21:05 +08:00
|
|
|
"docker:prepare": "node ./scripts/create-base-files.js",
|
2025-06-21 17:22:06 +08:00
|
|
|
"lint": "eslint",
|
|
|
|
|
"lint:fix": "eslint --fix"
|
2024-02-19 16:09:28 +08:00
|
|
|
},
|
2023-12-21 15:26:15 +08:00
|
|
|
"dependencies": {
|
2025-06-22 14:03:56 +08:00
|
|
|
"@alova/adapter-uniapp": "^2.0.14",
|
|
|
|
|
"@alova/shared": "^1.3.1",
|
2025-09-03 10:54:01 +08:00
|
|
|
"@dcloudio/uni-app": "3.0.0-4070620250821001",
|
|
|
|
|
"@dcloudio/uni-app-harmony": "3.0.0-4070620250821001",
|
|
|
|
|
"@dcloudio/uni-app-plus": "3.0.0-4070620250821001",
|
|
|
|
|
"@dcloudio/uni-components": "3.0.0-4070620250821001",
|
|
|
|
|
"@dcloudio/uni-h5": "3.0.0-4070620250821001",
|
|
|
|
|
"@dcloudio/uni-mp-alipay": "3.0.0-4070620250821001",
|
|
|
|
|
"@dcloudio/uni-mp-baidu": "3.0.0-4070620250821001",
|
|
|
|
|
"@dcloudio/uni-mp-harmony": "3.0.0-4070620250821001",
|
|
|
|
|
"@dcloudio/uni-mp-jd": "3.0.0-4070620250821001",
|
|
|
|
|
"@dcloudio/uni-mp-kuaishou": "3.0.0-4070620250821001",
|
|
|
|
|
"@dcloudio/uni-mp-lark": "3.0.0-4070620250821001",
|
|
|
|
|
"@dcloudio/uni-mp-qq": "3.0.0-4070620250821001",
|
|
|
|
|
"@dcloudio/uni-mp-toutiao": "3.0.0-4070620250821001",
|
|
|
|
|
"@dcloudio/uni-mp-weixin": "3.0.0-4070620250821001",
|
|
|
|
|
"@dcloudio/uni-mp-xhs": "3.0.0-4070620250821001",
|
|
|
|
|
"@dcloudio/uni-quickapp-webview": "3.0.0-4070620250821001",
|
2025-01-09 15:29:27 +08:00
|
|
|
"abortcontroller-polyfill": "^1.7.8",
|
2025-06-22 14:03:56 +08:00
|
|
|
"alova": "^3.3.3",
|
2024-01-20 15:30:04 +08:00
|
|
|
"dayjs": "1.11.10",
|
2025-05-27 23:19:09 +08:00
|
|
|
"js-cookie": "^3.0.5",
|
2025-07-01 20:33:33 +08:00
|
|
|
"pinia": "2.0.36",
|
|
|
|
|
"pinia-plugin-persistedstate": "3.2.1",
|
2025-09-03 10:54:01 +08:00
|
|
|
"vue": "^3.4.21",
|
2025-09-17 14:55:27 +08:00
|
|
|
"wot-design-uni": "^1.12.4",
|
2025-06-15 16:46:28 +08:00
|
|
|
"z-paging": "2.8.7"
|
2023-12-21 15:26:15 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-06-03 18:57:52 +08:00
|
|
|
"@commitlint/cli": "^19.8.1",
|
|
|
|
|
"@commitlint/config-conventional": "^19.8.1",
|
2025-09-03 10:54:01 +08:00
|
|
|
"@dcloudio/types": "^3.4.8",
|
|
|
|
|
"@dcloudio/uni-automator": "3.0.0-4070620250821001",
|
|
|
|
|
"@dcloudio/uni-cli-shared": "3.0.0-4070620250821001",
|
|
|
|
|
"@dcloudio/uni-stacktracey": "3.0.0-4070620250821001",
|
|
|
|
|
"@dcloudio/vite-plugin-uni": "3.0.0-4070620250821001",
|
2025-06-21 14:24:30 +08:00
|
|
|
"@esbuild/darwin-arm64": "0.20.2",
|
|
|
|
|
"@esbuild/darwin-x64": "0.20.2",
|
2024-12-04 09:33:05 +08:00
|
|
|
"@iconify-json/carbon": "^1.2.4",
|
|
|
|
|
"@rollup/rollup-darwin-x64": "^4.28.0",
|
|
|
|
|
"@types/node": "^20.17.9",
|
2025-08-29 09:59:34 +08:00
|
|
|
"@uni-helper/eslint-config": "^0.5.0",
|
2025-07-27 14:41:33 +08:00
|
|
|
"@uni-helper/plugin-uni": "0.1.0",
|
2025-08-29 09:59:34 +08:00
|
|
|
"@uni-helper/uni-env": "^0.1.8",
|
2025-08-03 11:46:20 +08:00
|
|
|
"@uni-helper/uni-types": "^1.0.0-alpha.6",
|
2025-05-26 22:18:53 +08:00
|
|
|
"@uni-helper/unocss-preset-uni": "^0.2.11",
|
2025-06-14 10:45:08 +08:00
|
|
|
"@uni-helper/vite-plugin-uni-components": "0.2.0",
|
2025-07-27 14:41:33 +08:00
|
|
|
"@uni-helper/vite-plugin-uni-layouts": "0.1.11",
|
2025-08-28 15:50:37 +08:00
|
|
|
"@uni-helper/vite-plugin-uni-manifest": "^0.2.8",
|
|
|
|
|
"@uni-helper/vite-plugin-uni-pages": "^0.3.8",
|
|
|
|
|
"@uni-helper/vite-plugin-uni-platform": "^0.0.5",
|
2025-05-26 21:02:48 +08:00
|
|
|
"@uni-ku/bundle-optimizer": "^1.3.3",
|
2025-08-31 18:11:52 +08:00
|
|
|
"@uni-ku/root": "^1.3.4",
|
2025-06-21 16:53:10 +08:00
|
|
|
"@unocss/eslint-plugin": "^66.2.3",
|
2025-09-11 18:16:59 +08:00
|
|
|
"@unocss/preset-legacy-compat": "66.0.0",
|
2025-09-03 10:54:01 +08:00
|
|
|
"@vue/runtime-core": "^3.4.21",
|
2023-12-21 15:50:52 +08:00
|
|
|
"@vue/tsconfig": "^0.1.3",
|
2024-12-04 09:33:05 +08:00
|
|
|
"autoprefixer": "^10.4.20",
|
2025-08-31 14:08:00 +08:00
|
|
|
"cross-env": "^10.0.0",
|
2025-08-03 11:46:20 +08:00
|
|
|
"eslint": "^9.31.0",
|
2025-06-23 11:39:29 +08:00
|
|
|
"eslint-plugin-format": "^1.0.1",
|
2025-06-03 18:44:23 +08:00
|
|
|
"husky": "^9.1.7",
|
2024-12-04 09:33:05 +08:00
|
|
|
"lint-staged": "^15.2.10",
|
2025-08-03 11:46:20 +08:00
|
|
|
"miniprogram-api-typings": "^4.1.0",
|
2025-08-21 10:27:58 +08:00
|
|
|
"openapi-ts-request": "^1.6.7",
|
2024-12-04 09:33:05 +08:00
|
|
|
"postcss": "^8.4.49",
|
2025-08-21 10:27:58 +08:00
|
|
|
"postcss-html": "^1.8.0",
|
2023-12-21 16:21:40 +08:00
|
|
|
"postcss-scss": "^4.0.9",
|
2025-08-21 10:27:58 +08:00
|
|
|
"rollup-plugin-visualizer": "^6.0.3",
|
2025-01-06 21:32:12 +08:00
|
|
|
"sass": "1.77.8",
|
2025-09-17 14:05:41 +08:00
|
|
|
"std-env": "^3.9.0",
|
2025-08-21 10:27:58 +08:00
|
|
|
"typescript": "~5.8.0",
|
2025-08-14 11:33:03 +08:00
|
|
|
"unocss": "66.0.0",
|
2025-08-21 10:27:58 +08:00
|
|
|
"unplugin-auto-import": "^20.0.0",
|
2025-06-14 10:54:05 +08:00
|
|
|
"vite": "5.2.8",
|
2025-08-21 10:27:58 +08:00
|
|
|
"vite-plugin-restart": "^1.0.0",
|
|
|
|
|
"vue-tsc": "^3.0.6"
|
2025-06-21 16:53:10 +08:00
|
|
|
},
|
|
|
|
|
"resolutions": {
|
|
|
|
|
"bin-wrapper": "npm:bin-wrapper-china"
|
|
|
|
|
},
|
|
|
|
|
"lint-staged": {
|
|
|
|
|
"*": "eslint --fix"
|
2023-12-21 15:26:15 +08:00
|
|
|
}
|
|
|
|
|
}
|