{ "name": "example-react-native-query-suggestions", "version": "6.38.1", "main": "node_modules/expo/AppEntry.js", "scripts": { "build": "echo \"Error: no build specified\" && exit 0", "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "eject": "expo eject", "test": "jest" }, "dependencies": { "algoliasearch": "4.11.0", "expo": "37.0.3", "prop-types": "15.6.2", "react": "17.0.2", "react-dom": "17.0.2", "react-instantsearch-native": "6.38.1", "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", "react-native-vector-icons": "6.6.0", "react-native-web": "0.11.7" }, "devDependencies": { "@babel/core": "7.8.6", "babel-preset-expo": "8.1.0", "jest-expo": "37.0.0", "react-test-renderer": "17.0.2" }, "private": true, "jest": { "preset": "jest-expo", "transformIgnorePatterns": [ "node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)" ] } }