Files
RaderApp/package.json
T
CHIEFSOFT\ameye 66fc15c241 fix google login
2024-09-01 06:32:20 -04:00

37 lines
985 B
JSON

{
"name": "healthrader",
"version": "1.0.1",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"axios": "^1.6.8",
"expo": "^51.0.8",
"expo-font": "^11.10.3",
"expo-splash-screen": "~0.26.5",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "~2.14.0",
"react-native-web": "~0.19.10",
"@expo/metro-runtime": "~3.2.1",
"expo-router": "~3.5.23",
"@react-native-google-signin/google-signin": "^10.1.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"expo-linking": "~6.3.1",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.25"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}