-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 3.02 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
74
75
76
77
78
79
80
81
82
83
{
"main": "./src/icattle.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo/vector-icons": "^12.0.0",
"@ishawnwang/withunmounted": "^1.0.1",
"@react-native-async-storage/async-storage": "^1.13.4",
"@react-native-community/datetimepicker": "3.0.4",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/stack": "^5.2.6",
"base-64": "^0.1.0",
"expo": "^40.0.0",
"expo-barcode-scanner": "~9.1.0",
"expo-camera": "~9.1.0",
"expo-image-picker": "~9.2.0",
"expo-permissions": "~10.0.0",
"expo-status-bar": "~1.0.3",
"firebase": "7.9.0",
"horizontal-calendar": "^1.0.7",
"moment": "^2.24.0",
"native-base": "^2.13.8",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-androw": "0.0.34",
"react-native-app-intro-slider": "^4.0.4",
"react-native-bottomsheet-reanimated": "0.0.22",
"react-native-btr": "^1.1.5",
"react-native-calendar-datepicker": "^1.2.2",
"react-native-calendar-picker": "^7.0.3",
"react-native-calendars": "^1.403.0",
"react-native-camera": "^3.40.0",
"react-native-datepicker": "^1.7.2",
"react-native-dynamic-search-bar": "^2.0.0",
"react-native-dynamic-vector-icons": "^0.1.1",
"react-native-elements": "^3.0.0-alpha.1",
"react-native-flatlist-slider": "^1.0.5",
"react-native-gesture-handler": "~1.8.0",
"react-native-gifted-chat": "^0.16.3",
"react-native-helpers": "0.0.2",
"react-native-image-crop-picker": "^0.35.1",
"react-native-image-picker": "^2.3.4",
"react-native-image-slideshow": "^1.0.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-maps": "0.27.1",
"react-native-material-design-searchbar": "^1.8.0",
"react-native-modal-datetime-picker": "^9.1.0",
"react-native-onboarding-swiper": "^1.1.4",
"react-native-paper": "^4.4.0",
"react-native-phone-call": "^1.0.9",
"react-native-popup-menu": "^0.15.10",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-reanimated": "~1.13.0",
"react-native-router-flux": "^4.2.0",
"react-native-safe-area-context": "3.1.9",
"react-native-scl-alert": "^1.2.1",
"react-native-screens": "~2.15.0",
"react-native-search-bar": "^3.5.1",
"react-native-slideable-calendar-strip": "^0.4.0",
"react-native-stars": "^1.2.2",
"react-native-swiper": "^1.6.0",
"react-native-toggle-calendar": "^1.0.3",
"react-native-web": "~0.13.12",
"react-navigation": "^4.3.3",
"react-navigation-drawer": "^2.4.13",
"react-navigation-stack": "^2.3.6",
"react-navigation-tabs": "^2.8.8",
"react-simple-image-slider": "^2.0.1",
"reanimated-bottom-sheet": "^1.0.0-alpha.22"
},
"devDependencies": {
"babel-preset-expo": "8.3.0",
"@babel/core": "~7.9.0"
},
"private": true
}