{ "name": "test-suite", "version": "1.0.0", "description": "Test suite for the Expo SDK", "main": "__generated__/AppEntry.js", "scripts": { "postinstall": "expo-yarn-workspaces postinstall" }, "author": "", "license": "MIT", "dependencies": { "@expo/html-elements": "^0.0.3", "async-retry": "^1.1.4", "expo": "~43.0.0-beta.1", "expo-ads-admob": "~11.0.0", "expo-ads-facebook": "~11.0.0", "expo-analytics-segment": "~11.0.0", "expo-application": "~4.0.0", "expo-asset": "~8.4.0", "expo-av": "~10.0.0", "expo-background-fetch": "~10.0.0", "expo-barcode-scanner": "~11.0.0", "expo-brightness": "~10.0.0", "expo-calendar": "~10.0.0", "expo-camera": "~12.0.0", "expo-cellular": "~4.0.0", "expo-constants": "~12.0.0", "expo-contacts": "~10.0.0", "expo-crypto": "~10.0.0", "expo-device": "~4.0.0", "expo-file-system": "~13.0.0", "expo-gl": "~11.0.0", "expo-google-sign-in": "~10.0.0", "expo-haptics": "~11.0.0", "expo-image-manipulator": "~10.0.0", "expo-keep-awake": "~10.0.0", "expo-localization": "~11.0.0", "expo-location": "~13.0.0", "expo-media-library": "~13.0.0", "expo-network": "~4.0.0", "expo-notifications": "~0.13.0", "expo-permissions": "~13.0.0", "expo-random": "~12.0.0", "expo-secure-store": "~11.0.0", "expo-speech": "~10.0.0", "expo-sqlite": "~10.0.0", "expo-task-manager": "~10.0.0", "expo-web-browser": "~10.0.0", "firebase": "8.10.0", "i18n-js": "^3.0.11", "immutable": "^3.8.1", "jasmine-core": "^2.4.1", "lodash": "^4.17.4", "react": "17.0.1", "react-native": "0.64.2", "react-native-gesture-handler": "~1.10.2", "react-native-safe-area-view": "^0.14.8", "sinon": "^7.1.1" }, "devDependencies": { "expo-yarn-workspaces": "^1.6.0" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }