this repo has no description
at main 1.6 kB view raw
1{ 2 "name": "atproto-music-poc", 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 "@atproto/api": "^0.16.11", 15 "@atproto/identity": "^0.4.9", 16 "@atproto/oauth-client-browser": "^0.3.32", 17 "@expo/metro-runtime": "~6.1.2", 18 "@expo/vector-icons": "^15.0.2", 19 "@react-navigation/bottom-tabs": "^7.4.0", 20 "@react-navigation/elements": "^2.6.3", 21 "@react-navigation/native": "^7.1.8", 22 "expo": "~54.0.10", 23 "expo-audio": "^1.0.13", 24 "expo-auth-session": "^7.0.8", 25 "expo-constants": "~18.0.9", 26 "expo-document-picker": "^14.0.7", 27 "expo-font": "~14.0.8", 28 "expo-haptics": "~15.0.7", 29 "expo-image": "~3.0.8", 30 "expo-linking": "~8.0.8", 31 "expo-router": "~6.0.8", 32 "expo-splash-screen": "~31.0.10", 33 "expo-status-bar": "~3.0.8", 34 "expo-symbols": "~1.0.7", 35 "expo-system-ui": "~6.0.7", 36 "expo-web-browser": "~15.0.7", 37 "react": "19.1.0", 38 "react-dom": "19.1.0", 39 "react-native": "0.81.4", 40 "react-native-gesture-handler": "~2.28.0", 41 "react-native-reanimated": "~4.1.1", 42 "react-native-safe-area-context": "~5.6.0", 43 "react-native-screens": "~4.16.0", 44 "react-native-web": "~0.21.0", 45 "react-native-worklets": "0.5.1" 46 }, 47 "devDependencies": { 48 "@types/react": "~19.1.0", 49 "eslint": "^9.25.0", 50 "eslint-config-expo": "~10.0.0", 51 "typescript": "~5.9.2" 52 }, 53 "private": true 54}