-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
29 lines (29 loc) · 873 Bytes
/
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
{
"name": "react-native-community-maps",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"@expo/react-native-action-sheet": "^2.1.0",
"deepmerge": "^3.2.0",
"expo": "^31.0.2",
"firebase": "^5.5.8",
"geofirestore": "github:geofirestore/geofirestore-js#dev",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-emoji-selector": "^0.1.6",
"react-native-expo-image-cache": "^3.2.0",
"react-native-image-pan-zoom": "^2.1.11",
"react-native-paper": "^2.12.0",
"react-navigation": "^3.3.2"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"
}
}