1{ 2 "name": "test-suite", 3 "version": "1.0.0", 4 "description": "Test suite for the Expo SDK", 5 "main": "__generated__/AppEntry.js", 6 "scripts": { 7 "postinstall": "expo-yarn-workspaces postinstall" 8 }, 9 "author": "", 10 "license": "MIT", 11 "dependencies": { 12 "@expo/html-elements": "^0.0.4", 13 "async-retry": "^1.1.4", 14 "expo": "~44.0.0-alpha.0", 15 "expo-ads-admob": "~12.0.0", 16 "expo-ads-facebook": "~11.1.0", 17 "expo-analytics-segment": "~11.1.0", 18 "expo-application": "~4.0.0", 19 "expo-asset": "~8.4.1", 20 "expo-av": "~10.2.0", 21 "expo-background-fetch": "~10.1.0", 22 "expo-barcode-scanner": "~11.2.0", 23 "expo-brightness": "~10.1.0", 24 "expo-calendar": "~10.1.0", 25 "expo-camera": "~12.1.0", 26 "expo-cellular": "~4.1.0", 27 "expo-constants": "~13.0.0", 28 "expo-contacts": "~10.1.0", 29 "expo-crypto": "~10.1.0", 30 "expo-device": "~4.1.0", 31 "expo-file-system": "~13.2.0", 32 "expo-gl": "~11.1.0", 33 "expo-google-sign-in": "~10.1.0", 34 "expo-haptics": "~11.1.0", 35 "expo-image-manipulator": "~10.2.0", 36 "expo-keep-awake": "~10.0.0", 37 "expo-localization": "~12.0.0", 38 "expo-location": "~14.0.0", 39 "expo-media-library": "~14.0.0", 40 "expo-network": "~4.1.0", 41 "expo-notifications": "~0.14.0", 42 "expo-permissions": "~13.1.0", 43 "expo-random": "~12.1.0", 44 "expo-secure-store": "~11.1.0", 45 "expo-speech": "~10.1.0", 46 "expo-sqlite": "~10.1.0", 47 "expo-task-manager": "~10.1.0", 48 "expo-web-browser": "~10.1.0", 49 "firebase": "^9.3.0", 50 "i18n-js": "^3.1.0", 51 "immutable": "^4.0.0", 52 "jasmine-core": "^2.4.1", 53 "lodash": "^4.17.19", 54 "react": "17.0.1", 55 "react-native": "0.64.3", 56 "react-native-gesture-handler": "~2.1.0", 57 "react-native-safe-area-view": "^0.14.8", 58 "sinon": "^7.1.1" 59 }, 60 "devDependencies": { 61 "expo-yarn-workspaces": "^1.6.0" 62 }, 63 "browserslist": [ 64 ">0.2%", 65 "not dead", 66 "not ie <= 11", 67 "not op_mini all" 68 ] 69} 70