-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-google-signin/google-signin": "^10.0.1",
"@react-native-masked-view/masked-view": "0.2.7",
"@react-navigation/native": "^6.0.11",
"@react-navigation/stack": "^6.2.2",
"dotenv": "^10.0.0",
"expo": "^46.0.0",
"expo-auth-session": "~3.7.4",
"expo-constants": "~13.2.3",
"expo-random": "~12.3.0",
"expo-web-browser": "~11.0.0",
"firebase": "9.6.11",
"formik": "2.1.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.4",
"react-native-gesture-handler": "~2.5.0",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-web": "~0.18.7",
"yup": "0.27.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/runtime": "^7.9.0",
"babel-preset-expo": "~9.2.0"
},
"private": true,
"version": "1.0.0",
"name": "my-react-app"
}