27 lines
616 B
JSON
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": "*"
|
|
}
|
|
}
|