mirror of
https://github.com/waku-org/waku-lab.git
synced 2025-03-03 17:00:31 +00:00
33 lines
843 B
JSON
33 lines
843 B
JSON
{
|
|
"name": "tmp",
|
|
"version": "1.0.0",
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@expo/metro-runtime": "~3.1.3",
|
|
"@expo/webpack-config": "~19.0.1",
|
|
"@waku/sdk": "^0.0.23",
|
|
"event-target-polyfill": "^0.0.4",
|
|
"event-target-shim": "^6.0.2",
|
|
"expo": "~50.0.13",
|
|
"expo-status-bar": "~1.11.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-native": "0.73.6",
|
|
"react-native-url-polyfill": "^2.0.0",
|
|
"react-native-web": "~0.19.6",
|
|
"text-encoding": "^0.7.0",
|
|
"text-encoding-polyfill": "^0.6.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"babel-plugin-module-resolver": "^5.0.0"
|
|
},
|
|
"private": true
|
|
}
|