-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 732 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"dependencies": {
"@expo/vector-icons": "^6.3.1",
"axios": "^0.18.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"expo": "^28.0.0",
"firebase": "^5.2.0",
"lodash": "^4.17.10",
"native-base": "^2.7.1",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
"react-native-google-places": "^2.5.2",
"react-native-google-places-autocomplete": "^1.3.6",
"react-native-ignore-warnings": "^0.1.1",
"react-native-maps": "latest",
"react-navigation": "^2.7.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
}
}