-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.82 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
{
"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": {
"@expo/ngrok": "^4.1.0",
"@react-native-community/datetimepicker": "3.5.2",
"@react-native-community/hooks": "^2.8.1",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.11.15",
"@react-navigation/native": "^5.9.8",
"@react-navigation/stack": "^5.14.9",
"expo": "^43.0.0",
"expo-barcode-scanner": "~11.1.2",
"expo-intent-launcher": "~10.0.3",
"expo-status-bar": "~1.1.0",
"expo-updates": "~0.10.15",
"firebase": "8.2.3",
"formik": "^2.2.9",
"moment": "^2.29.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-animatable": "^1.3.3",
"react-native-app-intro-slider": "^4.0.4",
"react-native-camera": "^4.2.1",
"react-native-collapsible": "^1.6.0",
"react-native-device-info": "^8.4.8",
"react-native-elements": "^3.4.2",
"react-native-firebase": "^5.6.0",
"react-native-gesture-handler": "~1.10.2",
"react-native-modal-datetime-picker": "^10.2.0",
"react-native-pager-view": "5.4.6",
"react-native-picker-select": "^8.0.4",
"react-native-progress-circle": "^2.1.0",
"react-native-qrcode-svg": "^6.1.2",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.8.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "12.1.1",
"react-native-tab-view": "^3.1.1",
"react-native-table-component": "^1.2.1",
"react-native-web": "0.17.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}