{ "name": "trilooptem_app", "main": "expo-router/entry", "version": "1.0.0", "dependencies": { "@shopify/react-native-skia": "2.6.2", "expo": "~56.0.9", "expo-constants": "~56.0.17", "expo-dev-client": "~56.0.19", "expo-document-picker": "~56.0.4", "expo-file-system": "~56.0.7", "expo-font": "~56.0.5", "expo-linking": "~56.0.13", "expo-location": "~56.0.16", "expo-router": "~56.2.9", "expo-sharing": "~56.0.16", "expo-splash-screen": "~56.0.10", "expo-sqlite": "~56.0.4", "expo-status-bar": "~56.0.4", "expo-symbols": "~56.0.6", "expo-web-browser": "~56.0.5", "fflate": "^0.8.3", "react": "19.2.3", "react-dom": "19.2.3", "react-native": "0.85.3", "react-native-gesture-handler": "~2.31.1", "react-native-maps": "1.27.2", "react-native-paper": "^5.15.3", "react-native-reanimated": "4.3.1", "react-native-safe-area-context": "~5.7.0", "react-native-screens": "4.25.2", "react-native-tcp-socket": "^6.4.1", "react-native-web": "~0.21.0", "react-native-worklets": "0.8.3", "zustand": "^5.0.14" }, "devDependencies": { "@types/react": "~19.2.2", "typescript": "~6.0.3" }, "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web" }, "private": true }