{ "name": "example-react-native", "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": { "@ptomasroos/react-native-multi-slider": "2.2.2", "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-gesture-handler": "1.6.1", "react-native-modal-dropdown": "0.7.0", "react-native-reanimated": "1.7.0", "react-native-router-flux": "4.2.0", "react-native-screens": "2.2.0", "react-native-star-rating": "1.1.0", "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/.*|deprecated-react-native-listview|@ptomasroos/react-native-multi-slider)" ] } }