{ "name": "kyoo", "private": true, "main": "expo-router/entry", "version": "1.0.0", "scripts": { "postinstall": "bun ./scripts/postinstall.ts", "dev": "expo start", "web": "EXPO_NO_TELEMETRY=true expo export -p web", "apk": "eas build --profile preview --platform android --non-interactive --json", "apk:dev": "eas build --profile development --platform android --non-interactive", "lint": "biome lint .", "lint:fix": "biome lint . --write", "format": "biome format .", "format:fix": "biome format . --write" }, "dependencies": { "@expo/html-elements": "^0.13.7", "@gorhom/portal": "^1.0.14", "@legendapp/list": "^2.0.13", "@material-symbols/svg-400": "^0.38.0", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-select": "^2.2.6", "@react-navigation/bottom-tabs": "^7.4.0", "@react-navigation/elements": "^2.6.4", "@react-navigation/native": "^7.1.8", "@tanstack/react-query": "^5.90.5", "@tanstack/react-query-devtools": "^5.90.2", "@types/langmap": "^0.0.3", "expo": "54.0.17", "expo-build-properties": "^1.0.9", "expo-constants": "~18.0.10", "expo-dev-client": "~6.0.16", "expo-image": "~3.0.10", "expo-linear-gradient": "^15.0.7", "expo-linking": "~8.0.8", "expo-localization": "^17.0.7", "expo-router": "~6.0.13", "expo-splash-screen": "^31.0.10", "expo-status-bar": "~3.0.8", "expo-updates": "~29.0.11", "i18next-browser-languagedetector": "^8.2.0", "i18next-http-backend": "^3.0.2", "jassub": "^1.8.6", "langmap": "^0.0.16", "react": "19.1.0", "react-dom": "19.1.0", "react-i18next": "^16.1.0", "react-native": "0.81.5", "react-native-get-random-values": "^2.0.0", "react-native-localization-settings": "^1.2.0", "react-native-mmkv": "^3.3.3", "react-native-nitro-modules": "^0.30.2", "react-native-reanimated": "~4.1.2", "react-native-safe-area-context": "5.6.1", "react-native-screens": "~4.16.0", "react-native-svg": "15.12.1", "react-native-svg-transformer": "^1.5.1", "react-native-video": "zoriya/react-native-video#build", "react-native-web": "^0.21.2", "react-native-worklets": "0.5.1", "react-tooltip": "^5.29.1", "sweetalert2": "^11.26.3", "tsx": "^4.20.6", "uuid": "^13.0.0", "video.js": "^8.23.4", "yoshiki": "1.2.14", "zod": "^4.1.11" }, "devDependencies": { "@biomejs/biome": "2.2.6", "@types/bun": "^1.3.0", "@types/react": "~19.1.10", "@types/react-dom": "~19.1.7", "typescript": "5.9.3" }, "expo": { "doctor": { "reactNativeDirectoryCheck": { "listUnknownPackages": false, "exclude": [ "@gorhom/portal" ] } } } }