{
  "name": "react-navigation-stack-web",
  "version": "0.0.1",
  "description": "Stack navigator component for React Navigation",
  "main": "dist/index.js",
  "files": [
    "dist/",
    "src/",
    "LICENSE.md",
    "README.md"
  ],
  "react-native": "src/index.js",
  "scripts": {
    "test": "jest",
    "lint": "eslint .",
    "format": "eslint . --fix",
    "build:old": "babel --no-babelrc --plugins=syntax-jsx,syntax-class-properties,syntax-object-rest-spread,transform-flow-strip-types src --copy-files --out-dir dist --ignore '**/__tests__/**'",
    "dev:old": "yarn build --watch --out-dir example/node_modules/react-navigation-stack-web/dist",
    "dev": "rollup -c --watch --file example/node_modules/react-navigation-stack-web/dist/index.js",
    "build": "rollup -c",
    "prepublishOnly": "yarn run build"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "react-native-component",
    "react-component",
    "react-native",
    "stack"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ricsam/react-navigation-stack-web.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ricsam/react-navigation-stack-web/issues"
  },
  "homepage": "https://github.com/ricsam/react-navigation-stack-web#readme",
  "devDependencies": {
    "@babel/core": "^7.3.4",
    "@babel/plugin-proposal-class-properties": "^7.3.4",
    "@babel/plugin-proposal-export-default-from": "^7.2.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
    "@babel/preset-env": "^7.3.4",
    "@babel/preset-react": "^7.0.0",
    "@react-navigation/core": "^3.0.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "24.1.0",
    "eslint": "^5.12.1",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-prettier": "^4.0.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jsx-a11y": "^6.2.0",
    "eslint-plugin-prettier": "^3.0.1",
    "eslint-plugin-react": "^7.12.4",
    "jest": "^24.1.0",
    "prettier": "^1.8.2",
    "react": "16.6.3",
    "react-dom": "16.3.3",
    "rollup": "^1.4.0",
    "rollup-external-modules": "^2.0.0",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-local-resolve": "^1.0.7",
    "rollup-pluginutils": "^2.4.1"
  },
  "peerDependencies": {
    "@react-navigation/core": "^3.0.0",
    "react": "*"
  }
}
