-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.21 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.21 KB
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
{
"name": "doro",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^19.0.0",
"@notifee/react-native": "^7.8.0",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-firebase/app": "^18.4.0",
"@react-native-firebase/crashlytics": "^18.4.0",
"@react-native-firebase/messaging": "^18.4.0",
"@react-native-firebase/perf": "^18.4.0",
"@react-native-picker/picker": "2.4.10",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"axios": "1.4.0",
"expo": "^49.0.11",
"expo-barcode-scanner": "~12.5.3",
"expo-constants": "~14.4.2",
"expo-device": "~5.4.0",
"expo-face-detector": "~12.2.0",
"expo-image-picker": "~14.3.2",
"expo-modules-core": "~1.5.10",
"expo-secure-store": "~12.3.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"firebase": "^9.23.0",
"form-data": "^4.0.0",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"npm": "^9.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.5",
"react-native-collapsible-tab-view": "^6.1.4",
"react-native-device-info": "^10.8.0",
"react-native-dotenv": "^3.4.9",
"react-native-gradle-plugin": "^0.71.19",
"react-native-modal-datetime-picker": "^17.0.0",
"react-native-pager-view": "6.2.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-scalable-image": "^1.1.0",
"react-native-screens": "~3.22.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "13.9.0",
"react-native-svg-transformer": "^1.1.0",
"react-native-swiper": "^1.6.0",
"react-native-switch-toggle": "^2.2.1",
"react-native-tab-view": "^3.5.1",
"react-native-user-agent": "^2.3.1",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"resolutions": {
"glob": "7.2.0"
},
"private": true
}