From 28149689fb1024fe878a8d724a8085d9c293618a Mon Sep 17 00:00:00 2001 From: Xor290 Date: Sat, 20 Jun 2026 13:37:34 +0200 Subject: [PATCH] chore: build --- mobile/package.json | 108 ++++++++++++++++++++++---------------------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/mobile/package.json b/mobile/package.json index f3ff4fc2..cf5536ff 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -1,57 +1,57 @@ { - "name": "mobile", - "version": "1.0.0", - "main": "index.ts", - "scripts": { - "start": "expo start", - "android": "expo run:android", - "ios": "expo run:ios", - "web": "expo start --web" - }, - "dependencies": { - "@expo/vector-icons": "^15.0.3", - "@react-native-async-storage/async-storage": "2.2.0", - "@react-navigation/bottom-tabs": "^7.14.0", - "@react-navigation/native": "^7.1.28", - "@react-navigation/native-stack": "^7.13.0", - "axios": "^1.13.4", - "expo": "~54.0.35", - "expo-av": "~16.0.8", - "expo-build-properties": "~1.0.10", - "expo-constants": "~18.0.13", - "expo-device": "~8.0.10", - "expo-font": "~14.0.12", - "expo-linking": "~8.0.12", - "expo-location": "~19.0.8", - "expo-notifications": "~0.32.17", - "expo-router": "~6.0.24", - "expo-status-bar": "~3.0.9", - "expo-updates": "~29.0.18", - "jwt-decode": "^4.0.0", - "react": "19.1.0", - "react-dom": "19.1.0", - "react-native": "0.81.5", - "react-native-gesture-handler": "~2.28.0", - "react-native-maps": "1.20.1", - "react-native-reanimated": "~4.1.1", - "react-native-safe-area-context": "~5.6.0", - "react-native-screens": "~4.16.0", - "react-native-web": "^0.21.0", - "react-native-worklets": "0.5.1" - }, - "devDependencies": { - "@expo/ngrok": "^4.1.3", - "@types/react": "~19.1.0", - "typescript": "~5.9.2" - }, - "private": true, - "expo": { - "install": { - "exclude": [ - "@react-navigation/bottom-tabs", - "@react-navigation/native", - "@react-navigation/native-stack" - ] + "name": "mobile", + "version": "1.0.0", + "main": "index.ts", + "scripts": { + "start": "expo start", + "android": "expo run:android", + "ios": "expo run:ios", + "web": "expo start --web" + }, + "dependencies": { + "@expo/vector-icons": "^15.0.3", + "@react-native-async-storage/async-storage": "2.2.0", + "@react-navigation/bottom-tabs": "^7.14.0", + "@react-navigation/native": "^7.1.28", + "@react-navigation/native-stack": "^7.13.0", + "axios": "^1.13.4", + "expo": "~54.0.33", + "expo-av": "~16.0.8", + "expo-build-properties": "~1.0.10", + "expo-constants": "~18.0.13", + "expo-device": "~8.0.10", + "expo-font": "~14.0.11", + "expo-linking": "~8.0.11", + "expo-location": "~19.0.8", + "expo-notifications": "~0.32.16", + "expo-router": "~6.0.23", + "expo-status-bar": "~3.0.9", + "expo-updates": "~29.0.16", + "jwt-decode": "^4.0.0", + "react": "19.1.0", + "react-dom": "19.1.0", + "react-native": "0.81.5", + "react-native-gesture-handler": "~2.28.0", + "react-native-maps": "1.20.1", + "react-native-reanimated": "~4.1.1", + "react-native-safe-area-context": "~5.6.0", + "react-native-screens": "~4.16.0", + "react-native-web": "^0.21.0", + "react-native-worklets": "0.5.1" + }, + "devDependencies": { + "@expo/ngrok": "^4.1.3", + "@types/react": "~19.1.0", + "typescript": "~5.9.2" + }, + "private": true, + "expo": { + "install": { + "exclude": [ + "@react-navigation/bottom-tabs", + "@react-navigation/native", + "@react-navigation/native-stack" + ] + } } - } }