-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.5 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"algoliasearch": "^3.35.1",
"expo": "^36.0.0",
"expo-constants": "~8.0.0",
"expo-facebook": "~8.0.0",
"expo-google-app-auth": "^7.0.0",
"expo-image-picker": "~8.0.1",
"expo-intent-launcher": "~8.0.0",
"expo-location": "~8.0.0",
"expo-mail-composer": "^8.0.0",
"expo-permissions": "~8.0.0",
"expo-print": "^8.0.0",
"expo-server-sdk": "^3.4.0",
"firebase": "6.0.2",
"moment": "^2.24.0",
"native-base": "^2.13.5",
"react": "16.9.0",
"react-instantsearch": "^6.3.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
"react-native-calendar-strip": "^1.3.8",
"react-native-datepicker": "^1.7.2",
"react-native-elements": "^1.1.0",
"react-native-gesture-handler": "~1.5.0",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-maps": "0.26.1",
"react-native-picker-select": "^6.3.0",
"react-native-reanimated": "~1.4.0",
"react-native-webview": "7.4.3",
"react-navigation": "^4.0.9",
"react-navigation-drawer": "^1.4.0",
"react-navigation-stack": "^1.7.3",
"react-navigation-tabs": "^1.2.0",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-preset-expo": "^8.0.0"
},
"private": true
}