2026-05-07 19:39:41 +08:00
|
|
|
{
|
|
|
|
|
"name": "@xuqm/rn-xwebview",
|
2026-05-08 10:01:35 +08:00
|
|
|
"version": "0.2.1",
|
2026-05-07 19:39:41 +08:00
|
|
|
"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",
|
2026-05-14 16:53:22 +08:00
|
|
|
"react-native-safe-area-context": "^5.4.0",
|
|
|
|
|
"@react-navigation/native": "^7.0.0",
|
2026-05-07 19:39:41 +08:00
|
|
|
"typescript": "^5.9.3"
|
|
|
|
|
}
|
|
|
|
|
}
|