{ "name": "OrionTV", "private": true, "main": "expo-router/entry", "version": "1.1.2", "scripts": { "start": "EXPO_USE_METRO_WORKSPACE_ROOT=1 expo start", "start-tv": "EXPO_TV=1 EXPO_USE_METRO_WORKSPACE_ROOT=1 expo start", "android": "EXPO_USE_METRO_WORKSPACE_ROOT=1 expo run:android", "android-tv": "EXPO_TV=1 EXPO_USE_METRO_WORKSPACE_ROOT=1 expo run:android", "ios": "EXPO_USE_METRO_WORKSPACE_ROOT=1 expo run:ios", "ios-tv": "EXPO_TV=1 EXPO_USE_METRO_WORKSPACE_ROOT=1 expo run:ios", "web": "expo start --web", "reset-project": "./scripts/reset-project.js", "test": "jest --watchAll", "lint": "expo lint", "prebuild": "EXPO_USE_METRO_WORKSPACE_ROOT=1 expo prebuild --clean", "prebuild-tv": "EXPO_TV=1 EXPO_USE_METRO_WORKSPACE_ROOT=1 expo prebuild --clean && yarn copy-config", "copy-config": "cp -r xml/* android/app/src/*", "build-local": "cd android && ./gradlew assembleRelease" }, "jest": { "preset": "jest-expo" }, "resolutions": { "react-native": "npm:react-native-tvos@~0.74.2-0" }, "dependencies": { "@expo/vector-icons": "^14.0.0", "@react-native-async-storage/async-storage": "^2.2.0", "@react-native-community/netinfo": "^11.3.2", "@react-native-cookies/cookies": "^6.2.1", "@react-navigation/native": "^6.0.2", "expo": "~51.0.13", "expo-av": "~14.0.7", "expo-build-properties": "~0.12.3", "expo-constants": "~16.0.2", "expo-font": "~12.0.7", "expo-linking": "~6.3.1", "expo-router": "~3.5.16", "expo-splash-screen": "~0.27.5", "expo-status-bar": "~1.12.1", "expo-system-ui": "~3.0.6", "expo-web-browser": "~13.0.3", "lucide-react-native": "^0.523.0", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "npm:react-native-tvos@~0.74.2-0", "react-native-gesture-handler": "~2.16.1", "react-native-media-console": "*", "react-native-qrcode-svg": "^6.3.1", "react-native-reanimated": "~3.10.1", "react-native-safe-area-context": "4.10.1", "react-native-screens": "3.31.1", "react-native-svg": "^15.12.0", "react-native-tcp-socket": "^6.0.6", "react-native-toast-message": "^2.3.3", "react-native-web": "~0.19.10", "zustand": "^5.0.6" }, "devDependencies": { "@babel/core": "^7.20.0", "@react-native-tvos/config-tv": "^0.0.10", "@types/jest": "^29.5.12", "@types/react": "~18.2.45", "@types/react-test-renderer": "^18.0.7", "eslint": "^8.57.0", "eslint-config-expo": "~7.1.2", "jest": "^29.2.1", "jest-expo": "~51.0.1", "react-test-renderer": "18.2.0", "typescript": "~5.3.3" }, "expo": { "install": { "exclude": [ "react-native" ] } }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }