{ "name": "kyoo", "private": true, "main": "expo-router/entry", "version": "1.0.0", "scripts": { "dev": "expo start", "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.8", "@material-symbols/svg-400": "^0.36.1", "@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.2", "expo": "~54.0.10", "expo-build-properties": "^1.0.9", "expo-dev-client": "^6.0.12", "expo-image": "^3.0.8", "expo-linear-gradient": "^15.0.7", "expo-linking": "~8.0.8", "expo-localization": "^17.0.7", "expo-router": "~6.0.8", "expo-splash-screen": "^31.0.10", "expo-status-bar": "~3.0.8", "expo-updates": "~29.0.11", "i18next-http-backend": "^3.0.2", "react": "19.1.0", "react-i18next": "^16.0.0", "react-native": "0.81.4", "react-native-mmkv": "^3.3.3", "react-native-nitro-modules": "^0.29.6", "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-video": "zoriya/react-native-video#build", "react-native-web": "^0.21.1", "react-tooltip": "^5.29.1", "sweetalert2": "^11.23.0", "yoshiki": "1.2.14", "zod": "^4.1.11" }, "devDependencies": { "@biomejs/biome": "2.2.4", "@tanstack/react-query-devtools": "^5.90.2", "@types/react": "~19.1.14", "@types/react-dom": "^19.1.9", "react-native-svg-transformer": "^1.5.1", "typescript": "5.9.2" }, "expo": { "doctor": { "reactNativeDirectoryCheck": { "listUnknownPackages": false, "exclude": [ "@gorhom/portal" ] } } } }