package.json 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. {
  2. "name": "coupon_manager_mp_app",
  3. "type": "module",
  4. "version": "1.0.0",
  5. "unibest-version": "4.1.0",
  6. "unibest-update-time": "2025-11-07",
  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. "predev": "pnpm init-baseFiles",
  40. "dev": "uni",
  41. "dev:test": "uni --mode test",
  42. "dev:prod": "uni --mode production",
  43. "dev:h5": "uni",
  44. "dev:h5:test": "uni --mode test",
  45. "dev:h5:prod": "uni --mode production",
  46. "dev:h5:ssr": "uni --ssr",
  47. "dev:mp": "uni -p mp-weixin",
  48. "dev:mp:test": "uni -p mp-weixin --mode test",
  49. "dev:mp:prod": "uni -p mp-weixin --mode production",
  50. "dev:mp-alipay": "uni -p mp-alipay",
  51. "dev:mp-baidu": "uni -p mp-baidu",
  52. "dev:mp-jd": "uni -p mp-jd",
  53. "dev:mp-kuaishou": "uni -p mp-kuaishou",
  54. "dev:mp-lark": "uni -p mp-lark",
  55. "dev:mp-qq": "uni -p mp-qq",
  56. "dev:mp-toutiao": "uni -p mp-toutiao",
  57. "dev:mp-weixin": "uni -p mp-weixin",
  58. "dev:mp-xhs": "uni -p mp-xhs",
  59. "dev:quickapp-webview": "uni -p quickapp-webview",
  60. "dev:quickapp-webview-huawei": "uni -p quickapp-webview-huawei",
  61. "dev:quickapp-webview-union": "uni -p quickapp-webview-union",
  62. "build:app": "uni build -p app",
  63. "build:app:test": "uni build -p app --mode test",
  64. "build:app:prod": "uni build -p app --mode production",
  65. "build:app-android": "uni build -p app-android",
  66. "build:app-ios": "uni build -p app-ios",
  67. "build:custom": "uni build -p",
  68. "build:h5": "uni build",
  69. "build:h5:test": "uni build --mode test",
  70. "build:h5:prod": "uni build --mode production",
  71. "build": "uni build",
  72. "build:test": "uni build --mode test",
  73. "build:prod": "uni build --mode production",
  74. "build:h5:ssr": "uni build --ssr",
  75. "build:mp-alipay": "uni build -p mp-alipay",
  76. "build:mp": "uni build -p mp-weixin",
  77. "build:mp:test": "uni build -p mp-weixin --mode test",
  78. "build:mp:prod": "uni build -p mp-weixin --mode production",
  79. "build:mp-baidu": "uni build -p mp-baidu",
  80. "build:mp-jd": "uni build -p mp-jd",
  81. "build:mp-kuaishou": "uni build -p mp-kuaishou",
  82. "build:mp-lark": "uni build -p mp-lark",
  83. "build:mp-qq": "uni build -p mp-qq",
  84. "build:mp-toutiao": "uni build -p mp-toutiao",
  85. "build:mp-weixin": "uni build -p mp-weixin",
  86. "build:mp-xhs": "uni build -p mp-xhs",
  87. "build:quickapp-webview": "uni build -p quickapp-webview",
  88. "build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
  89. "build:quickapp-webview-union": "uni build -p quickapp-webview-union",
  90. "type-check": "vue-tsc --noEmit",
  91. "openapi": "openapi-ts",
  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. "@alova/adapter-uniapp": "^2.0.14",
  101. "@alova/shared": "^1.3.1",
  102. "@dcloudio/uni-app": "3.0.0-4070620250821001",
  103. "@dcloudio/uni-app-harmony": "3.0.0-4070620250821001",
  104. "@dcloudio/uni-app-plus": "3.0.0-4070620250821001",
  105. "@dcloudio/uni-components": "3.0.0-4070620250821001",
  106. "@dcloudio/uni-h5": "3.0.0-4070620250821001",
  107. "@dcloudio/uni-mp-alipay": "3.0.0-4070620250821001",
  108. "@dcloudio/uni-mp-baidu": "3.0.0-4070620250821001",
  109. "@dcloudio/uni-mp-harmony": "3.0.0-4070620250821001",
  110. "@dcloudio/uni-mp-jd": "3.0.0-4070620250821001",
  111. "@dcloudio/uni-mp-kuaishou": "3.0.0-4070620250821001",
  112. "@dcloudio/uni-mp-lark": "3.0.0-4070620250821001",
  113. "@dcloudio/uni-mp-qq": "3.0.0-4070620250821001",
  114. "@dcloudio/uni-mp-toutiao": "3.0.0-4070620250821001",
  115. "@dcloudio/uni-mp-weixin": "3.0.0-4070620250821001",
  116. "@dcloudio/uni-mp-xhs": "3.0.0-4070620250821001",
  117. "@dcloudio/uni-quickapp-webview": "3.0.0-4070620250821001",
  118. "abortcontroller-polyfill": "^1.7.8",
  119. "alova": "^3.3.3",
  120. "clipboard": "^2.0.11",
  121. "dayjs": "1.11.10",
  122. "js-cookie": "^3.0.5",
  123. "pinia": "2.0.36",
  124. "pinia-plugin-persistedstate": "3.2.1",
  125. "uview-plus": "^3.6.17",
  126. "vue": "^3.4.21",
  127. "vue-i18n": "9.1.9",
  128. "vue-router": "4.5.1",
  129. "z-paging": "2.8.7"
  130. },
  131. "devDependencies": {
  132. "@commitlint/cli": "^19.8.1",
  133. "@commitlint/config-conventional": "^19.8.1",
  134. "@dcloudio/types": "^3.4.8",
  135. "@dcloudio/uni-automator": "3.0.0-4070620250821001",
  136. "@dcloudio/uni-cli-shared": "3.0.0-4070620250821001",
  137. "@dcloudio/uni-stacktracey": "3.0.0-4070620250821001",
  138. "@dcloudio/vite-plugin-uni": "3.0.0-4070620250821001",
  139. "@esbuild/darwin-arm64": "0.20.2",
  140. "@esbuild/darwin-x64": "0.20.2",
  141. "@iconify-json/carbon": "^1.2.4",
  142. "@iconify/utils": "^3.0.2",
  143. "@rollup/rollup-darwin-x64": "^4.28.0",
  144. "@ttou/uv-typings": "^1.11.0",
  145. "@types/node": "^20.17.9",
  146. "@uni-helper/eslint-config": "0.5.0",
  147. "@uni-helper/plugin-uni": "0.1.0",
  148. "@uni-helper/uni-env": "0.1.8",
  149. "@uni-helper/uni-types": "1.0.0-alpha.6",
  150. "@uni-helper/unocss-preset-uni": "0.2.11",
  151. "@uni-helper/vite-plugin-uni-components": "0.2.3",
  152. "@uni-helper/vite-plugin-uni-layouts": "0.1.11",
  153. "@uni-helper/vite-plugin-uni-manifest": "0.2.8",
  154. "@uni-helper/vite-plugin-uni-pages": "0.3.19",
  155. "@uni-helper/vite-plugin-uni-platform": "0.0.5",
  156. "@uni-ku/bundle-optimizer": "v1.3.15-beta.2",
  157. "@uni-ku/root": "1.4.1",
  158. "@unocss/eslint-plugin": "^66.2.3",
  159. "@unocss/preset-legacy-compat": "66.0.0",
  160. "@vue/runtime-core": "^3.4.21",
  161. "@vue/tsconfig": "^0.1.3",
  162. "autoprefixer": "^10.4.20",
  163. "cross-env": "^10.0.0",
  164. "eslint": "^9.31.0",
  165. "eslint-plugin-format": "^1.0.1",
  166. "husky": "^9.1.7",
  167. "lint-staged": "^15.2.10",
  168. "miniprogram-api-typings": "^4.1.0",
  169. "openapi-ts-request": "^1.10.0",
  170. "postcss": "^8.4.49",
  171. "postcss-html": "^1.8.0",
  172. "postcss-scss": "^4.0.9",
  173. "rollup-plugin-visualizer": "^6.0.3",
  174. "sass": "1.63.2",
  175. "std-env": "^3.9.0",
  176. "typescript": "~5.8.0",
  177. "unocss": "66.0.0",
  178. "unplugin-auto-import": "^20.0.0",
  179. "vite": "5.2.8",
  180. "vite-plugin-restart": "^1.0.0",
  181. "vue-tsc": "^3.0.6"
  182. },
  183. "pnpm": {
  184. "overrides": {
  185. "unconfig": "7.3.2"
  186. }
  187. },
  188. "overrides": {
  189. "unconfig": "7.3.2"
  190. },
  191. "resolutions": {
  192. "bin-wrapper": "npm:bin-wrapper-china",
  193. "unconfig": "7.3.2"
  194. },
  195. "lint-staged": {
  196. "*": "eslint --fix"
  197. }
  198. }