1{ 2 "name": "@expo/expo", 3 "version": "1.4.0", 4 "private": true, 5 "author": "Expo", 6 "license": "MIT", 7 "scripts": { 8 "setup:docs": "./scripts/download-dependencies.sh", 9 "setup:native": "./scripts/download-dependencies.sh && ./scripts/setup-react-android.sh", 10 "postinstall": "yarn-deduplicate && expo-yarn-workspaces check-workspace-dependencies && yarn workspace @expo/cli prepare", 11 "lint": "eslint .", 12 "tsc": "echo 'You are trying to run \"tsc\" in the workspace root. Run it from an individual package instead.' && exit 1" 13 }, 14 "workspaces": { 15 "packages": [ 16 "apps/*", 17 "apps/test-suite/puppeteer-test", 18 "home", 19 "packages/*", 20 "packages/@expo/*" 21 ] 22 }, 23 "resolutions": { 24 "react-native": "0.72.4", 25 "react-refresh": "^0.14.0", 26 "@react-navigation/native": "^6.1.6", 27 "@react-navigation/core": "^6.4.9", 28 "**/util": "~0.12.4" 29 }, 30 "dependencies": { 31 "eslint": "^8.45.0", 32 "expo-yarn-workspaces": "*", 33 "jsc-android": "^250231.0.0", 34 "prettier": "^3.0.0", 35 "yarn-deduplicate": "^6.0.0" 36 } 37} 38