Files
stats/packages/sdks/react-native/package.json
Carl-Gerhard Lindesvärd b467a6ce7f bump(sdk): react-native 1.4.0
2026-03-23 10:53:54 +01:00

27 lines
616 B
JSON

{
"name": "@openpanel/react-native",
"version": "1.4.0-local",
"module": "index.ts",
"config": {
"docPath": "apps/public/content/docs/(tracking)/sdks/react-native.mdx"
},
"scripts": {
"build": "rm -rf dist && tsup",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@openpanel/sdk": "workspace:1.3.0-local"
},
"devDependencies": {
"@openpanel/tsconfig": "workspace:*",
"@types/node": "catalog:",
"tsup": "^7.2.0",
"typescript": "catalog:"
},
"peerDependencies": {
"expo-application": "5 - 7",
"expo-constants": "14 - 18",
"react-native": "*"
}
}