-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.33 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.33 KB
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
{
"name": "OpenRide",
"version": "0.0.7",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"postinstall": "remotedev-debugger --runserver true",
"test": "jest"
},
"dependencies": {
"@mapbox/polyline": "^0.2.0",
"bugsnag-react-native": "^2.5.0",
"fast-deep-equal": "^1.0.0",
"react": "^16.0.0",
"react-mixin": "^2.0.2",
"react-native": "0.48.4",
"react-native-app-info": "0.0.6",
"react-native-device-info": "^0.12.1",
"react-native-facebook-login": "^1.6.0",
"react-native-firebase": "^3.0.5",
"react-native-google-places-autocomplete": "^1.3.6",
"react-native-google-places-web": "0.0.5",
"react-native-google-signin": "^0.12.0",
"react-native-maps": "^0.16.4",
"react-native-snap-carousel": "^3.3.4",
"react-native-svg": "^6.0.0-rc1",
"react-native-timer": "^1.3.1",
"react-native-vector-icons": "^4.4.2",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-persist": "^4.10.1",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0-alpha.12",
"remote-redux-devtools": "^0.5.12",
"remotedev-rn-debugger": "^0.8.3"
},
"jest": {
"preset": "react-native"
}
}