-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 998 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
30
31
32
33
34
35
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"build": "expo build:android"
},
"dependencies": {
"expo": "^32.0.0",
"firebase": "6.0.2",
"native-base": "^2.12.1",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native-calendars": "^1.155.0",
"react-native-datepicker": "^1.7.2",
"react-native-elements": "^1.1.0",
"react-native-firebase": "^5.3.1",
"react-native-form-builder": "^1.0.16",
"react-native-popup-dialog": "^0.18.2",
"react-native-vector-icons": "^6.4.2",
"react-navigation": "^3.9.1"
},
"devDependencies": {
"@expo/vector-icons": "9.0.0",
"color": "1.0.3",
"lodash": ">=4.17.19",
"moment": ">=2.19.3",
"babel-preset-expo": "^5.0.0",
"braces": ">=2.3.1",
"ws": ">=3.3.1"
},
"private": true
}