-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·73 lines (73 loc) · 2.52 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-native-community/clipboard": "^1.2.3",
"@react-native-community/datetimepicker": "2.4.0",
"@react-native-community/masked-view": "0.1.10",
"@twotalltotems/react-native-otp-input": "^1.3.5",
"axios": "^0.19.2",
"cli": "^1.0.1",
"expo": "^38.0.0",
"expo-cli": "^3.27.12",
"expo-constants": "^9.1.1",
"expo-contacts": "~8.2.1",
"expo-facebook": "^8.2.1",
"expo-google-app-auth": "^8.1.3",
"expo-image-picker": "~8.3.0",
"expo-notifications": "^0.5.0",
"expo-permissions": "^9.1.0",
"expo-svg-uri": "^1.1.0",
"geolib": "^3.3.1",
"moment": "^2.24.0",
"native-base": "^2.13.8",
"rc-swipeout": "^2.0.11",
"react": "16.11.0",
"react-dom": "16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-app-intro-slider": "^4.0.2",
"react-native-autoscroll-flatlist": "^1.8.2",
"react-native-dimension": "^1.0.6",
"react-native-elements": "^1.2.7",
"react-native-geocoding": "^0.4.0",
"react-native-gesture-handler": "~1.6.0",
"react-native-google-maps-directions": "^2.1.1",
"react-native-google-places-autocomplete": "^1.8.0",
"react-native-infoslider": "^1.2.0",
"react-native-ionicons": "^4.6.3",
"react-native-maps": "0.27.1",
"react-native-maps-directions": "^1.8.0",
"react-native-modal-datetime-picker": "^8.5.4",
"react-native-otp-inputs": "^6.0.0",
"react-native-otp-textinput": "0.0.7",
"react-native-paper": "^3.9.0",
"react-native-reanimated": "~1.9.0",
"react-native-responsive-screen": "^1.4.0",
"react-native-safe-area-context": "~3.0.7",
"react-native-safe-area-view": "^1.0.0",
"react-native-screens": "^2.10.1",
"react-native-simple-radio-button": "^2.7.4",
"react-native-svg": "12.1.0",
"react-native-svg-uri": "^1.2.3",
"react-native-swipeout": "^2.3.6",
"react-native-swiper": "^1.6.0",
"react-native-web": "~0.11.7",
"react-navigation": "^4.0.10",
"react-navigation-drawer": "^2.3.3",
"react-navigation-material-bottom-tabs": "^2.2.2",
"react-navigation-stack": "^2.0.1",
"react-switch": "^5.0.1",
"toggle-switch-react-native": "^2.1.0"
},
"devDependencies": {
"babel-preset-expo": "^8.2.3",
"@babel/core": "^7.0.0"
},
"private": true
}