-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.7 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
{
"name": "safeguard",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.633.0",
"@aws-sdk/credential-provider-node": "^3.632.0",
"@expo/metro-runtime": "~3.2.1",
"@expo/react-native-action-sheet": "^4.1.0",
"@react-native-community/checkbox": "^0.5.17",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^11.3.2",
"@react-native-firebase/app": "^20.3.0",
"@react-native-firebase/messaging": "^20.3.0",
"@react-native-firebase/storage": "^20.1.0",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"aws-sdk": "^2.1683.0",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"expo": "~51.0.22",
"expo-blur": "~13.0.2",
"expo-document-picker": "~12.0.2",
"expo-image-picker": "~15.0.5",
"expo-local-authentication": "~14.0.1",
"expo-status-bar": "~1.12.1",
"express": "^4.19.2",
"firebase": "^10.12.3",
"got": "^14.4.2",
"jsonwebtoken": "^9.0.2",
"lottie-react-native": "^6.7.2",
"metro-config": "^0.80.9",
"mongodb": "^6.7.0",
"mongoose": "^8.4.3",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.14",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.74.3",
"react-native-action-sheet": "^2.2.0",
"react-native-chart-kit": "^6.12.0",
"react-native-confirmation-code-field": "^7.4.0",
"react-native-device-info": "^11.1.0",
"react-native-gesture-handler": "^2.17.1",
"react-native-image-picker": "^7.1.2",
"react-native-keychain": "^8.2.0",
"react-native-local-auth": "^1.7.0",
"react-native-netinfo": "^1.1.0",
"react-native-permissions": "^4.1.5",
"react-native-reanimated": "~3.10.1",
"react-native-router-flux": "^4.3.1",
"react-native-safe-area-context": "^4.10.4",
"react-native-screens": "^3.31.1",
"react-native-svg": "^15.3.0",
"react-native-svg-transformer": "^1.4.0",
"react-native-swiper": "^1.6.0",
"react-native-vector-icons": "^10.1.0",
"react-native-web": "~0.19.10",
"react-native-webview": "^13.10.5",
"react-navigation": "^5.0.0",
"react-router-dom": "^6.23.1",
"router": "^1.3.8",
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native/metro-config": "^0.74.85"
},
"private": true
}