this repo has no description
1{ 2 "name": "atproto-auth-demo", 3 "main": "expo-router/entry", 4 "version": "1.0.0", 5 "scripts": { 6 "start": "expo start", 7 "reset-project": "node ./scripts/reset-project.js", 8 "android": "expo start --android", 9 "ios": "expo start --ios", 10 "web": "expo start --web", 11 "lint": "expo lint" 12 }, 13 "dependencies": { 14 "@expo/vector-icons": "^14.1.0", 15 "@react-navigation/bottom-tabs": "^7.3.10", 16 "@react-navigation/elements": "^2.3.8", 17 "@react-navigation/native": "^7.1.6", 18 "expo": "~53.0.20", 19 "expo-blur": "~14.1.5", 20 "expo-constants": "~17.1.7", 21 "expo-font": "~13.3.2", 22 "expo-haptics": "~14.1.4", 23 "expo-image": "~2.4.0", 24 "expo-linking": "~7.1.7", 25 "expo-router": "~5.1.4", 26 "expo-splash-screen": "~0.30.10", 27 "expo-status-bar": "~2.2.3", 28 "expo-symbols": "~0.4.5", 29 "expo-system-ui": "~5.0.10", 30 "expo-web-browser": "~14.2.0", 31 "react": "19.0.0", 32 "react-dom": "19.0.0", 33 "react-native": "0.79.5", 34 "react-native-gesture-handler": "~2.24.0", 35 "react-native-reanimated": "~3.17.4", 36 "react-native-safe-area-context": "5.4.0", 37 "react-native-screens": "~4.11.1", 38 "react-native-web": "~0.20.0", 39 "react-native-webview": "13.13.5" 40 }, 41 "devDependencies": { 42 "@babel/core": "^7.25.2", 43 "@types/react": "~19.0.10", 44 "typescript": "~5.8.3", 45 "eslint": "^9.25.0", 46 "eslint-config-expo": "~9.2.0" 47 }, 48 "private": true 49}