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