-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.01 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
{
"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",
"firebase": "^5.8.3",
"http": "^0.0.0",
"native-base": "^2.12.1",
"react": "16.5.0",
"react-data-export": "^0.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native-animatable": "^1.3.2",
"react-native-calendars": "^1.22.0",
"react-native-chart-kit": "^2.5.0",
"react-native-countdown-component": "^2.2.0",
"react-native-datepicker": "^1.7.2",
"react-native-fetch-blob": "^0.10.8",
"react-native-home-pressed": "^1.1.4",
"react-native-modalbox": "^1.7.1",
"react-native-router-flux": "^4.0.6",
"react-native-swiper": "^1.5.14",
"react-native-vector-icons": "^6.3.0",
"react-navigation": "^3.3.0"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"
},
"private": true
}