waku-react-native/example/package.json

26 lines
609 B
JSON

{
"name": "@waku/react-native-example",
"description": "Example app for @waku/react-native",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"pods": "npx pod-install"
},
"dependencies": {
"@waku/react-native": "file:../",
"expo": "~47.0.8",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"react": "18.1.0",
"react-native": "0.70.5"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}