{
  "name": "reactxp-navigation",
  "version": "2.0.0",
  "description": "Plugin for ReactXP that provides a navigation framework",
  "scripts": {
    "build": "npm run tslint && tsc",
    "tslint": "tslint -p tsconfig.json -r tslint.json --fix || true"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Microsoft/reactxp/tree/master/extensions/navigation"
  },
  "keywords": [
    "react-native",
    "reactxp",
    "react"
  ],
  "dependencies": {
    "lodash": "^4.17.15",
    "rebound": "^0.1.0",
    "reactxp-experimental-navigation": "1.0.14"
  },
  "peerDependencies": {
    "react": "^16.3",
    "reactxp": "^2.0.0",
    "react-dom": "^16.3",
    "react-native": ">=0.57",
    "react-native-windows": "^0.57.1"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.149",
    "@types/node": "^12.12.14",
    "@types/react-native": "^0.60.23",
    "reactxp": "^2.0.0",
    "tslint": "^5.20.1",
    "tslint-microsoft-contrib": "^6.2.0",
    "tslint-react": "^4.1.0",
    "tsutils": "^3.17.1",
    "typescript": "^3.7.2"
  },
  "author": "ReactXP Team <reactxp@microsoft.com>",
  "license": "MIT",
  "types": "dist/web/Navigator.d.ts"
}
