1{ 2 "name": "native-tests", 3 "version": "1.0.0", 4 "main": "index.js", 5 "scripts": { 6 "postinstall": "expo-yarn-workspaces postinstall", 7 "start": "expo start --dev-client", 8 "android": "expo run:android", 9 "ios": "expo run:ios", 10 "web": "expo start --web" 11 }, 12 "dependencies": { 13 "expo": "~50.0.0-alpha.0", 14 "expo-camera": "~13.5.0", 15 "expo-dev-client": "~3.0.0", 16 "expo-face-detector": "~12.3.0", 17 "expo-image": "~1.4.0", 18 "expo-notifications": "~0.22.0", 19 "expo-random": "~13.3.0", 20 "expo-splash-screen": "~0.21.0", 21 "native-component-list": "*", 22 "react": "18.2.0", 23 "react-dom": "18.2.0", 24 "react-native": "0.72.4" 25 }, 26 "devDependencies": { 27 "@babel/core": "^7.12.9" 28 }, 29 "expo-yarn-workspaces": { 30 "symlinks": [ 31 "expo-constants", 32 "expo-camera", 33 "expo-updates", 34 "react-native-reanimated" 35 ] 36 }, 37 "expo": { 38 "autolinking": { 39 "exclude": [ 40 "expo-branch", 41 "expo-ads-facebook", 42 "expo-ads-admob", 43 "expo-apple-authentication", 44 "expo-module-template", 45 "expo-module-template-local" 46 ], 47 "ios": { 48 "flags": { 49 "inhibit_warnings": false 50 } 51 } 52 } 53 }, 54 "private": true 55} 56