You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
621 B
27 lines
621 B
{
|
|
"name": "bob_party",
|
|
"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": {
|
|
"@react-navigation/bottom-tabs": "^6.4.0",
|
|
"@react-navigation/stack": "^6.3.2",
|
|
"expo": "^46.0.15",
|
|
"expo-status-bar": "~1.4.0",
|
|
"react": "18.0.0",
|
|
"react-is": "^18.2.0",
|
|
"react-native": "0.69.6",
|
|
"react-navigation": "^4.4.4",
|
|
"yarn": "^1.22.19"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9"
|
|
},
|
|
"private": true
|
|
}
|