chore: build
Frontend Client - EAS Build / build (push) Has been cancelled

This commit is contained in:
2026-06-20 13:37:34 +02:00
parent 37f8165920
commit 28149689fb
+54 -54
View File
@@ -1,57 +1,57 @@
{ {
"name": "mobile", "name": "mobile",
"version": "1.0.0", "version": "1.0.0",
"main": "index.ts", "main": "index.ts",
"scripts": { "scripts": {
"start": "expo start", "start": "expo start",
"android": "expo run:android", "android": "expo run:android",
"ios": "expo run:ios", "ios": "expo run:ios",
"web": "expo start --web" "web": "expo start --web"
}, },
"dependencies": { "dependencies": {
"@expo/vector-icons": "^15.0.3", "@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "2.2.0", "@react-native-async-storage/async-storage": "2.2.0",
"@react-navigation/bottom-tabs": "^7.14.0", "@react-navigation/bottom-tabs": "^7.14.0",
"@react-navigation/native": "^7.1.28", "@react-navigation/native": "^7.1.28",
"@react-navigation/native-stack": "^7.13.0", "@react-navigation/native-stack": "^7.13.0",
"axios": "^1.13.4", "axios": "^1.13.4",
"expo": "~54.0.35", "expo": "~54.0.33",
"expo-av": "~16.0.8", "expo-av": "~16.0.8",
"expo-build-properties": "~1.0.10", "expo-build-properties": "~1.0.10",
"expo-constants": "~18.0.13", "expo-constants": "~18.0.13",
"expo-device": "~8.0.10", "expo-device": "~8.0.10",
"expo-font": "~14.0.12", "expo-font": "~14.0.11",
"expo-linking": "~8.0.12", "expo-linking": "~8.0.11",
"expo-location": "~19.0.8", "expo-location": "~19.0.8",
"expo-notifications": "~0.32.17", "expo-notifications": "~0.32.16",
"expo-router": "~6.0.24", "expo-router": "~6.0.23",
"expo-status-bar": "~3.0.9", "expo-status-bar": "~3.0.9",
"expo-updates": "~29.0.18", "expo-updates": "~29.0.16",
"jwt-decode": "^4.0.0", "jwt-decode": "^4.0.0",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0", "react-dom": "19.1.0",
"react-native": "0.81.5", "react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0", "react-native-gesture-handler": "~2.28.0",
"react-native-maps": "1.20.1", "react-native-maps": "1.20.1",
"react-native-reanimated": "~4.1.1", "react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0", "react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0", "react-native-screens": "~4.16.0",
"react-native-web": "^0.21.0", "react-native-web": "^0.21.0",
"react-native-worklets": "0.5.1" "react-native-worklets": "0.5.1"
}, },
"devDependencies": { "devDependencies": {
"@expo/ngrok": "^4.1.3", "@expo/ngrok": "^4.1.3",
"@types/react": "~19.1.0", "@types/react": "~19.1.0",
"typescript": "~5.9.2" "typescript": "~5.9.2"
}, },
"private": true, "private": true,
"expo": { "expo": {
"install": { "install": {
"exclude": [ "exclude": [
"@react-navigation/bottom-tabs", "@react-navigation/bottom-tabs",
"@react-navigation/native", "@react-navigation/native",
"@react-navigation/native-stack" "@react-navigation/native-stack"
] ]
}
} }
}
} }