2022-05-10 19:42:15 -04:00
|
|
|
{
|
|
|
|
"name": "@waku/react-native-example",
|
|
|
|
"description": "Example app for @waku/react-native",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"android": "react-native run-android",
|
|
|
|
"ios": "react-native run-ios",
|
2022-08-29 11:32:20 -04:00
|
|
|
"start": "react-native start",
|
|
|
|
"pods": "pod-install --quiet",
|
|
|
|
"postinstall": "patch-package"
|
2022-05-10 19:42:15 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-08-29 11:32:20 -04:00
|
|
|
"react": "17.0.2",
|
|
|
|
"react-native": "0.68.2"
|
2022-05-10 19:42:15 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.12.10",
|
|
|
|
"@babel/runtime": "^7.12.5",
|
2022-08-29 11:32:20 -04:00
|
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
|
|
"metro-react-native-babel-preset": "^0.67.0",
|
|
|
|
"patch-package": "^6.4.7",
|
|
|
|
"postinstall-postinstall": "^2.1.0"
|
2022-05-10 19:42:15 -04:00
|
|
|
}
|
|
|
|
}
|