-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.12 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"expo": "^37.0.0",
"expo-location": "~8.1.0",
"expo-permissions": "~8.1.0",
"expo-secure-store": "~8.1.0",
"expo-updates": "~0.1.2",
"moment": "^2.24.0",
"proptypes": "^1.1.0",
"react": "^16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-gesture-handler": "^1.6.1",
"react-native-maps": "0.26.1",
"react-native-onboarding-swiper": "^1.1.0",
"react-native-paper": "^2.16.0",
"react-native-reanimated": "~1.7.0",
"react-native-screens": "~2.2.0",
"react-navigation": "^4.4.2",
"react-navigation-drawer": "^1.4.0",
"react-navigation-hooks": "^1.1.0",
"react-navigation-material-bottom-tabs": "^1.0.0",
"react-navigation-stack": "^1.7.3",
"react-navigation-tabs": "^1.2.0",
"shortid": "^2.2.15",
"styled-components": "^4.3.2"
},
"devDependencies": {
"babel-preset-expo": "^8.1.0"
}
}