XuqmGroup-RNSDK/packages/xwebview/package.json
2026-05-07 19:39:41 +08:00

33 行
837 B
JSON

{
"name": "@xuqm/rn-xwebview",
"version": "0.2.0",
"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",
"typescript": "^5.9.3"
}
}