{
"name": "app",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^15.0.2",
"@react-native-picker/picker": "2.11.1",
"@react-navigation/bottom-tabs": "^7.4.9",
"@react-navigation/native": "^7.1.18",
"@react-navigation/native-stack": "^7.3.28",
"expo": "~54.0.17",
"expo-image-picker": "~17.0.8",
"expo-location": "~19.0.7",
"expo-status-bar": "~3.0.8",
"firebase": "^12.4.0",
"react": "19.1.0",
"react-native": "0.81.4",
"react-native-maps": "1.20.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-webview": "13.15.0"
},
"private": true,
"devDependencies": {
"@types/react": "~19.1.10",
"typescript": "~5.9.2"
}
}