-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 861 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
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"expo": "^28.0.0",
"immutability-helper": "^2.7.1",
"immutable": "^3.8.2",
"language-list": "0.0.3",
"native-base": "^2.7.1",
"react": "16.3.1",
"react-image-palette": "^0.2.4",
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
"react-native-image-slider": "^2.0.3",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.6.2",
"react-navigation-redux-helpers": "^2.0.2",
"react-redux": "^5.0.7",
"react-router-redux": "^4.0.8",
"redux": "^4.0.0",
"redux-axios-middleware": "^4.0.0",
"redux-immutable": "^4.0.0",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1"
},
"devDependencies": {
"react-native-debugger-open": "^0.3.17"
}
}