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{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"dependencies": {
"@types/react": "^16.0.34",
"@types/react-native": "^0.52.0",
"@types/react-navigation": "^1.0.26",
"@types/react-test-renderer": "^16.0.0",
"@types/redux": "^3.6.0",
"bson-objectid": "^1.2.2",
"eslint-config-cesco": "0.0.2",
"expo": "^24.0.0",
"history": "^4.7.2",
"react": "16.0.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-24.0.0.tar.gz",
"react-native-elements": "^0.19.0",
"react-native-material-dropdown": "^0.7.1",
"react-native-material-ui": "^1.19.0",
"react-native-typescript-transformer": "^1.2.1",
"react-navigation": "^1.0.0-beta.27",
"react-redux": "^5.0.6",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-first-router": "0.0.16-next",
"redux-form": "^7.2.0",
"redux-logger": "^3.0.6",
"redux-observable": "^0.17.0",
"rxjs": "^5.5.6",
"serialize-javascript": "^1.4.0",
"tslint": "^5.9.1",
"tslint-react": "^3.4.0",
"typescript": "^2.6.2"
}
}