-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.18 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
{
"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.15.5",
"@react-native-google-signin/google-signin": "^6.0.0",
"axios": "^0.21.1",
"dotenv": "^9.0.2",
"expo": "~41.0.1",
"expo-app-loading": "^1.0.3",
"expo-contacts": "~9.1.2",
"expo-facebook": "^11.0.5",
"expo-font": "~9.1.0",
"expo-google-app-auth": "^8.1.7",
"expo-image-picker": "^10.1.4",
"expo-location": "~12.0.4",
"expo-notifications": "~0.11.6",
"expo-splash-screen": "^0.10.2",
"expo-status-bar": "~1.0.4",
"expo-updates": "~0.5.4",
"i18next": "^20.3.5",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-i18next": "^11.11.4",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-autocomplete-input": "^5.0.0",
"react-native-confirmation-code-field": "^7.1.0",
"react-native-contacts": "^7.0.0",
"react-native-elements": "^3.4.1",
"react-native-email-link": "^1.11.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-gifted-chat": "^0.16.3",
"react-native-image-picker": "^3.6.0",
"react-native-mail-launcher": "^1.0.5",
"react-native-modal": "^12.0.3",
"react-native-paper": "^4.8.1",
"react-native-reanimated": "~2.1.0",
"react-native-screens": "~3.0.0",
"react-native-searchbar": "^1.16.0",
"react-native-text-ticker": "^1.12.0",
"react-native-textinput-material-autocomplete": "^1.0.6",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "^0.17.1",
"react-navigation": "^4.4.4",
"react-navigation-drawer": "^2.7.1",
"react-navigation-material-bottom-tabs": "^2.3.4",
"react-navigation-stack": "^2.10.4",
"react-navigation-tabs": "^2.11.1",
"socket.io-client": "^4.1.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"metro-react-native-babel-preset": "^0.66.0",
"react-native-dotenv": "^2.5.5"
},
"private": true
}