{ "name": "mobile", "version": "1.0.0", "main": "expo-router/entry", "sideEffects": false, "scripts": { "dev": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "build": "eas build --profile production --platform android --non-interactive --auto-submit", "build:apk": "eas build --profile preview --platform android --non-interactive --json", "build:dev": "eas build --profile development --platform android --non-interactive", "update": "eas update --auto --channel prod" }, "dependencies": { "@expo-google-fonts/poppins": "^0.2.3", "@formatjs/intl-displaynames": "^6.6.6", "@formatjs/intl-locale": "^3.4.5", "@gorhom/portal": "^1.0.14", "@kesha-antonov/react-native-background-downloader": "git+https://github.com/zoriya/react-native-background-downloader.git", "@kyoo/ui": "workspace:^", "@material-symbols/svg-400": "^0.14.6", "@react-native-community/netinfo": "11.1.0", "@shopify/flash-list": "1.6.3", "@tanstack/query-sync-storage-persister": "^5.17.19", "@tanstack/react-query": "^5.17.19", "@tanstack/react-query-persist-client": "^5.17.19", "array-shuffle": "^3.0.0", "babel-plugin-transform-inline-environment-variables": "^0.4.4", "expo": "^50.0.4", "expo-build-properties": "~0.11.0", "expo-constants": "~15.4.5", "expo-dev-client": "~3.3.7", "expo-file-system": "~16.0.5", "expo-font": "~11.10.2", "expo-image-picker": "~14.7.1", "expo-linear-gradient": "~12.7.1", "expo-linking": "~6.2.2", "expo-localization": "~14.8.3", "expo-navigation-bar": "~2.8.1", "expo-router": "3.4.6", "expo-screen-orientation": "~6.4.1", "expo-secure-store": "~12.8.1", "expo-status-bar": "~1.11.1", "expo-updates": "~0.24.9", "i18next": "^23.7.20", "intl-pluralrules": "^2.0.1", "moti": "^0.27.2", "react": "18.2.0", "react-dom": "18.2.0", "react-i18next": "^14.0.1", "react-native": "0.73.2", "react-native-blurhash": "^1.1.11", "react-native-fast-image": "^8.6.3", "react-native-mmkv": "^2.11.0", "react-native-reanimated": "~3.6.2", "react-native-safe-area-context": "4.8.2", "react-native-screens": "~3.29.0", "react-native-svg": "14.1.0", "react-native-uuid": "^2.0.1", "react-native-video": "^6.0.0-beta.4", "yoshiki": "1.2.14" }, "devDependencies": { "@babel/core": "^7.23.9", "@types/react": "18.2.48", "react-native-svg-transformer": "^1.3.0", "typescript": "^5.3.3" }, "installConfig": { "hoistingLimits": "workspaces" }, "private": true }