tapjoy-react-native-sdk
Version:
ReactNative Plugin for Tapjoy SDK
47 lines (46 loc) • 1.58 kB
JSON
{
"name": "TapjoyReactNativeSdkExample",
"version": "14.6.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"pods": "pod-install --quiet",
"set-new-arch": "./scripts/set-arch.sh true",
"set-old-arch": "./scripts/set-arch.sh false"
},
"dependencies": {
"tapjoy-react-native-sdk": "file:../",
"@react-native-async-storage/async-storage": "^2.1.2",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-native-picker/picker": "^2.11.1",
"@react-navigation/bottom-tabs": "^7.3.13",
"@react-navigation/native": "^7.1.9",
"@react-native/new-app-screen": "0.81.0",
"dayjs": "^1.11.13",
"react": "19.1.0",
"react-native": "0.81.0",
"react-native-gesture-handler": "^2.28.0",
"react-native-picker-select": "^9.3.1",
"react-native-reanimated": "^3.19.1",
"react-native-safe-area-context": "^5.6.1",
"react-native-screens": "^4.15.2",
"react-native-toast-message": "^2.3.3",
"react-native-tracking-transparency": "^0.1.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/runtime": "^7.25.6",
"@react-native-community/cli": "20.0.0",
"@react-native-community/cli-platform-android": "20.0.0",
"@react-native-community/cli-platform-ios": "20.0.0",
"@react-native/babel-preset": "0.81.0",
"@react-native/metro-config": "0.81.0",
"@react-native/typescript-config": "0.81.0"
},
"engines": {
"node": ">=18"
}
}