{ "name": "mobile", "version": "1.0.0", "main": "index.tsx", "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", "build:dev": "eas build --profile development --platform android --non-interactive", "update": "eas update --auto --channel prod" }, "dependencies": { "@expo-google-fonts/poppins": "^0.2.3", "@gorhom/portal": "^1.0.14", "@kyoo/ui": "workspace:^", "@material-symbols/svg-400": "^0.5.0", "@shopify/flash-list": "1.4.0", "@tanstack/react-query": "^4.26.1", "babel-plugin-transform-inline-environment-variables": "^0.4.4", "expo": "^48.0.7", "expo-build-properties": "~0.5.1", "expo-constants": "~14.2.1", "expo-dev-client": "~2.1.5", "expo-font": "~11.1.1", "expo-linear-gradient": "~12.1.2", "expo-linking": "~4.0.1", "expo-localization": "~14.1.1", "expo-navigation-bar": "~2.1.1", "expo-router": "^1.2.2", "expo-screen-orientation": "~5.1.1", "expo-secure-store": "~12.1.1", "expo-status-bar": "~1.4.4", "expo-updates": "~0.16.3", "i18next": "^22.4.11", "intl-pluralrules": "^1.3.1", "moti": "^0.24.2", "react": "18.2.0", "react-dom": "18.2.0", "react-i18next": "^12.2.0", "react-native": "0.71.3", "react-native-reanimated": "~2.14.4", "react-native-safe-area-context": "4.5.0", "react-native-screens": "~3.20.0", "react-native-svg": "13.4.0", "react-native-video": "^6.0.0-alpha.5", "yoshiki": "1.2.2" }, "devDependencies": { "@babel/core": "^7.21.3", "@types/react": "~18.0.28", "react-native-svg-transformer": "^1.0.0", "typescript": "^4.9.5" }, "installConfig": { "hoistingLimits": "workspaces" }, "private": true }