27 lines
689 B
JSON
27 lines
689 B
JSON
{
|
|
"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": "2.2.0",
|
|
"@stripe/stripe-react-native": "0.50.3",
|
|
"expo": "^54.0.30",
|
|
"expo-auth-session": "~7.0.10",
|
|
"expo-blur": "~15.0.8",
|
|
"expo-linear-gradient": "~15.0.8",
|
|
"expo-linking": "~8.0.11",
|
|
"expo-web-browser": "~15.0.10",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-safe-area-context": "5.6.2"
|
|
}
|
|
}
|