-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1.01 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
{
"name": "dgarson",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"axios": "^0.17.1",
"color": "2.0.1",
"geo-viewport": "0.2.1",
"lodash": "4.17.4",
"moment": "2.20.1",
"prop-types": "15.6.0",
"react": "16.2.0",
"react-native": "0.51",
"react-native-fabric": "0.5.1",
"react-native-fcm": "^12.0.0",
"react-native-i18n": "2.0.10",
"react-native-maps": "0.19.0",
"react-native-router-flux": "4.0.0-beta.28",
"react-native-vector-icons": "4.5.0",
"react-redux": "5.0.6",
"realm": "^2.2.6",
"redux": "3.7.2",
"redux-logger": "3.0.6",
"redux-storage": "4.1.2",
"redux-thunk": "2.2.0",
"remote-redux-devtools": "^0.5.12"
},
"devDependencies": {
"babel-jest": "22.1.0",
"babel-preset-react-native": "4.0.0",
"jest": "22.1.4",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
}
}