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
|
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"expo": "^32.0.0",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native-map-clustering": "^1.3.2",
"react-navigation": "^3.9.1",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-su": "^0.3.4",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@types/react": "^16.8.16",
"@types/react-native": "^0.57.53",
"@types/react-native-vector-icons": "^6.4.0",
"@types/react-redux": "^7.0.8",
"babel-preset-expo": "^5.0.0",
"react-native-typescript-transformer": "^1.2.12",
"typescript": "^3.4.5"
},
"private": true
}
|