-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.37 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
42
43
44
45
{
"name": "empty-project-template",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"@react-navigation/core": "^3.0.0",
"@react-navigation/native": "^3.0.1",
"axios": "^0.18.0",
"d3-array": "^2.0.2",
"d3-scale": "^2.1.2",
"d3-shape": "^1.2.2",
"expo": "^31.0.2",
"native-base": "^2.8.1",
"passport-http-bearer": "^1.0.1",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-LoopAnimation": "^0.1.0",
"react-native-autocomplete-input": "^3.6.0",
"react-native-awesome-alerts": "^1.2.0",
"react-native-elements": "^0.19.1",
"react-native-loader": "^1.2.1",
"react-native-modal": "^7.0.1",
"react-native-paper": "^2.2.8",
"react-native-tab-view": "^1.3.1",
"react-native-table-component": "^1.1.8",
"react-native-vector-icons": "^6.1.0",
"react-navigation": "^2.18.2",
"react-navigation-material-bottom-tabs": "^1.0.0",
"react-redux": "^5.1.1",
"react-scrollbar": "^0.5.4",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"
}
}