{ "name": "mobile", "version": "1.0.0", "main": "expo-router/entry", "scripts": { "start": "expo start", "dev": "expo start --tunnel", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", "format": "prettier --write .", "lint": "eslint .", "postinstall": "patch-package" }, "dependencies": { "@babel/core": "^7.24.0", "@expo-google-fonts/poppins": "^0.2.3", "@noble/hashes": "^1.3.2", "@react-native-async-storage/async-storage": "1.23.1", "@react-native-firebase/app": "^19.2.2", "@react-native-firebase/auth": "^19.2.2", "@react-native-google-signin/google-signin": "^11.0.1", "@react-native-picker/picker": "2.7.5", "@react-navigation/drawer": "^6.6.3", "@rneui/base": "^4.0.0-rc.7", "@rneui/themed": "^4.0.0-rc.8", "@scure/base": "^1.1.3", "@sentry/react-native": "^7.5.0", "@tanstack/query-async-storage-persister": "^5.64.1", "@tanstack/react-query": "^5.64.1", "@tanstack/react-query-persist-client": "^5.64.1", "axios": "^1.4.0", "expo": "~51.0.39", "expo-apple-authentication": "~6.4.2", "expo-av": "~14.0.7", "expo-build-properties": "~0.12.5", "expo-camera": "~15.0.16", "expo-check-installed-apps": "^0.2.9", "expo-clipboard": "~6.0.3", "expo-constants": "~16.0.2", "expo-font": "~12.0.10", "expo-image": "~1.13.0", "expo-image-picker": "~15.1.0", "expo-intent-launcher": "~11.0.1", "expo-linking": "~6.3.1", "expo-router": "~3.5.24", "expo-secure-store": "~13.0.2", "expo-splash-screen": "~0.27.7", "expo-status-bar": "~1.12.1", "expo-updates": "~0.25.28", "fast-text-encoding": "^1.0.6", "lottie-react-native": "6.7.0", "message-port-polyfill": "^0.2.0", "nostr-tools": "^2.7.0", "react": "18.2.0", "react-native": "0.74.5", "react-native-device-info": "^11.1.0", "react-native-draggable-flatlist": "^4.0.1", "react-native-gesture-handler": "~2.16.1", "react-native-get-random-values": "~1.11.0", "react-native-heroicons": "^3.2.0", "react-native-image-colors": "^2.4.0", "react-native-keychain": "^9.1.0", "react-native-parsed-text": "^0.0.22", "react-native-qrcode-svg": "^6.3.0", "react-native-reanimated": "~3.10.1", "react-native-root-toast": "^3.5.1", "react-native-safe-area-context": "4.10.5", "react-native-screens": "^3.37.0", "react-native-svg": "15.2.0", "react-native-text-ticker": "^1.14.0", "react-native-track-player": "^4.0.0", "react-native-webview": "13.8.6", "react-native-webview-crypto": "^0.0.25", "typescript": "~5.3.3", "uuid": "^10.0.0" }, "devDependencies": { "@babel/core": "^7.24.0", "@types/react": "~18.2.45", "@types/uuid": "^10.0.0", "eslint": "^8.47.0", "eslint-config-universe": "^12.0.0", "patch-package": "^8.0.1", "prettier": "3.0.2", "react-native-svg-transformer": "^1.5.0", "typescript": "~5.3.3" }, "private": true }