package.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "name": "BandhuBuy",
  3. "type": "commonjs",
  4. "version": "3.2.0",
  5. "packageManager": "pnpm@10.10.0",
  6. "description": "BandhuBuy - APP",
  7. "update-time": "2026-01-08",
  8. "engines": {
  9. "node": ">=18",
  10. "pnpm": ">=7.30"
  11. },
  12. "scripts": {
  13. "preinstall": "npx only-allow pnpm",
  14. "uvm": "npx @dcloudio/uvm@latest",
  15. "uvm-rm": "node ./scripts/postupgrade.js",
  16. "postuvm": "echo upgrade uni-app success!",
  17. "dev:app": "uni -p app",
  18. "dev:app-android": "uni -p app-android",
  19. "dev:app-ios": "uni -p app-ios",
  20. "dev:custom": "uni -p",
  21. "dev": "uni",
  22. "dev:h5": "uni",
  23. "dev:h5:ssr": "uni --ssr",
  24. "dev:mp": "uni -p mp-weixin",
  25. "dev:mp-alipay": "uni -p mp-alipay",
  26. "dev:mp-baidu": "uni -p mp-baidu",
  27. "dev:mp-jd": "uni -p mp-jd",
  28. "dev:mp-kuaishou": "uni -p mp-kuaishou",
  29. "dev:mp-lark": "uni -p mp-lark",
  30. "dev:mp-qq": "uni -p mp-qq",
  31. "dev:mp-toutiao": "uni -p mp-toutiao",
  32. "dev:mp-weixin": "uni -p mp-weixin",
  33. "dev:mp-xhs": "uni -p mp-xhs",
  34. "dev:quickapp-webview": "uni -p quickapp-webview",
  35. "dev:quickapp-webview-huawei": "uni -p quickapp-webview-huawei",
  36. "dev:quickapp-webview-union": "uni -p quickapp-webview-union",
  37. "build:app": "uni build -p app",
  38. "build:app-android": "uni build -p app-android",
  39. "build:app-ios": "uni build -p app-ios",
  40. "build:custom": "uni build -p",
  41. "build:h5": "uni build",
  42. "build": "uni build",
  43. "build:h5:ssr": "uni build --ssr",
  44. "build:mp-alipay": "uni build -p mp-alipay",
  45. "build:mp": "uni build -p mp-weixin",
  46. "build:mp-baidu": "uni build -p mp-baidu",
  47. "build:mp-jd": "uni build -p mp-jd",
  48. "build:mp-kuaishou": "uni build -p mp-kuaishou",
  49. "build:mp-lark": "uni build -p mp-lark",
  50. "build:mp-qq": "uni build -p mp-qq",
  51. "build:mp-toutiao": "uni build -p mp-toutiao",
  52. "build:mp-weixin": "uni build -p mp-weixin",
  53. "build:mp-xhs": "uni build -p mp-xhs",
  54. "build:quickapp-webview": "uni build -p quickapp-webview",
  55. "build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
  56. "build:quickapp-webview-union": "uni build -p quickapp-webview-union",
  57. "type-check": "vue-tsc --noEmit",
  58. "openapi-ts-request": "openapi-ts",
  59. "prepare": "git init && husky",
  60. "lint": "eslint",
  61. "lint:fix": "eslint --fix"
  62. },
  63. "dependencies": {
  64. "@alova/adapter-uniapp": "^2.0.14",
  65. "@alova/shared": "^1.3.1",
  66. "@dcloudio/uni-app": "3.0.0-4060620250520001",
  67. "@dcloudio/uni-app-harmony": "3.0.0-4060620250520001",
  68. "@dcloudio/uni-app-plus": "3.0.0-4060620250520001",
  69. "@dcloudio/uni-components": "3.0.0-4060620250520001",
  70. "@dcloudio/uni-h5": "3.0.0-4060620250520001",
  71. "@dcloudio/uni-mp-alipay": "3.0.0-4060620250520001",
  72. "@dcloudio/uni-mp-baidu": "3.0.0-4060620250520001",
  73. "@dcloudio/uni-mp-harmony": "3.0.0-4060620250520001",
  74. "@dcloudio/uni-mp-jd": "3.0.0-4060620250520001",
  75. "@dcloudio/uni-mp-kuaishou": "3.0.0-4060620250520001",
  76. "@dcloudio/uni-mp-lark": "3.0.0-4060620250520001",
  77. "@dcloudio/uni-mp-qq": "3.0.0-4060620250520001",
  78. "@dcloudio/uni-mp-toutiao": "3.0.0-4060620250520001",
  79. "@dcloudio/uni-mp-weixin": "3.0.0-4060620250520001",
  80. "@dcloudio/uni-mp-xhs": "3.0.0-4060620250520001",
  81. "@dcloudio/uni-quickapp-webview": "3.0.0-4060620250520001",
  82. "@tanstack/vue-query": "^5.62.16",
  83. "abortcontroller-polyfill": "^1.7.8",
  84. "alova": "^3.3.3",
  85. "dayjs": "1.11.10",
  86. "js-cookie": "^3.0.5",
  87. "pinia": "2.0.36",
  88. "pinia-plugin-persistedstate": "3.2.1",
  89. "tki-qrcode": "^0.1.6",
  90. "vue": "^3.4.21",
  91. "vue-i18n": "^9.1.9",
  92. "wot-design-uni": "^1.10.0",
  93. "z-paging": "2.8.7"
  94. },
  95. "devDependencies": {
  96. "@antfu/eslint-config": "^4.15.0",
  97. "@commitlint/cli": "^19.8.1",
  98. "@commitlint/config-conventional": "^19.8.1",
  99. "@dcloudio/types": "^3.4.8",
  100. "@dcloudio/uni-automator": "3.0.0-4060620250520001",
  101. "@dcloudio/uni-cli-shared": "3.0.0-4060620250520001",
  102. "@dcloudio/uni-stacktracey": "3.0.0-4060620250520001",
  103. "@dcloudio/uni-uts-v1": "3.0.0-4060620250520001",
  104. "@dcloudio/vite-plugin-uni": "3.0.0-4060620250520001",
  105. "@esbuild/darwin-arm64": "0.20.2",
  106. "@esbuild/darwin-x64": "0.20.2",
  107. "@iconify-json/carbon": "^1.2.4",
  108. "@rollup/rollup-darwin-x64": "^4.28.0",
  109. "@types/node": "^20.17.9",
  110. "@types/wechat-miniprogram": "^3.4.8",
  111. "@uni-helper/eslint-config": "^0.4.0",
  112. "@uni-helper/uni-types": "1.0.0-alpha.3",
  113. "@uni-helper/unocss-preset-uni": "^0.2.11",
  114. "@uni-helper/vite-plugin-uni-components": "0.2.0",
  115. "@uni-helper/vite-plugin-uni-layouts": "0.1.10",
  116. "@uni-helper/vite-plugin-uni-manifest": "0.2.8",
  117. "@uni-helper/vite-plugin-uni-pages": "0.2.28",
  118. "@uni-helper/vite-plugin-uni-platform": "0.0.4",
  119. "@uni-ku/bundle-optimizer": "^1.3.3",
  120. "@unocss/eslint-plugin": "^66.2.3",
  121. "@unocss/preset-legacy-compat": "^0.59.4",
  122. "@vue/runtime-core": "^3.4.21",
  123. "@vue/tsconfig": "^0.1.3",
  124. "autoprefixer": "^10.4.20",
  125. "eslint": "^9.29.0",
  126. "eslint-plugin-format": "^1.0.1",
  127. "husky": "^9.1.7",
  128. "lint-staged": "^15.2.10",
  129. "openapi-ts-request": "^1.1.2",
  130. "postcss": "^8.4.49",
  131. "postcss-html": "^1.7.0",
  132. "postcss-scss": "^4.0.9",
  133. "rollup-plugin-visualizer": "^5.12.0",
  134. "sass": "1.77.8",
  135. "terser": "^5.36.0",
  136. "typescript": "^5.7.2",
  137. "unocss": "65.4.2",
  138. "unplugin-auto-import": "^0.17.8",
  139. "vite": "5.2.8",
  140. "vite-plugin-restart": "^0.4.2",
  141. "vue-tsc": "^2.2.10"
  142. },
  143. "resolutions": {
  144. "bin-wrapper": "npm:bin-wrapper-china"
  145. },
  146. "lint-staged": {
  147. "*": "eslint --fix"
  148. }
  149. }