-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.42 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
38
39
40
41
42
43
44
45
46
47
48
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"@react-native-community/blur": "^3.3.1",
"constants": "^0.0.2",
"date-fns": "^1.30.1",
"expo": "^35.0.0",
"expo-ads-admob": "~7.0.0",
"expo-ads-facebook": "^7.0.0",
"expo-cli": "^3.4.1",
"firebase": "^7.2.3",
"geofirestore": "^3.3.1",
"geolib": "^3.0.4",
"global": "^4.4.0",
"google-maps-react": "^2.0.2",
"grpc": "^1.20.2",
"location": "^0.0.1",
"lodash": "^4.17.15",
"lottie-react-native": "~2.6.1",
"mathjs": "^5.4.2",
"ngeohash": "^0.6.3",
"permissions": "^0.1.0",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-app-link": "^1.0.0",
"react-native-button-group": "^1.0.0",
"react-native-device-info": "^1.4.3",
"react-native-elements": "^1.1.0",
"react-native-gesture-handler": "~1.3.0",
"react-native-google-places-autocomplete": "^1.3.9",
"react-native-haptic-feedback": "^1.8.0",
"react-native-maps": "~0.25.0",
"react-native-maps-super-cluster": "^1.5.0",
"react-native-svg": "9.9.5",
"victory-native": "^33.0.0"
},
"devDependencies": {
"babel-preset-expo": "^7.0.0",
"eslint-plugin-promise": "^4.1.1"
},
"private": true
}