← back to Costa Rica App
package.json
34 lines
{
"name": "costa-rica-app",
"version": "0.1.2",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"ios": "expo start --ios",
"android": "expo start --android"
},
"dependencies": {
"@expo/metro-runtime": "~6.1.2",
"expo": "^54.0.36",
"expo-apple-authentication": "~8.0.8",
"expo-asset": "~12.0.13",
"expo-constants": "~18.0.13",
"expo-font": "~14.0.12",
"expo-linking": "~8.0.12",
"expo-router": "~6.0.24",
"expo-secure-store": "~15.0.8",
"expo-web-browser": "~15.0.11",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-web": "^0.21.0"
},
"devDependencies": {
"@types/react": "~19.1.10",
"typescript": "^5.3.3"
}
}