package.json 7.0 KB

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