-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.4 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.4 KB
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
{
"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": "^34.0.0",
"expo-file-system": "^6.0.0",
"expo-image-picker": "^6.0.0",
"expo-location": "~6.0.0",
"expo-permissions": "^6.0.0",
"expo-sqlite": "^6.0.0",
"haversine": "^1.1.1",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-autocomplete-input": "^4.1.0",
"react-native-gesture-handler": "~1.3.0",
"react-native-google-places-autocomplete": "^1.3.9",
"react-native-maps": "~0.24.0",
"react-native-maps-directions": "^1.7.3",
"react-native-paper": "^3.3.0",
"react-native-reanimated": "^1.1.0",
"react-native-stopwatch-timer": "0.0.21",
"react-native-web": "^0.11.4",
"react-navigation": "^3.11.1",
"react-navigation-drawer": "^2.3.3",
"react-navigation-header-buttons": "^3.0.1",
"react-navigation-material-bottom-tabs": "^2.1.5",
"react-navigation-tabs": "^2.5.6",
"react-redux": "^7.1.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"expo-sms": "~6.0.0",
"react-native-typography": "^1.4.1"
},
"devDependencies": {
"babel-preset-expo": "^5.1.1"
},
"private": true
}