this repo has no description
at main 892 B view raw
1{ 2 "name": "expo-atproto-auth-example", 3 "license": "0BSD", 4 "version": "1.0.0", 5 "main": "index.ts", 6 "scripts": { 7 "start": "expo start", 8 "android": "expo run:android", 9 "ios": "expo run:ios", 10 "web": "expo start --web" 11 }, 12 "dependencies": { 13 "@atproto/api": "^0.15.26", 14 "@atproto/oauth-client": "^0.5.1", 15 "abortcontroller-polyfill": "^1.7.8", 16 "event-target-polyfill": "^0.0.4", 17 "expo": "~53.0.17", 18 "expo-web-browser": "^14.2.0", 19 "react": "19.0.0", 20 "react-native": "0.79.5", 21 "react-native-mmkv": "^3.3.0", 22 "react-native-url-polyfill": "^2.0.0", 23 "text-encoding": "^0.7.0", 24 "web-streams-polyfill": "^4.1.0" 25 }, 26 "devDependencies": { 27 "@babel/core": "^7.25.2", 28 "@types/react": "~19.0.10", 29 "typescript": "~5.8.3" 30 }, 31 "private": true, 32 "expo": { 33 "autolinking": { 34 "nativeModulesDir": ".." 35 } 36 } 37}