Files
Mobile/package.json

25 lines
655 B
JSON

{
"name": "blackjack-mobile",
"version": "0.1.0",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@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"
}
}