package.json 6.7 KB

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