{
  "name": "my-player",
  "main": "expo-router/entry",
  "version": "1.0.0",
  "dependencies": {
    "@expo/ui": "~57.0.11",
    "@expo/vector-icons": "^15.0.2",
    "@react-native-async-storage/async-storage": "2.2.0",
    "@react-native-community/slider": "5.2.0",
    "@react-native-google-signin/google-signin": "^16.1.4",
    "expo": "~57.0.13",
    "expo-apple-authentication": "~57.0.1",
    "expo-audio": "~57.0.3",
    "expo-constants": "~57.0.11",
    "expo-device": "~57.0.1",
    "expo-file-system": "~57.0.4",
    "expo-font": "~57.0.1",
    "expo-glass-effect": "~57.0.1",
    "expo-iap": "^5.5.0",
    "expo-image": "~57.0.3",
    "expo-linking": "~57.0.6",
    "expo-router": "~57.0.13",
    "expo-secure-store": "~57.0.1",
    "expo-sharing": "~57.0.17",
    "expo-splash-screen": "~57.0.6",
    "expo-status-bar": "~57.0.1",
    "expo-symbols": "~57.0.2",
    "expo-system-ui": "~57.0.2",
    "expo-video": "~57.0.2",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "react-native": "0.86.2",
    "react-native-gesture-handler": "~2.32.0",
    "react-native-reanimated": "4.5.1",
    "react-native-safe-area-context": "~5.7.0",
    "react-native-screens": "~4.26.0",
    "react-native-web": "~0.21.0",
    "react-native-webview": "13.16.1",
    "react-native-worklets": "0.10.1"
  },
  "devDependencies": {
    "@types/react": "~19.2.2",
    "eslint": "^9.0.0",
    "eslint-config-expo": "~57.0.1",
    "typescript": "~6.0.3"
  },
  "scripts": {
    "start": "node ./scripts/sync-lan-ip.js && expo start",
    "reset-project": "node ./scripts/reset-project.js",
    "android": "node ./scripts/sync-lan-ip.js && expo run:android",
    "ios": "node ./scripts/sync-lan-ip.js && expo run:ios",
    "web": "expo start --web",
    "lint": "expo lint",
    "sync-ip": "node ./scripts/sync-lan-ip.js"
  },
  "private": true,
  "patchedDependencies": {
    "expo-audio@57.0.3": "patches/expo-audio@57.0.3.patch"
  }
}
