{ "name": "aretherecookies", "version": "1.6.0", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest", "lint": "flow && eslint js", "android:bundle": "react-native bundle --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle", "android:release": "yarn android:bundle && cd android && ./gradlew bundleRelease", "android:bundle-release": "yarn android:bundle && yarn android:release", "android:bundletool": "java -jar ./android/bundletool-0.10.2.jar", "android:build-apks": "yarn android:bundletool build-apks --bundle=android/app/build/outputs/bundle/release/app.aab --ks=android/app/atc-release-key.keystore --ks-key-alias=atc-key-alias --ks-pass=pass:bigjohncookies --output=/tmp/app.apks", "android:install-apks": "yarn android:bundletool install-apks --apks=/tmp/app.apks" }, "dependencies": { "@react-native-community/async-storage": "^1.6.2", "geodist": "^0.2.1", "immutable": "^4.0.0-rc.12", "moment": "^2.24.0", "query-string": "^6.8.3", "ramda": "^0.26.1", "react": "16.8.6", "react-native": "0.60.5", "react-native-auth0": "^1.5.0", "react-native-geolocation-service": "^3.1.0", "react-native-google-places": "^3.1.2", "react-native-image-crop-picker": "^0.25.2", "react-native-loading-spinner-overlay": "^1.0.1", "react-native-looped-carousel": "^0.1.13", "react-native-maps": "^0.25.0", "react-native-material-ui": "^1.30.1", "react-native-snackbar": "^2.0.2", "react-native-vector-icons": "^6.6.0", "react-router-native": "^4", "react-router-native-button": "^1.2.0", "recompose": "^0.30.0", "rxjs": "^5" }, "devDependencies": { "@babel/core": "^7.5.0", "@babel/runtime": "^7.5.0", "@react-native-community/eslint-config": "^0.0.3", "babel-eslint": "^8.1.1", "babel-jest": "^24.1.0", "babel-preset-react-native": "1.9.1", "eslint": "^5", "eslint-plugin-react": "^7", "eslint-plugin-react-native": "^2.2.1", "flow-bin": "^0.92.0", "jest": "^24.1.0", "jshint": "^2.9.4", "metro-react-native-babel-preset": "0.54.1", "react-test-renderer": "16.8.6" }, "jest": { "preset": "react-native" } }