-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.43 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
{
"name": "comp3074-project-group_48",
"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/vector-icons": "^14.0.2",
"@react-native-community/geolocation": "^3.4.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^7.0.5",
"@react-navigation/native": "^7.0.3",
"@react-navigation/native-stack": "^7.1.0",
"@react-navigation/stack": "^7.0.5",
"expo": "~52.0.7",
"expo-dev-client": "~5.0.2",
"expo-font": "~13.0.1",
"expo-image-picker": "^16.0.3",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-geocode": "^1.0.0-alpha.1",
"react-native": "0.76.2",
"react-native-element-dropdown": "^2.12.2",
"react-native-email": "^2.1.0",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "~2.20.2",
"react-native-location": "^2.5.0",
"react-native-maps": "^1.20.0",
"react-native-maps-directions": "^1.9.0",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-navigation": "^5.0.0",
"@react-native-async-storage/async-storage": "1.23.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@react-native-community/cli": "latest"
},
"private": true
}