package.json 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. {
  2. "name": "unibest",
  3. "type": "module",
  4. "version": "3.17.1",
  5. "unibest-version": "3.17.1",
  6. "update-time": "2025-09-25",
  7. "packageManager": "pnpm@10.10.0",
  8. "description": "unibest - 最好的 uniapp 开发模板",
  9. "generate-time": "用户创建项目时生成",
  10. "author": {
  11. "name": "feige996",
  12. "zhName": "菲鸽",
  13. "email": "1020103647@qq.com",
  14. "github": "https://github.com/feige996",
  15. "gitee": "https://gitee.com/feige996"
  16. },
  17. "license": "MIT",
  18. "homepage": "https://unibest.tech",
  19. "repository": "https://github.com/feige996/unibest",
  20. "bugs": {
  21. "url": "https://github.com/feige996/unibest/issues",
  22. "url-old": "https://github.com/codercup/unibest/issues"
  23. },
  24. "engines": {
  25. "node": ">=20",
  26. "pnpm": ">=9"
  27. },
  28. "scripts": {
  29. "preinstall": "npx only-allow pnpm",
  30. "uvm": "npx @dcloudio/uvm@latest",
  31. "uvm-rm": "node ./scripts/postupgrade.js",
  32. "postuvm": "echo upgrade uni-app success!",
  33. "dev:app": "uni -p app",
  34. "dev:app:test": "uni -p app --mode test",
  35. "dev:app:prod": "uni -p app --mode production",
  36. "dev:app-android": "uni -p app-android",
  37. "dev:app-ios": "uni -p app-ios",
  38. "dev:custom": "uni -p",
  39. "dev": "node --experimental-loader ./scripts/window-path-loader.js node_modules/@dcloudio/vite-plugin-uni/bin/uni.js",
  40. "dev:test": "uni --mode test",
  41. "dev:prod": "uni --mode production",
  42. "dev:h5": "uni",
  43. "dev:h5:test": "uni --mode test",
  44. "dev:h5:prod": "uni --mode production",
  45. "dev:h5:ssr": "uni --ssr",
  46. "dev:mp": "uni -p mp-weixin",
  47. "dev:mp:test": "uni -p mp-weixin --mode test",
  48. "dev:mp:prod": "uni -p mp-weixin --mode production",
  49. "dev:mp-alipay": "uni -p mp-alipay",
  50. "dev:mp-baidu": "uni -p mp-baidu",
  51. "dev:mp-jd": "uni -p mp-jd",
  52. "dev:mp-kuaishou": "uni -p mp-kuaishou",
  53. "dev:mp-lark": "uni -p mp-lark",
  54. "dev:mp-qq": "uni -p mp-qq",
  55. "dev:mp-toutiao": "uni -p mp-toutiao",
  56. "dev:mp-weixin": "uni -p mp-weixin",
  57. "dev:mp-xhs": "uni -p mp-xhs",
  58. "dev:quickapp-webview": "uni -p quickapp-webview",
  59. "dev:quickapp-webview-huawei": "uni -p quickapp-webview-huawei",
  60. "dev:quickapp-webview-union": "uni -p quickapp-webview-union",
  61. "build:app": "uni build -p app",
  62. "build:app:test": "uni build -p app --mode test",
  63. "build:app:prod": "uni build -p app --mode production",
  64. "build:app-android": "uni build -p app-android",
  65. "build:app-ios": "uni build -p app-ios",
  66. "build:custom": "uni build -p",
  67. "build:h5": "uni build",
  68. "build:h5:test": "uni build --mode test",
  69. "build:h5:prod": "uni build --mode production",
  70. "build": "uni build",
  71. "build:test": "uni build --mode test",
  72. "build:prod": "uni build --mode production",
  73. "build:h5:ssr": "uni build --ssr",
  74. "build:mp-alipay": "uni build -p mp-alipay",
  75. "build:mp": "uni build -p mp-weixin",
  76. "build:mp:test": "uni build -p mp-weixin --mode test",
  77. "build:mp:prod": "uni build -p mp-weixin --mode production",
  78. "build:mp-baidu": "uni build -p mp-baidu",
  79. "build:mp-jd": "uni build -p mp-jd",
  80. "build:mp-kuaishou": "uni build -p mp-kuaishou",
  81. "build:mp-lark": "uni build -p mp-lark",
  82. "build:mp-qq": "uni build -p mp-qq",
  83. "build:mp-toutiao": "uni build -p mp-toutiao",
  84. "build:mp-weixin": "uni build -p mp-weixin",
  85. "build:mp-xhs": "uni build -p mp-xhs",
  86. "build:quickapp-webview": "uni build -p quickapp-webview",
  87. "build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
  88. "build:quickapp-webview-union": "uni build -p quickapp-webview-union",
  89. "type-check": "vue-tsc --noEmit",
  90. "openapi": "openapi-ts",
  91. "prepare": "git init && husky && node ./scripts/create-base-files.js",
  92. "docker:prepare": "node ./scripts/create-base-files.js",
  93. "lint": "eslint",
  94. "lint:fix": "eslint --fix"
  95. },
  96. "dependencies": {
  97. "@alova/adapter-uniapp": "^2.0.14",
  98. "@alova/shared": "^1.3.1",
  99. "@dcloudio/uni-app": "3.0.0-4070620250821001",
  100. "@dcloudio/uni-app-harmony": "3.0.0-4070620250821001",
  101. "@dcloudio/uni-app-plus": "3.0.0-4070620250821001",
  102. "@dcloudio/uni-components": "3.0.0-4070620250821001",
  103. "@dcloudio/uni-h5": "3.0.0-4070620250821001",
  104. "@dcloudio/uni-mp-alipay": "3.0.0-4070620250821001",
  105. "@dcloudio/uni-mp-baidu": "3.0.0-4070620250821001",
  106. "@dcloudio/uni-mp-harmony": "3.0.0-4070620250821001",
  107. "@dcloudio/uni-mp-jd": "3.0.0-4070620250821001",
  108. "@dcloudio/uni-mp-kuaishou": "3.0.0-4070620250821001",
  109. "@dcloudio/uni-mp-lark": "3.0.0-4070620250821001",
  110. "@dcloudio/uni-mp-qq": "3.0.0-4070620250821001",
  111. "@dcloudio/uni-mp-toutiao": "3.0.0-4070620250821001",
  112. "@dcloudio/uni-mp-weixin": "3.0.0-4070620250821001",
  113. "@dcloudio/uni-mp-xhs": "3.0.0-4070620250821001",
  114. "@dcloudio/uni-quickapp-webview": "3.0.0-4070620250821001",
  115. "abortcontroller-polyfill": "^1.7.8",
  116. "alova": "^3.3.3",
  117. "dayjs": "1.11.10",
  118. "js-cookie": "^3.0.5",
  119. "pinia": "2.0.36",
  120. "pinia-plugin-persistedstate": "3.2.1",
  121. "vue": "^3.4.21",
  122. "wot-design-uni": "^1.12.4",
  123. "z-paging": "2.8.7"
  124. },
  125. "devDependencies": {
  126. "@commitlint/cli": "^19.8.1",
  127. "@commitlint/config-conventional": "^19.8.1",
  128. "@dcloudio/types": "^3.4.8",
  129. "@dcloudio/uni-automator": "3.0.0-4070620250821001",
  130. "@dcloudio/uni-cli-shared": "3.0.0-4070620250821001",
  131. "@dcloudio/uni-stacktracey": "3.0.0-4070620250821001",
  132. "@dcloudio/vite-plugin-uni": "3.0.0-4070620250821001",
  133. "@esbuild/darwin-arm64": "0.20.2",
  134. "@esbuild/darwin-x64": "0.20.2",
  135. "@iconify-json/carbon": "^1.2.4",
  136. "@rollup/rollup-darwin-x64": "^4.28.0",
  137. "@types/node": "^20.17.9",
  138. "@uni-helper/eslint-config": "^0.5.0",
  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.3",
  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.15",
  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. "@unocss/eslint-plugin": "^66.2.3",
  151. "@unocss/preset-legacy-compat": "66.0.0",
  152. "@vue/runtime-core": "^3.4.21",
  153. "@vue/tsconfig": "^0.1.3",
  154. "autoprefixer": "^10.4.20",
  155. "cross-env": "^10.0.0",
  156. "eslint": "^9.31.0",
  157. "eslint-plugin-format": "^1.0.1",
  158. "husky": "^9.1.7",
  159. "lint-staged": "^15.2.10",
  160. "miniprogram-api-typings": "^4.1.0",
  161. "openapi-ts-request": "^1.6.7",
  162. "postcss": "^8.4.49",
  163. "postcss-html": "^1.8.0",
  164. "postcss-scss": "^4.0.9",
  165. "rollup-plugin-visualizer": "^6.0.3",
  166. "sass": "1.77.8",
  167. "std-env": "^3.9.0",
  168. "typescript": "~5.8.0",
  169. "unocss": "66.0.0",
  170. "unplugin-auto-import": "^20.0.0",
  171. "vite": "5.2.8",
  172. "vite-plugin-restart": "^1.0.0",
  173. "vue-tsc": "^3.0.6"
  174. },
  175. "resolutions": {
  176. "bin-wrapper": "npm:bin-wrapper-china"
  177. },
  178. "lint-staged": {
  179. "*": "eslint --fix"
  180. }
  181. }