-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.55 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
49
{
"name": "Driver",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"firebase": "5.0.3",
"flow-bin": "0.78.0",
"geofirestore": "^3.1.0",
"haversine": "1.1.1",
"native-base": "^2.8.1",
"react": "16.6.3",
"react-native": "0.59.0",
"react-native-countdown-circle": "^3.0.0",
"react-native-elements": "^1.0.0-beta5",
"react-native-firebase": "5.3",
"react-native-geolocation-service": "^2.0.0",
"react-native-gesture-handler": "^1.1.0",
"react-native-image-crop-picker": "^0.20.3",
"react-native-launch-navigator": "^1.0.4",
"react-native-maps": "https://github.com/react-community/react-native-maps.git",
"react-native-maps-directions": "^1.6.0",
"react-native-maps-navigation": "^0.0.14",
"react-native-material-buttons": "^0.5.0",
"react-native-material-textfield": "^0.12.0",
"react-native-optiongroup": "^0.0.7",
"react-native-popup-dialog": "^0.18.2",
"react-native-responsive-screen": "^1.1.10",
"react-native-spinkit": "^1.2.0",
"react-native-swiper": "^1.5.13",
"react-native-switch-toggle": "^1.0.8",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^3.0.0",
"rn-fetch-blob": "^0.10.12",
"rn-sliding-up-panel": "^2.3.0"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.51.1",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}