-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 747 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 747 Bytes
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
{
"devDependencies": {
"@types/react": "^19.1.8",
"@types/react-native": "^0.72.8",
"eas-cli": "^16.13.2",
"expo": "^53.0.12"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-navigation/bottom-tabs": "^7.3.17",
"@react-navigation/native": "^7.1.13",
"@react-navigation/stack": "^7.4.2",
"@rnmapbox/maps": "^10.1.39",
"ajv": "^8.17.1",
"expo-dev-client": "~5.2.2",
"expo-linear-gradient": "^14.1.5",
"expo-router": "~5.1.0",
"expo-status-bar": "^2.2.3",
"flask": "^0.2.10",
"google": "^2.1.0",
"react": "^19.1.0",
"react-native": "^0.80.0",
"react-native-gesture-handler": "^2.26.0",
"react-native-reanimated": "^3.18.0"
}
}