2026-04-21 22:07:29 +08:00
|
|
|
{
|
|
|
|
|
"name": "@xuqm/rn-sdk",
|
2026-06-15 01:44:20 +08:00
|
|
|
"version": "0.3.0",
|
2026-04-24 16:16:31 +08:00
|
|
|
"description": "XuqmGroup React Native SDK — meta-package (IM, Push, Update, Common)",
|
2026-04-28 10:31:50 +08:00
|
|
|
"license": "UNLICENSED",
|
2026-04-21 22:07:29 +08:00
|
|
|
"main": "src/index.ts",
|
2026-04-24 10:42:11 +08:00
|
|
|
"react-native": "src/index.ts",
|
2026-04-21 22:07:29 +08:00
|
|
|
"types": "src/index.ts",
|
2026-04-28 16:08:07 +08:00
|
|
|
"private": true,
|
2026-06-15 01:44:20 +08:00
|
|
|
"files": [
|
|
|
|
|
"src"
|
|
|
|
|
],
|
|
|
|
|
"workspaces": [
|
|
|
|
|
"packages/*"
|
|
|
|
|
],
|
2026-04-21 22:07:29 +08:00
|
|
|
"publishConfig": {
|
|
|
|
|
"registry": "https://nexus.xuqinmin.com/repository/npm-hosted/"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"typecheck": "tsc --noEmit",
|
2026-04-24 16:16:31 +08:00
|
|
|
"typecheck:all": "yarn workspaces run typecheck"
|
2026-04-21 22:07:29 +08:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2026-06-15 02:36:11 +08:00
|
|
|
"@react-native-async-storage/async-storage": ">=1.21.0",
|
2026-04-21 22:07:29 +08:00
|
|
|
"react": ">=18.0.0",
|
2026-06-15 02:36:11 +08:00
|
|
|
"react-native": ">=0.76.0"
|
2026-04-21 22:07:29 +08:00
|
|
|
},
|
2026-04-29 17:35:52 +08:00
|
|
|
"dependencies": {
|
|
|
|
|
"@xuqm/rn-common": ">=0.2.0",
|
|
|
|
|
"@xuqm/rn-im": ">=0.2.0",
|
2026-06-15 02:36:11 +08:00
|
|
|
"@xuqm/rn-license": ">=0.2.0",
|
2026-04-29 17:35:52 +08:00
|
|
|
"@xuqm/rn-push": ">=0.2.0",
|
2026-05-07 19:39:41 +08:00
|
|
|
"@xuqm/rn-update": ">=0.2.0",
|
2026-05-16 02:25:38 +08:00
|
|
|
"@xuqm/rn-xwebview": ">=0.2.0",
|
2026-06-15 02:36:11 +08:00
|
|
|
"react-native-qrcode-svg": "^6.3.21"
|
2026-04-29 17:35:52 +08:00
|
|
|
},
|
2026-04-21 22:07:29 +08:00
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/react": "^19.0.0",
|
2026-06-15 02:36:11 +08:00
|
|
|
"@types/react-native": "^0.73.0",
|
2026-06-16 12:10:28 +08:00
|
|
|
"axios": "^1.18.0",
|
|
|
|
|
"typescript": "^5.9.3",
|
|
|
|
|
"zod": "3.23.8"
|
2026-04-24 16:16:31 +08:00
|
|
|
}
|
2026-04-21 22:07:29 +08:00
|
|
|
}
|