-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 2.23 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
{
"name": "park-swift",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/config-plugins": "~9.0.0",
"@expo/metro-config": "^0.19.4",
"@expo/prebuild-config": "~8.0.0",
"@expo/vector-icons": "^14.0.2",
"@firebase/auth": "^1.9.0",
"@firebase/firestore": "^4.7.7",
"@firebase/functions": "^0.12.2",
"@firebase/storage": "^0.13.6",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/geolocation": "^3.4.0",
"@react-native-firebase/auth": "^19.2.2",
"@react-native-picker/picker": "^2.9.0",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/material-top-tabs": "^6.6.12",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.9.17",
"@react-navigation/stack": "^6.4.1",
"axios": "^1.6.8",
"cross-spawn": "^7.0.6",
"execa": "^9.5.2",
"expo": "~52.0.36",
"expo-firebase": "^0.0.0-alpha.0",
"expo-font": "~13.0.4",
"expo-image-picker": "~16.0.6",
"expo-location": "~18.0.7",
"expo-modules-autolinking": "~2.0.0",
"expo-splash-screen": "^0.29.22",
"expo-status-bar": "~2.0.1",
"firebase": "^11.3.0",
"mem": "^10.0.0",
"os-locale": "^6.0.2",
"punycode": "^2.3.1",
"react": "^18.3.1",
"react-native": "^0.76.6",
"react-native-calendars": "^1.1306.0",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-get-random-values": "^1.11.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "^1.18.0",
"react-native-pager-view": "^6.5.1",
"react-native-paper": "^5.12.3",
"react-native-picker-select": "^9.0.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "~4.4.0",
"react-native-stars": "^1.2.2",
"react-native-tab-view": "^3.5.2",
"react-native-vector-icons": "^10.2.0",
"undici": "^7.3.0",
"yargs": "^17.7.2",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"@babel/core": "^7.24.5"
},
"private": true
}