2026-04-21 22:07:29 +08:00
|
|
|
{
|
|
|
|
|
"name": "@xuqm/rn-sdk",
|
2026-07-17 13:50:30 +08:00
|
|
|
"version": "0.5.0-alpha.1",
|
|
|
|
|
"description": "XuqmGroup React Native SDK workspace — Common, Update, BugCollect and XWebView",
|
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-07-17 13:50:30 +08:00
|
|
|
"packageManager": "pnpm@11.13.1",
|
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": {
|
2026-07-17 13:50:30 +08:00
|
|
|
"format": "prettier --write AGENTS.md docs/IMPLEMENTATION_HANDOFF.md package.json packages/common packages/bugcollect packages/update packages/xwebview",
|
|
|
|
|
"format:check": "prettier --check AGENTS.md docs/IMPLEMENTATION_HANDOFF.md package.json packages/common packages/bugcollect packages/update packages/xwebview",
|
2026-07-20 19:31:43 +08:00
|
|
|
"test": "corepack pnpm --recursive --if-present test",
|
2026-04-21 22:07:29 +08:00
|
|
|
"typecheck": "tsc --noEmit",
|
2026-07-20 19:31:43 +08:00
|
|
|
"typecheck:all": "corepack pnpm --recursive --if-present typecheck",
|
|
|
|
|
"validate": "corepack pnpm format:check && corepack pnpm typecheck:all && corepack pnpm test"
|
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": {
|
2026-07-17 13:50:30 +08:00
|
|
|
"@xuqm/rn-common": "workspace:*",
|
|
|
|
|
"@xuqm/rn-bugcollect": "workspace:*",
|
|
|
|
|
"@xuqm/rn-update": "workspace:*",
|
|
|
|
|
"@xuqm/rn-xwebview": "workspace:*"
|
2026-04-29 17:35:52 +08:00
|
|
|
},
|
2026-04-21 22:07:29 +08:00
|
|
|
"devDependencies": {
|
2026-07-17 13:50:30 +08:00
|
|
|
"@react-native-async-storage/async-storage": "^3.1.1",
|
|
|
|
|
"@types/node": "^22.20.1",
|
2026-04-21 22:07:29 +08:00
|
|
|
"@types/react": "^19.0.0",
|
2026-06-16 12:10:28 +08:00
|
|
|
"axios": "^1.18.0",
|
2026-07-17 13:50:30 +08:00
|
|
|
"prettier": "3.9.5",
|
|
|
|
|
"react": "19.2.7",
|
|
|
|
|
"react-native": "0.86.0",
|
|
|
|
|
"typescript": "catalog:"
|
2026-04-24 16:16:31 +08:00
|
|
|
}
|
2026-04-21 22:07:29 +08:00
|
|
|
}
|