{ "name": "native-component-list", "version": "0.0.0", "description": "A list of the various APIs you can use with the Expo Go", "author": "Expo", "private": true, "main": "__generated__/AppEntry.js", "scripts": { "postinstall": "expo-yarn-workspaces postinstall", "build:web": "expo build:web --no-pwa", "web": "expo start:web --https", "eject": "SDK_VERSION=40.0.0 expo eject", "lint": "eslint .", "tsc": "tsc --noEmit -p ./tsconfig.json", "start": "react-native start", "ios": "react-native run-ios", "android": "react-native run-android" }, "expo-yarn-workspaces": { "symlinks": [ "expo-constants", "expo-camera", "expo-updates" ] }, "react-native-unimodules": { "android": { "exclude": [ "expo-module-template" ], "modulesPaths": [ "../../../../packages" ], "configuration": "api", "target": "react-native" }, "ios": { "exclude": [ "expo-module-template" ], "modules_paths": [ "../../../packages" ], "flags": { "inhibit_warnings": false } } }, "dependencies": { "@expo/react-native-action-sheet": "^3.8.0", "@react-native-async-storage/async-storage": "~1.15.0", "@react-native-community/slider": "3.0.3", "@react-native-community/masked-view": "0.1.10", "@react-native-community/datetimepicker": "3.2.0", "@react-native-community/netinfo": "6.0.0", "@react-native-community/viewpager": "5.0.11", "@react-native-picker/picker": "1.9.11", "@react-native-segmented-control/segmented-control": "2.3.0", "@react-navigation/bottom-tabs": "~5.11.1", "@react-navigation/drawer": "~5.11.3", "@react-navigation/material-bottom-tabs": "~5.3.9", "@react-navigation/native": "~5.8.9", "@react-navigation/stack": "~5.12.6", "@use-expo/permissions": "^2.0.0", "date-format": "^2.0.0", "deep-object-diff": "^1.1.0", "expo": "~41.0.0", "expo-2d-context": "^0.0.2", "expo-ads-admob": "~10.0.4", "expo-ads-facebook": "~10.0.4", "expo-app-auth": "~10.1.2", "expo-apple-authentication": "~3.1.0", "expo-asset": "~8.3.2", "expo-av": "~9.1.2", "expo-background-fetch": "~9.1.0", "expo-barcode-scanner": "~10.1.2", "expo-battery": "~4.1.0", "expo-blur": "~9.0.3", "expo-brightness": "~9.1.2", "expo-calendar": "~9.1.2", "expo-camera": "~11.0.3", "expo-checkbox": "~1.0.3", "expo-constants": "~10.1.3", "expo-contacts": "~9.1.2", "expo-device": "~3.2.0", "expo-document-picker": "~9.1.2", "expo-face-detector": "~10.0.1", "expo-facebook": "~11.1.1", "expo-file-system": "~11.0.2", "expo-font": "~9.1.0", "expo-gl": "~10.3.0", "expo-google-app-auth": "~8.1.7", "expo-google-sign-in": "~9.1.0", "expo-haptics": "~10.0.0", "expo-image": "~1.0.0-alpha.0", "expo-image-manipulator": "~9.1.0", "expo-image-picker": "~10.1.3", "expo-intent-launcher": "~9.0.0", "expo-keep-awake": "~9.1.2", "expo-linear-gradient": "~9.1.0", "expo-linking": "~2.2.3", "expo-local-authentication": "~11.0.2", "expo-localization": "~10.1.0", "expo-location": "~12.0.4", "expo-mail-composer": "~10.1.2", "expo-media-library": "~12.0.2", "expo-payments-stripe": "~9.2.3", "expo-permissions": "~12.0.1", "expo-print": "~10.1.0", "expo-processing": "2.0.2", "expo-progress": "^0.0.2", "expo-random": "^11.1.2", "expo-secure-store": "~10.1.0", "expo-sensors": "~10.1.2", "expo-sharing": "~9.1.2", "expo-sms": "~9.1.2", "expo-speech": "~9.1.0", "expo-splash-screen": "^0.10.2", "expo-status-bar": "^1.0.4", "expo-store-review": "~4.0.2", "expo-task-manager": "~9.1.0", "expo-three": "5.2.0", "expo-updates": "0.6.0", "expo-web-browser": "~9.1.0", "fbemitter": "^2.1.1", "fuse.js": "^6.4.1", "gl-mat4": "^1.1.4", "hsv2rgb": "^1.1.0", "i18n-js": "^3.1.0", "lottie-react-native": "3.5.0", "moment": "^2.10.6", "path": "^0.12.7", "pixi.js": "^4.6.1", "processing-js": "^1.6.6", "react": "16.13.1", "react-dom": "16.13.1", "react-native": "0.63.2", "react-native-appearance": "~0.3.4", "react-native-gesture-handler": "~1.10.2", "react-native-iphone-x-helper": "^1.3.0", "react-native-maps": "0.27.1", "react-native-paper": "^4.0.1", "react-native-reanimated": "~2.1.0", "react-native-redash": "^14.1.1", "react-native-shared-element": "0.7.0", "react-native-safe-area-context": "3.2.0", "react-native-safe-area-view": "^0.14.8", "react-native-svg": "~12.1.0", "react-native-webview": "11.2.3", "react-native-screens": "~3.0.0", "react-native-unimodules": "~0.13.3", "react-native-view-shot": "3.1.2", "react-native-web": "~0.13.7", "react-navigation": "^4.4.0", "react-navigation-shared-element": "^3.0.0", "react-navigation-stack": "^2.8.2", "regl": "^1.3.0", "three": "^0.115.0", "url": "^0.11.0", "uuid": "^8.3.0", "victory-native": "^30.4.0", "unimodules-test-core": "^0.3.0" }, "devDependencies": { "@babel/core": "~7.9.0", "@types/i18n-js": "^3.0.1", "@types/pixi.js": "^4.8.6", "@types/react": "~16.9.41", "@types/three": "^0.93.28", "@types/victory": "^31.0.14", "babel-jest": "~25.2.6", "babel-preset-expo": "~8.3.0", "expo-module-scripts": "^2.0.0", "expo-yarn-workspaces": "^1.5.1", "jest": "~25.2.6", "react-test-renderer": "~16.13.1" } }