{
  "name": "jongerenbedrijvendag",
  "version": "1.5.6",
  "private": true,
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "android-dev": "cd android && ./gradlew installDebug --console plain && adb shell am start -n nl.jongerenbedrijvendag.app/nl.jongerenbedrijvendag.app.MainActivity && cd ..",
    "android-prod": "cd android && ./gradlew installRelease --console plain && adb shell am start -n nl.jongerenbedrijvendag.app/nl.jongerenbedrijvendag.app.MainActivity && cd ..",
    "build-android": "cd android && ./gradlew assembleRelease && cd ..",
    "watch:lint": "node node_modules/eslint-watch/bin/esw -w --fix app/. --ext .js",
    "adb-reverse": "adb reverse tcp:8081 tcp:8081",
    "clean": "rm -rf $TMPDIR/react-* && rm -rf node_modules/ && npm cache verify && npm install && npm start -- --reset-cache",
    "test": "jest",
    "postversion": "react-native-version",
    "postinstall": "npx jetify"
  },
  "dependencies": {
    "@react-native-community/async-storage": "^1.6.2",
    "@react-native-firebase/app": "^14.2.3",
    "@react-native-firebase/messaging": "^14.2.3",
    "@react-navigation/core": "^3.5.1",
    "@sentry/react-native": "^3.2.13",
    "axios": "^0.19.0",
    "color": "^3.1.2",
    "javascript-time-ago": "^2.0.3",
    "metro-config": "^0.66.2",
    "moment": "^2.24.0",
    "prop-types": "^15.7.2",
    "proptypes": "^1.1.0",
    "randomcolor": "^0.5.4",
    "react": "17.0.2",
    "react-native": "0.66.0",
    "react-native-circular-progress": "^1.3.2",
    "react-native-collapsible": "^1.5.1",
    "react-native-communications": "^2.2.1",
    "react-native-elements": "^0.19.1",
    "react-native-flash-message": "^0.1.15",
    "react-native-gesture-handler": "^1.10.3",
    "react-native-keyboard-aware-scroll-view": "github:APSL/react-native-keyboard-aware-scroll-view#pull/501/head",
    "react-native-linear-gradient": "^2.5.6",
    "react-native-map-link": "^2.5.2",
    "react-native-maps": "0.26.1",
    "react-native-reanimated": "^1.3.0",
    "react-native-render-html": "^4.1.2",
    "react-native-screens": "^1.0.0-alpha.23",
    "react-native-splash-screen": "^3.2.0",
    "react-native-svg": "^9.12.0",
    "react-native-timeline-flatlist": "^0.7.6",
    "react-native-vector-icons": "^8.1.0",
    "react-native-version": "^3.2.0",
    "react-native-webview": "^7.4.2",
    "react-navigation": "^4.0.10",
    "react-navigation-drawer": "^2.3.1",
    "react-navigation-redux-helpers": "^4.0.1",
    "react-navigation-stack": "^1.10.2",
    "react-redux": "^7.1.1",
    "redux": "^4.0.4",
    "redux-axios-middleware": "^4.0.1",
    "redux-thunk": "^2.3.0",
    "rxjs": "^6.5.3"
  },
  "devDependencies": {
    "@babel/core": "7.12.17",
    "@babel/runtime": "7.12.18",
    "@react-native-community/eslint-config": "^2.0.0",
    "babel-jest": "^26.6.3",
    "eslint": "7.14.0",
    "jest": "^26.6.3",
    "metro-react-native-babel-preset": "^0.66.2",
    "react-test-renderer": "17.0.2"
  },
  "jest": {
    "preset": "react-native"
  }
}