-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.6 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.6 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
{
"name": "my-new-project",
"license": "0BSD",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/montserrat": "^0.2.3",
"@expo/metro-runtime": "~4.0.1",
"@gorhom/bottom-sheet": "^5.0.6",
"@mapbox/polyline": "^1.2.1",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/checkbox": "^0.5.17",
"@react-native-community/slider": "^4.5.6",
"@react-native-firebase/app": "^21.7.1",
"@react-native-firebase/auth": "^21.7.1",
"@react-native-firebase/storage": "^21.7.1",
"@react-native-google-signin/google-signin": "^13.1.0",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/drawer": "^7.1.1",
"@react-navigation/native": "^7.0.14",
"@react-navigation/stack": "^7.1.1",
"axios": "^1.8.2",
"expo": "~52.0.26",
"expo-auth-session": "^6.0.3",
"expo-av": "~15.0.2",
"expo-checkbox": "~4.0.1",
"expo-font": "~13.0.3",
"expo-image": "~2.0.4",
"expo-image-picker": "^16.0.5",
"expo-location": "~18.0.5",
"expo-permissions": "^14.4.0",
"expo-random": "^14.0.1",
"expo-splash-screen": "^0.29.21",
"expo-status-bar": "~2.0.1",
"expo-updates": "~0.27.1",
"firebase": "^11.2.0",
"nodemailer": "^6.10.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.4.0",
"react-native": "0.76.6",
"react-native-chart-kit": "^6.12.0",
"react-native-gesture-handler": "^2.20.2",
"react-native-get-random-values": "^1.11.0",
"react-native-image-picker": "^7.2.3",
"react-native-linear-gradient": "^2.8.3",
"react-native-maps": "^1.18.0",
"react-native-modal": "^13.0.1",
"react-native-paper": "^5.13.1",
"react-native-permissions": "^5.2.4",
"react-native-picker-select": "^9.3.1",
"react-native-reanimated": "^3.16.7",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "^4.4.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "^15.11.1",
"react-native-toast-message": "^2.2.1",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "~0.19.13",
"react-navigation-shared-element": "^3.1.3",
"react-select": "^5.10.0",
"twilio": "^5.4.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.3.12",
"expo-module-scripts": "^4.0.4",
"react-native-svg-transformer": "^1.5.0",
"typescript": "^5.3.3"
},
"private": true
}