-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.09 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 2.09 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
{
"name": "tori",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@ptomasroos/react-native-multi-slider": "^2.2.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/slider": "4.5.5",
"@react-native-firebase/app": "21.10.0",
"@react-native-firebase/auth": "21.10.0",
"@react-native-firebase/firestore": "21.10.0",
"@react-native-firebase/functions": "21.10.0",
"@react-native-firebase/messaging": "21.10.0",
"@react-native-firebase/storage": "^21.10.0",
"@react-native-google-signin/google-signin": "13.1.0",
"@react-navigation/native": "7.0.14",
"@react-navigation/native-stack": "7.2.0",
"expo": "52.0.35",
"expo-build-properties": "0.13.1",
"expo-dev-client": "5.0.4",
"expo-firebase": "0.0.0-alpha.0",
"expo-image": "2.0.2",
"expo-image-picker": "16.0.3",
"expo-linear-gradient": "14.0.1",
"expo-location": "18.0.5",
"expo-router": "3.5.24",
"expo-status-bar": "2.0.0",
"expo-system-ui": "4.0.6",
"firebase": "11.3.0",
"geolib": "3.3.4",
"metro": "0.80.6",
"metro-resolver": "0.80.6",
"metro-runtime": "0.80.6",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-calendar-events": "2.2.0",
"react-native-calendar-strip": "1.4.2",
"react-native-chart-kit": "6.12.0",
"react-native-country-codes-picker": "2.3.5",
"react-native-fbsdk-next": "13.3.0",
"react-native-gesture-handler": "2.20.2",
"react-native-get-random-values": "1.11.0",
"react-native-google-places-autocomplete": "2.5.7",
"react-native-maps": "^1.20.1",
"react-native-reanimated": "3.16.3",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "4.1.0",
"react-native-svg": "15.9.0",
"send": "1.1.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"metro-react-native-babel-preset": "0.77.0"
},
"private": true
}