XuqmGroup-RNSDK/packages/xwebview/package.json
XuqmGroup bb4cd9ac29 fix: add missing @react-native-async-storage/async-storage devDependency to xwebview
修复 Jenkins 构建失败:xwebview 类型检查通过 paths 解析 common 包源码时,
缺少 @react-native-async-storage/async-storage 依赖导致 TS2307 错误

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 17:34:59 +08:00

36 行
987 B
JSON

{
"name": "@xuqm/rn-xwebview",
"version": "0.2.1",
"description": "XuqmGroup RN SDK — XWebView module",
"license": "UNLICENSED",
"main": "src/index.ts",
"react-native": "src/index.ts",
"types": "src/index.ts",
"private": false,
"publishConfig": {
"registry": "https://nexus.xuqinmin.com/repository/npm-hosted/"
},
"scripts": {
"typecheck": "tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"@xuqm/rn-common": ">=0.2.2",
"react-native-blob-util": "^0.24.7",
"react-native-svg": "^15.15.4",
"react-native-webview": "^13.16.1"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.76.0",
"@react-navigation/native": ">=7.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-native": "^0.73.0",
"react-native-safe-area-context": "^5.4.0",
"@react-navigation/native": "^7.0.0",
"@react-native-async-storage/async-storage": "^1.21.0",
"typescript": "^5.9.3"
}
}