-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.54 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
{
"name": "loco",
"version": "0.1.0",
"scripts": {
"start": "npx expo start --dev-client",
"android": "npx expo run:android",
"ios": "npx expo run:ios",
"web": "npx expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~4.0.0",
"@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/geolocation": "^3.2.1",
"@react-native-community/viewpager": "5.0.11",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.8",
"expo": "^52.0.21",
"expo-asset": "~11.0.1",
"expo-background-fetch": "~13.0.3",
"expo-clipboard": "~7.0.0",
"expo-dev-client": "~5.0.6",
"expo-haptics": "~14.0.0",
"expo-location": "~18.0.4",
"expo-notifications": "~0.29.11",
"expo-router": "~4.0.14",
"expo-status-bar": "~2.0.0",
"expo-task-manager": "~12.0.3",
"firebase": "^10.12.0",
"moment": "^2.30.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-get-random-values": "~1.11.0",
"react-native-maps": "1.18.0",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-web": "~0.19.13",
"socket.io-client": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.24.5"
},
"private": true
}