Browse Source

Update 'package.json'

dayanlee.deleon 1 year ago
parent
commit
96b4b6c886
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      package.json

+ 6
- 1
package.json View File

19
     "@react-navigation/native-stack": "^6.9.2",
19
     "@react-navigation/native-stack": "^6.9.2",
20
     "@types/react-native": "~0.70.6",
20
     "@types/react-native": "~0.70.6",
21
     "expo": "~47.0.7",
21
     "expo": "~47.0.7",
22
+    "expo-auth-session": "~3.8.0",
22
     "expo-dev-client": "~2.0.1",
23
     "expo-dev-client": "~2.0.1",
24
+    "expo-google-sign-in": "^11.0.0",
25
+    "expo-random": "~13.0.0",
23
     "expo-status-bar": "~1.4.2",
26
     "expo-status-bar": "~1.4.2",
24
     "expo-web-browser": "^12.0.0",
27
     "expo-web-browser": "^12.0.0",
25
     "react": "18.1.0",
28
     "react": "18.1.0",
27
     "react-native": "0.70.5",
30
     "react-native": "0.70.5",
28
     "react-native-calendars": "^1.1292.0",
31
     "react-native-calendars": "^1.1292.0",
29
     "react-native-gesture-handler": "^2.8.0",
32
     "react-native-gesture-handler": "^2.8.0",
33
+    "react-native-paper": "^5.0.1",
34
+    "react-native-paper-dropdown": "^1.0.7",
30
     "react-native-reanimated": "~2.12.0",
35
     "react-native-reanimated": "~2.12.0",
31
     "react-native-safe-area-context": "4.4.1",
36
     "react-native-safe-area-context": "4.4.1",
32
     "react-native-screens": "~3.18.0",
37
     "react-native-screens": "~3.18.0",
39
     "@babel/core": "^7.12.9"
44
     "@babel/core": "^7.12.9"
40
   },
45
   },
41
   "private": true
46
   "private": true
42
-}
47
+}