{
  "name": "ProjectName",
  "version": "0.0.1",
  "description": "A react-native project template with the best DX and a focus on performance and best practices.",
  "repository": {
    "type": "git",
    "url": "git://github.com/iethem/react-native-boilerplate.git"
  },
  "engines": {
    "npm": ">=5",
    "node": ">=8.15.1"
  },
  "author": "İbrahim Ethem Topçu",
  "license": "MIT",
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "generate": "plop --plopfile internals/generators/index.js",
    "presetup": "npm i chalk shelljs compare-versions --no-save",
    "setup": "node ./internals/scripts/setup.js",
    "clean": "shjs ./internals/scripts/clean.js",
    "test": "cross-env NODE_ENV=test jest --coverage",
    "lint": "eslint .",
    "prettify": "prettier --write",
    "extract-intl": "node ./internals/scripts/extract-intl.js",
    "rename": "npx react-native-rename"
  },
  "dependencies": {
    "@babel/polyfill": "^7.7.0",
    "@react-native-community/masked-view": "^0.1.9",
    "@react-native-community/picker": "^1.3.0",
    "@react-navigation/native": "^5.1.6",
    "@react-navigation/stack": "^5.2.11",
    "axios": "^0.19.0",
    "hoist-non-react-statics": "3.3.0",
    "immer": "^5.0.0",
    "intl": "^1.2.5",
    "invariant": "^2.2.4",
    "prop-types": "^15.7.2",
    "react": "16.11.0",
    "react-intl": "2.8.0",
    "react-native": "0.62.2",
    "react-native-gesture-handler": "^1.6.1",
    "react-native-safe-area-context": "^0.7.3",
    "react-native-screens": "^2.5.0",
    "react-redux": "^7.1.3",
    "redux": "^4.0.4",
    "redux-saga": "^1.1.3",
    "reselect": "^4.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.6.2",
    "@babel/runtime": "^7.6.2",
    "@react-native-community/eslint-config": "^0.0.5",
    "babel-eslint": "^10.0.3",
    "babel-jest": "24.9.0",
    "babel-plugin-module-resolver": "^3.2.0",
    "babel-plugin-react-intl": "^5.1.8",
    "chalk": "^2.4.2",
    "compare-versions": "3.4.0",
    "cross-env": "5.2.0",
    "eslint": "^6.7.2",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-config-prettier": "^6.7.0",
    "eslint-import-resolver-babel-module": "^5.1.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-react": "^7.17.0",
    "eslint-plugin-react-hooks": "^2.3.0",
    "eslint-plugin-redux-saga": "^1.1.1",
    "jest": "24.9.0",
    "metro-react-native-babel-preset": "^0.58.0",
    "plop": "^2.5.3",
    "prettier": "^1.19.1",
    "prettify": "^0.1.7",
    "raf": "^3.4.1",
    "react-native-testing-library": "^1.13.2",
    "react-test-renderer": "16.11.0",
    "shelljs": "^0.8.4"
  },
  "jest": {
    "preset": "react-native"
  }
}
