initial development build for google sign in
This commit is contained in:
13
package.json
13
package.json
@@ -9,9 +9,15 @@
|
||||
"web": "expo start --web"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-amplify/react-native": "^1.1.1",
|
||||
"@aws-amplify/rtn-web-browser": "^1.0.30",
|
||||
"@aws-amplify/ui-react-native": "^2.2.2",
|
||||
"@expo/vector-icons": "^14.0.2",
|
||||
"@react-native-async-storage/async-storage": "^1.23.1",
|
||||
"@react-native-community/netinfo": "11.3.1",
|
||||
"@react-navigation/bottom-tabs": "^6.5.20",
|
||||
"@react-navigation/native": "^6.1.17",
|
||||
"aws-amplify": "^6.3.8",
|
||||
"axios": "^1.7.2",
|
||||
"expo": "~51.0.17",
|
||||
"expo-camera": "~15.0.13",
|
||||
@@ -20,13 +26,18 @@
|
||||
"expo-status-bar": "~1.12.1",
|
||||
"react": "18.2.0",
|
||||
"react-native": "^0.74.3",
|
||||
"react-native-get-random-values": "^1.11.0",
|
||||
"react-native-qrcode-svg": "^6.3.1",
|
||||
"react-native-safe-area-context": "^4.10.1"
|
||||
"react-native-safe-area-context": "4.10.1",
|
||||
"react-native-screens": "3.31.1",
|
||||
"react-native-svg": "15.2.0",
|
||||
"expo-dev-client": "~4.0.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.0",
|
||||
"@types/react": "~18.2.45",
|
||||
"@types/react-native": "^0.73.0",
|
||||
"react-native-svg-transformer": "^1.4.0",
|
||||
"typescript": "~5.3.3"
|
||||
},
|
||||
"private": true
|
||||
|
||||
Reference in New Issue
Block a user