-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 769 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 769 Bytes
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
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"cryptocompare": "^0.5.0",
"expo": "^27.1.1",
"lodash": "^4.17.11",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-27.0.0.tar.gz",
"react-native-elements": "^0.19.1",
"react-native-keyboard-aware-scroll-view": "^0.5.0",
"react-native-modal-datetime-picker": "^4.13.0",
"react-native-svg": "^6.5.2",
"react-native-tab-view": "^1.3.1",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.18.2",
"react-redux": "^5.1.1",
"redux": "^4.0.1",
"redux-thunk": "^2.2.0",
"regex-sort": "^1.0.6",
"victory-native": "^0.18.2",
"merge": ">=1.2.1"
}
}