-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 879 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": "ReactNativeMap",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"postinstall": "remotedev-debugger --hostname localhost --port 5678 --injectserver"
},
"dependencies": {
"react": "^0.14.5",
"react-native": "0.24.1",
"react-native-button": "^1.4.2",
"react-native-dismiss-keyboard": "0.0.3",
"react-native-geocoder": "^0.3.1",
"react-native-google-places-autocomplete": "^1.1.6",
"react-native-maps": "^0.3.2",
"react-native-popover": "^0.2.0",
"react-native-vector-icons": "^1.3.4",
"react-redux": "^4.4.5",
"redux": "^3.5.1",
"redux-thunk": "^2.0.1"
},
"devDependencies": {
"reactotron": "^0.4.0",
"redux-logger": "^2.6.1",
"remote-redux-devtools": "^0.2.2",
"remote-redux-devtools-on-debugger": "^0.4.5"
}
}