2022-05-10 23:42:15 +00:00
|
|
|
{
|
|
|
|
"name": "@waku/react-native-example",
|
|
|
|
"description": "Example app for @waku/react-native",
|
|
|
|
"version": "0.0.1",
|
2022-12-12 18:50:50 +00:00
|
|
|
"main": "index.js",
|
2022-05-10 23:42:15 +00:00
|
|
|
"scripts": {
|
2022-12-12 18:50:50 +00:00
|
|
|
"start": "expo start --dev-client",
|
|
|
|
"android": "expo run:android",
|
|
|
|
"ios": "expo run:ios",
|
|
|
|
"web": "expo start --web"
|
2022-05-10 23:42:15 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-01-03 13:36:23 +00:00
|
|
|
"@waku/react-native": "^0.0.8",
|
2022-12-12 18:50:50 +00:00
|
|
|
"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"
|
2022-05-10 23:42:15 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-12 18:50:50 +00:00
|
|
|
"@babel/core": "^7.12.9"
|
|
|
|
},
|
|
|
|
"private": true
|
2022-05-10 23:42:15 +00:00
|
|
|
}
|