package.json 6.6 KB

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