-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 3.21 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 3.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "TaskShare",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/checkbox": "^0.5.17",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-community/geolocation": "^3.3.0",
"@react-native-community/netinfo": "^11.3.2",
"@react-native-community/viewpager": "^5.0.11",
"@react-native-firebase/app": "^20.4.0",
"@react-native-firebase/auth": "^20.4.0",
"@react-native-firebase/crashlytics": "^20.4.0",
"@react-native-firebase/storage": "^20.4.0",
"@react-native-ml-kit/translate-text": "^0.4.1",
"@react-native-picker/picker": "2.7.5",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.10.0",
"@reduxjs/toolkit": "^2.2.7",
"add": "^2.0.6",
"axios": "^1.7.5",
"emailjs-com": "^3.2.0",
"expo": ">=51.0.0-0 <52.0.0",
"expo-checkbox": "^3.0.0",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.21",
"expo-device": "~6.0.2",
"expo-document-picker": "~12.0.2",
"expo-file-system": "~17.0.1",
"expo-image-picker": "~15.0.7",
"expo-linear-gradient": "~13.0.2",
"expo-notifications": "~0.28.16",
"expo-screen-orientation": "~7.0.5",
"expo-sms": "~12.0.1",
"expo-sqlite": "~14.0.5",
"expo-status-bar": "~1.12.1",
"expo-web-browser": "~13.0.3",
"firebase": "^10.12.2",
"jwt-decode": "^4.0.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"nodemailer": "^6.9.14",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-blob-util": "^0.19.11",
"react-native-calendars": "^1.1305.0",
"react-native-chart-kit": "^6.12.0",
"react-native-datepicker": "^1.7.2",
"react-native-elements": "^3.4.3",
"react-native-geocoding": "^0.5.0",
"react-native-gesture-handler": "^2.18.1",
"react-native-google-places-autocomplete": "^2.5.6",
"react-native-image-picker": "^7.1.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-localize": "^3.2.1",
"react-native-maps": "^1.17.3",
"react-native-ml-kit": "^0.0.1",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-nfc-manager": "^3.15.1",
"react-native-orientation-locker": "^1.7.0",
"react-native-paper": "^5.12.3",
"react-native-pdf": "^6.7.5",
"react-native-pdf-renderer": "^1.3.0",
"react-native-permissions": "^4.1.5",
"react-native-push-notification": "^8.1.1",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-reanimated": "^3.15.0",
"react-native-safe-area-context": "^4.10.5",
"react-native-screens": "3.31.1",
"react-native-sensors": "^7.3.6",
"react-native-svg": "^15.2.0",
"react-native-vector-icons": "^10.1.0",
"react-native-vision-camera": "^4.5.1",
"react-native-webview": "13.8.6",
"react-qr-code": "^2.0.15",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"rn-inkpad": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}