{ "main": "index.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "eject": "expo eject" }, "dependencies": { "@expo/ngrok": "^4.1.0", "@expo/vector-icons": "^14.0.0", "@react-native-async-storage/async-storage": "1.21.0", "@react-native-community/masked-view": "0.1.10", "@react-navigation/bottom-tabs": "^5.11.11", "@react-navigation/native": "^5.9.4", "@react-navigation/stack": "^5.14.5", "dayjs": "^1.11.9", "eas-cli": "^5.9.1", "expo": "^50.0.11", "expo-dev-client": "~3.3.9", "expo-device": "~5.9.3", "expo-font": "~11.10.3", "expo-location": "~16.5.5", "expo-notifications": "~0.27.6", "expo-screen-orientation": "~6.4.1", "expo-sharing": "~11.10.0", "expo-updates": "~0.24.11", "expo-web-browser": "~12.8.2", "firebase": "8.2.3", "lottie-react-native": "6.5.1", "native-base": "^2.15.2", "npm": "^7.18.1", "pushy-react-native": "^1.0.18", "react": "18.2.0", "react-native": "0.73.4", "react-native-actions-sheet": "0.8.21", "react-native-android-widget": "^0.11.2", "react-native-auto-height-image": "^3.2.4", "react-native-elements": "^3.4.2", "react-native-gesture-handler": "~2.14.0", "react-native-maps": "1.10.0", "react-native-reanimated": "~3.6.2", "react-native-remote-svg": "^2.0.6", "react-native-responsive-screen": "^1.4.2", "react-native-router-flux": "^4.3.1", "react-native-safe-area-context": "4.8.2", "react-native-screens": "~3.29.0", "react-native-snap-carousel": "^3.9.1", "react-native-storage": "^1.0.1", "react-native-svg": "14.1.0", "react-native-svg-uri": "^1.2.3", "react-native-vector-icons": "^8.1.0", "react-native-view-shot": "3.8.0", "react-native-webview": "13.6.4", "typescript": "^5.3.0" }, "devDependencies": { "babel-preset-expo": "^10.0.0" }, "private": true }