-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 795 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 795 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
25
26
27
28
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"@mapbox/polyline": "^1.0.0",
"axios": "^0.18.0",
"expo": "^35.0.0",
"moment": "^2.23.0",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-elements": "^0.19.1",
"react-native-global-props": "^1.1.5",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-maps": "^0.22.1",
"react-native-tab-view": "^1.3.1",
"react-navigation": "^3.0.9",
"react-number-format": "^4.0.6"
},
"devDependencies": {
"babel-preset-expo": "^7.0.0"
},
"private": true
}