{ "name": "blackjack-mobile", "version": "0.1.0", "private": true, "main": "index.js", "scripts": { "start": "expo start", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web" }, "dependencies": { "@babel/runtime": "^7.25.6", "@react-native-async-storage/async-storage": "1.23.1", "@stripe/stripe-react-native": "0.38.3", "expo": "~51.0.0", "expo-auth-session": "~5.0.2", "expo-linear-gradient": "~12.7.2", "expo-linking": "~6.3.1", "expo-web-browser": "~13.0.3", "react": "18.2.0", "react-native": "0.74.0", "react-native-safe-area-context": "4.10.8" } }