{ "name": "@expo/home", "version": "0.0.1", "main": "__generated__/AppEntry.js", "private": true, "description": "The Expo Go app", "scripts": { "postinstall": "expo-yarn-workspaces postinstall", "test": "jest", "lint": "eslint .", "report": "react-native-bundle-visualizer --entry-file __generated__/AppEntry.js", "generate-graphql-code": "graphql-codegen --config graphql-codegen.yml" }, "author": "Expo", "license": "MIT", "jest": { "preset": "jest-expo" }, "dependencies": { "@apollo/client": "^3.4.10", "@expo/react-native-action-sheet": "^2.1.0", "@expo/sdk-runtime-versions": "^1.0.0", "@expo/styleguide-native": "^1.0.1", "@expo/vector-icons": "^13.0.0", "@graphql-codegen/introspection": "^2.1.1", "@react-native-async-storage/async-storage": "~1.15.0", "@react-native-community/netinfo": "8.2.0", "@react-navigation/bottom-tabs": "~5.11.1", "@react-navigation/material-bottom-tabs": "~5.3.9", "@react-navigation/native": "~5.8.9", "@react-navigation/stack": "~5.12.6", "date-fns": "^2.28.0", "dedent": "^0.7.0", "es6-error": "^4.1.1", "expo": "~45.0.0-beta.1", "expo-analytics-amplitude": "~11.2.0", "expo-asset": "~8.5.0", "expo-barcode-scanner": "~11.3.0", "expo-blur": "~11.1.0", "expo-camera": "~12.2.0", "expo-constants": "~13.1.0", "expo-device": "~4.2.0", "expo-font": "~10.1.0", "expo-linear-gradient": "~11.3.0", "expo-location": "~14.2.0", "expo-permissions": "~13.2.0", "expo-splash-screen": "~0.15.0", "expo-task-manager": "~10.2.0", "expo-updates": "~0.13.0", "expo-web-browser": "~10.2.0", "graphql": "^15.3.0", "immutable": "^4.0.0", "lodash": "^4.17.19", "path-to-regexp": "^1.8.0", "prop-types": "^15.7.2", "querystring": "^0.2.0", "react": "17.0.2", "react-native": "0.68.2", "react-native-fade-in-image": "^1.6.1", "react-native-gesture-handler": "~2.2.0", "react-native-infinite-scroll-view": "^0.4.5", "react-native-keyboard-aware-scroll-view": "^0.9.5", "react-native-maps": "0.30.1", "react-native-paper": "^4.0.1", "react-native-reanimated": "~2.8.0", "react-native-safe-area-context": "4.2.4", "react-native-screens": "~3.11.1", "react-redux": "^7.2.0", "react-string-replace": "^0.4.4", "reanimated-bottom-sheet": "^1.0.0-alpha.18", "redux": "^4.0.5", "redux-thunk": "^2.3.0", "semver": "^7.3.5", "sha1": "^1.1.1", "url": "^0.11.0" }, "devDependencies": { "@graphql-codegen/cli": "^2.2.2", "@graphql-codegen/typescript": "^2.3.1", "@graphql-codegen/typescript-operations": "^2.2.0", "@graphql-codegen/typescript-react-apollo": "^3.2.1", "@types/dedent": "^0.7.0", "@types/jest": "^26.0.24", "@types/lodash": "^4.14.161", "@types/react-redux": "^7.1.16", "@types/semver": "^7.3.6", "@types/sha1": "^1.1.2", "expo-module-scripts": "^2.0.0", "jest-expo": "~45.0.0-beta.1", "react-native-bundle-visualizer": "^3.0.0", "uuid": "^3.3.2" } }