-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.27 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
{
"main": "node_modules/expo/AppEntry.js",
"homepage": "",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"deploy": "expo-gh-pages",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-native-community/netinfo": "^5.0.0",
"apsl-react-native-button": "^3.1.1",
"expo": "~36.0.0",
"expo-gh-pages": "^1.1.2",
"pusher-js": "^5.0.3",
"react": "16.9.0",
"react-dom": "~16.9.0",
"react-native": "0.61.5",
"react-native-dynamic-vector-icons": "^0.2.1",
"react-native-easy-toast": "^1.2.0",
"react-native-elements": "^1.2.7",
"react-native-gesture-handler": "^1.5.2",
"react-native-improved-text-input": "0.0.1",
"react-native-indicator": "^1.1.0",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-login-screen": "^0.2.1",
"react-native-progress": "^4.0.3",
"react-native-reanimated": "^1.4.0",
"react-native-textinput-effects": "^0.5.1",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "~0.11.7",
"react-navigation": "^4.0.10",
"react-navigation-drawer": "^2.3.3",
"react-navigation-stack": "^1.10.3"
},
"devDependencies": {
"babel-preset-expo": "~8.0.0"
},
"private": true
}