-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "MapApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "^16.6.0-alpha.8af6728",
"react-native": "^0.57.4",
"react-native-country-picker-modal": "^0.7.1",
"react-native-elevated-view": "0.0.6",
"react-native-fbsdk": "^0.8.0",
"react-native-geocoding": "^0.3.0",
"react-native-google-places": "^2.5.2",
"react-native-maps": "^0.22.0",
"react-native-router-flux": "^4.0.6",
"react-redux": "^6.0.1",
"react-router-native": "^5.0.0",
"redux": "^4.0.1",
"redux-socket.io": "^1.4.0",
"redux-thunk": "^2.3.0",
"socket-io": "^1.0.0",
"socket.io-client": "^2.2.0",
"superagent": "^5.0.2"
},
"devDependencies": {
"babel-jest": "24.5.0",
"jest": "24.5.0",
"metro-react-native-babel-preset": "0.53.1",
"react-test-renderer": "16.8.6",
"redux-logger": "^3.0.6"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}