{ "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "eject": "expo eject", "test": "jest --watchAll" }, "jest": { "preset": "jest-expo" }, "dependencies": { "@expo/vector-icons": "^13.0.0", "@expo/webpack-config": "^0.17.0", "@react-navigation/bottom-tabs": "^6.0.5", "@react-navigation/native": "^6.0.2", "@react-navigation/native-stack": "^6.1.0", "@react-navigation/stack": "^6.0.7", "expo": "~46.0.0", "expo-asset": "~8.6.1", "expo-constants": "~13.2.3", "expo-device": "~4.3.0", "expo-font": "~10.2.0", "expo-linking": "~3.2.2", "expo-location": "~14.3.0", "expo-modules-core": "^0.11.4", "expo-splash-screen": "~0.16.1", "expo-status-bar": "~1.4.0", "expo-task-manager": "~10.3.0", "expo-web-browser": "~11.0.0", "geolib": "^3.3.1", "react": "18.0", "react-dom": "18.0", "react-native": "0.69.4", "react-native-gesture-handler": "~2.5.0", "react-native-reanimated": "~2.9.1", "react-native-safe-area-context": "4.3.1", "react-native-screens": "~3.15.0", "react-native-web": "^0.18.7" }, "devDependencies": { "@babel/core": "^7.9.0", "@types/react": "~18.0", "@types/react-native": "~0.69.4", "jest-expo": "~41.0.0-beta.0", "typescript": "~4.7.0" }, "private": true }