-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.56 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
{
"name": "saudecheck",
"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/nunito": "^0.4.2",
"@expo/vector-icons": "^15.0.2",
"@gorhom/bottom-sheet": "^5.2.8",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-firebase/app": "^23.8.8",
"@react-native-firebase/auth": "^23.8.8",
"@react-native-firebase/firestore": "^23.8.8",
"@react-native-firebase/storage": "^23.8.8",
"@react-navigation/bottom-tabs": "^7.15.5",
"@react-navigation/native": "^7.1.33",
"@react-navigation/native-stack": "^7.14.5",
"@rnmapbox/maps": "^10.2.10",
"babel-preset-expo": "^55.0.12",
"expo": "~55.0.6",
"expo-build-properties": "^55.0.10",
"expo-clipboard": "~55.0.9",
"expo-constants": "^55.0.9",
"expo-location": "~55.1.8",
"expo-image-picker": "~55.0.20",
"expo-status-bar": "~55.0.4",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.2",
"react-native-gesture-handler": "^2.30.0",
"react-native-maps": "1.26.20",
"react-native-reanimated": "^4.3.1",
"react-native-safe-area-context": "^5.7.0",
"react-native-screens": "^4.24.0",
"react-native-svg": "15.15.3",
"react-native-web": "^0.21.0"
},
"private": true,
"devDependencies": {
"@react-native-community/cli": "^20.1.3",
"@react-native-community/cli-platform-android": "^20.1.3",
"@react-native/metro-config": "^0.85.3"
}
}