2023-12-21 15:26:15 +08:00
|
|
|
{
|
2024-01-22 14:21:17 +08:00
|
|
|
"name": "unibest",
|
2023-12-21 15:33:50 +08:00
|
|
|
"type": "commonjs",
|
2025-05-27 20:57:58 +08:00
|
|
|
"version": "2.9.3",
|
2024-03-04 08:49:26 +08:00
|
|
|
"description": "unibest - 最好的 uniapp 开发模板",
|
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",
|
2024-11-10 22:14:57 +08:00
|
|
|
"repository": "https://github.com/feige996/unibest",
|
|
|
|
"repository-gitee": "https://gitee.com/feige996/unibest",
|
2024-12-02 20:58:43 +08:00
|
|
|
"repository-deprecated": "https://github.com/codercup/unibest",
|
2024-02-20 20:14:31 +08:00
|
|
|
"bugs": {
|
2024-11-10 22:14:57 +08:00
|
|
|
"url": "https://github.com/feige996/unibest/issues"
|
2024-02-20 20:14:31 +08:00
|
|
|
},
|
2024-11-10 22:14:57 +08:00
|
|
|
"homepage": "https://feige996.github.io/unibest/",
|
2024-01-24 11:11:56 +08:00
|
|
|
"engines": {
|
2024-03-01 09:46:41 +08:00
|
|
|
"node": ">=18",
|
2024-01-24 11:11:56 +08:00
|
|
|
"pnpm": ">=7.30"
|
|
|
|
},
|
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",
|
|
|
|
"dev:app-android": "uni -p app-android",
|
|
|
|
"dev:app-ios": "uni -p app-ios",
|
|
|
|
"dev:custom": "uni -p",
|
2024-02-24 17:55:43 +08:00
|
|
|
"dev": "uni",
|
2023-12-21 15:26:15 +08:00
|
|
|
"dev:h5": "uni",
|
|
|
|
"dev:h5:ssr": "uni --ssr",
|
2024-03-13 19:02:21 +08:00
|
|
|
"dev:mp": "uni -p mp-weixin",
|
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",
|
|
|
|
"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",
|
2024-03-13 19:02:21 +08:00
|
|
|
"build": "uni build",
|
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",
|
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-01-09 15:29:27 +08:00
|
|
|
"openapi-ts-request": "openapi-ts"
|
2023-12-21 15:26:15 +08:00
|
|
|
},
|
2023-12-21 16:40:43 +08:00
|
|
|
"lint-staged": {
|
|
|
|
"**/*.{html,vue,ts,cjs,json,md}": [
|
|
|
|
"prettier --write"
|
|
|
|
],
|
2025-05-20 20:26:21 +08:00
|
|
|
"**/*.{vue,js,ts,jsx,tsx,vue,css,scss,html}": [
|
|
|
|
"oxlint --fix"
|
2023-12-21 16:40:43 +08:00
|
|
|
]
|
|
|
|
},
|
2024-02-19 16:09:28 +08:00
|
|
|
"resolutions": {
|
|
|
|
"bin-wrapper": "npm:bin-wrapper-china"
|
|
|
|
},
|
2023-12-21 15:26:15 +08:00
|
|
|
"dependencies": {
|
2025-05-26 20:51:59 +08:00
|
|
|
"@dcloudio/uni-app": "3.0.0-4060620250520001",
|
|
|
|
"@dcloudio/uni-app-harmony": "3.0.0-4060620250520001",
|
|
|
|
"@dcloudio/uni-app-plus": "3.0.0-4060620250520001",
|
|
|
|
"@dcloudio/uni-components": "3.0.0-4060620250520001",
|
|
|
|
"@dcloudio/uni-h5": "3.0.0-4060620250520001",
|
|
|
|
"@dcloudio/uni-mp-alipay": "3.0.0-4060620250520001",
|
|
|
|
"@dcloudio/uni-mp-baidu": "3.0.0-4060620250520001",
|
|
|
|
"@dcloudio/uni-mp-harmony": "3.0.0-4060620250520001",
|
|
|
|
"@dcloudio/uni-mp-jd": "3.0.0-4060620250520001",
|
|
|
|
"@dcloudio/uni-mp-kuaishou": "3.0.0-4060620250520001",
|
|
|
|
"@dcloudio/uni-mp-lark": "3.0.0-4060620250520001",
|
|
|
|
"@dcloudio/uni-mp-qq": "3.0.0-4060620250520001",
|
|
|
|
"@dcloudio/uni-mp-toutiao": "3.0.0-4060620250520001",
|
|
|
|
"@dcloudio/uni-mp-weixin": "3.0.0-4060620250520001",
|
|
|
|
"@dcloudio/uni-mp-xhs": "3.0.0-4060620250520001",
|
|
|
|
"@dcloudio/uni-quickapp-webview": "3.0.0-4060620250520001",
|
2025-01-09 15:29:27 +08:00
|
|
|
"@tanstack/vue-query": "^5.62.16",
|
|
|
|
"abortcontroller-polyfill": "^1.7.8",
|
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",
|
2024-01-20 15:30:04 +08:00
|
|
|
"pinia": "2.0.36",
|
|
|
|
"pinia-plugin-persistedstate": "3.2.1",
|
2024-05-03 20:00:34 +08:00
|
|
|
"qs": "6.5.3",
|
2025-05-26 20:48:17 +08:00
|
|
|
"vue": "^3.5.15",
|
2025-05-27 17:05:21 +08:00
|
|
|
"wot-design-uni": "^1.9.1",
|
2024-12-04 09:33:05 +08:00
|
|
|
"z-paging": "^2.8.4"
|
2023-12-21 15:26:15 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-05-26 20:51:59 +08:00
|
|
|
"@dcloudio/types": "^3.4.8",
|
|
|
|
"@dcloudio/uni-automator": "3.0.0-4060620250520001",
|
|
|
|
"@dcloudio/uni-cli-shared": "3.0.0-4060620250520001",
|
|
|
|
"@dcloudio/uni-stacktracey": "3.0.0-4060620250520001",
|
|
|
|
"@dcloudio/vite-plugin-uni": "3.0.0-4060620250520001",
|
2024-05-16 14:18:19 +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",
|
|
|
|
"@types/wechat-miniprogram": "^3.4.8",
|
2024-09-09 14:34:02 +08:00
|
|
|
"@uni-helper/uni-types": "1.0.0-alpha.3",
|
2025-05-26 22:18:53 +08:00
|
|
|
"@uni-helper/unocss-preset-uni": "^0.2.11",
|
2025-05-26 19:56:53 +08:00
|
|
|
"@uni-helper/vite-plugin-uni-components": "^0.2.0",
|
2024-06-17 17:07:37 +08:00
|
|
|
"@uni-helper/vite-plugin-uni-layouts": "^0.1.10",
|
2025-05-19 15:47:09 +08:00
|
|
|
"@uni-helper/vite-plugin-uni-manifest": "^0.2.8",
|
2024-06-03 12:32:12 +08:00
|
|
|
"@uni-helper/vite-plugin-uni-pages": "0.2.20",
|
2024-01-04 14:35:01 +08:00
|
|
|
"@uni-helper/vite-plugin-uni-platform": "^0.0.4",
|
2025-05-26 21:02:48 +08:00
|
|
|
"@uni-ku/bundle-optimizer": "^1.3.3",
|
2024-06-17 17:07:37 +08:00
|
|
|
"@unocss/preset-legacy-compat": "^0.59.4",
|
2025-05-26 20:51:59 +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",
|
|
|
|
"lint-staged": "^15.2.10",
|
2025-01-14 21:45:01 +08:00
|
|
|
"openapi-ts-request": "^1.1.2",
|
2025-05-20 20:26:21 +08:00
|
|
|
"oxlint": "^0.1.0",
|
2024-12-04 09:33:05 +08:00
|
|
|
"postcss": "^8.4.49",
|
2024-06-17 17:07:37 +08:00
|
|
|
"postcss-html": "^1.7.0",
|
2023-12-21 16:21:40 +08:00
|
|
|
"postcss-scss": "^4.0.9",
|
2024-06-17 17:07:37 +08:00
|
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
2025-01-06 21:32:12 +08:00
|
|
|
"sass": "1.77.8",
|
2024-12-04 09:33:05 +08:00
|
|
|
"terser": "^5.36.0",
|
|
|
|
"typescript": "^5.7.2",
|
2025-05-26 22:18:53 +08:00
|
|
|
"unocss": "^66.0.0",
|
2024-12-04 09:33:05 +08:00
|
|
|
"unplugin-auto-import": "^0.17.8",
|
2025-05-27 20:57:41 +08:00
|
|
|
"vite": "6.3.5",
|
2024-12-04 09:33:05 +08:00
|
|
|
"vite-plugin-restart": "^0.4.2",
|
2024-06-17 17:07:37 +08:00
|
|
|
"vue-tsc": "^1.8.27"
|
2023-12-21 15:26:15 +08:00
|
|
|
}
|
|
|
|
}
|