-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.31 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"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": {
"@expo-google-fonts/inter": "^0.1.0",
"@grpc/grpc-js": "^1.3.2",
"@react-native-async-storage/async-storage": "^1.13.2",
"@react-native-community/datetimepicker": "3.0.4",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/progress-view": "^1.2.3",
"@react-native-picker/picker": "1.9.2",
"@react-navigation/bottom-tabs": "^5.10.5",
"@react-navigation/native": "^5.8.6",
"@react-navigation/stack": "^5.12.3",
"date-and-time": "^0.14.2",
"expo": "^40.0.0",
"expo-app-loading": "^1.0.1",
"expo-apple-authentication": "~2.2.2",
"expo-asset": "~8.2.1",
"expo-auth-session": "^3.1.0",
"expo-av": "~8.7.0",
"expo-constants": "~9.3.3",
"expo-device": "~2.4.0",
"expo-facebook": "~9.1.0",
"expo-file-system": "~9.3.0",
"expo-font": "~8.4.0",
"expo-google-app-auth": "^8.1.4",
"expo-google-sign-in": "~8.4.0",
"expo-haptics": "~8.4.0",
"expo-keep-awake": "~8.4.0",
"expo-linear-gradient": "~8.4.0",
"expo-linking": "^2.1.1",
"expo-random": "~10.0.0",
"expo-splash-screen": "~0.8.1",
"expo-status-bar": "~1.0.3",
"expo-web-browser": "~8.6.0",
"firebase": "7.9.0",
"firebase-admin": "^9.4.2",
"node-fetch": "^2.6.1",
"normalize-url": "^6.0.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-animatable": "^1.3.3",
"react-native-background-timer": "^2.4.1",
"react-native-double-tap": "^1.0.1",
"react-native-expo-fancy-alerts": "^2.1.0",
"react-native-gesture-handler": "~1.8.0",
"react-native-horizontal-picker": "0.0.1",
"react-native-modal": "^11.6.1",
"react-native-paper": "^4.4.1",
"react-native-progress": "^4.1.2",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.0",
"react-native-vector-icons": "^7.1.0",
"react-native-video": "^5.1.1",
"react-native-web": "^0.15.0",
"shorthash": "0.0.2"
},
"devDependencies": {
"@babel/core": "~7.9.0"
},
"private": true
}