{
  "name": "rax-navigation",
  "version": "1.0.0",
  "description": "Navigation component for Rax.",
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "scripts": {
    "start": "rax-scripts start",
    "build": "rax-scripts build",
    "test": "jest",
    "lint": "eslint --ext .js --ext .jsx ./src",
    "lintfix": "eslint --fix --ext .js --ext .jsx ./src"
  },
  "files": [
    "dist",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raxjs/rax-navigation.git"
  },
  "keywords": [
    "Rax",
    "rax-component",
    "react-component"
  ],
  "bugs": {
    "url": "https://github.com/alibaba/rax/issues"
  },
  "homepage": "https://github.com/alibaba/rax#readme",
  "engines": {
    "npm": ">=3.0.0"
  },
  "dependencies": {
    "deep-assign": "^2.0.0",
    "history": "^4.7.2",
    "md5": "^2.2.1",
    "object-assign": "^4.1.1",
    "path-to-regexp": "^2.0.0",
    "rax": "0.x.x",
    "rax-button": "0.x.x",
    "rax-image": "0.x.x",
    "rax-text": "0.x.x",
    "rax-view": "0.x.x",
    "rax-tab-panel": "0.x.x",
    "simple-lodash": "^0.0.6",
    "universal-animation": "0.x.x",
    "universal-env": "0.x.x",
    "universal-transition": "0.x.x",
    "weex-bindingx": "0.0.x"
  },
  "peerDependencies": {
    "rax": "0.x"
  },
  "devDependencies": {
    "@babel/core": "7.2.0",
    "@babel/plugin-proposal-class-properties": "7.2.0",
    "@babel/plugin-proposal-decorators": "7.2.0",
    "@babel/plugin-proposal-export-default-from": "7.2.0",
    "@babel/plugin-transform-runtime": "^7.2.0",
    "babel-plugin-transform-jsx-stylesheet": "0.6.5",
    "@babel/preset-env": "7.2.0",
    "@babel/preset-flow": "7.0.0",
    "@babel/preset-react": "7.0.0",
    "rax": "0.x",
    "rax-test-renderer": "^0.6.5",
    "rax-scripts": "^1.0.0-beta.2",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "10.0.1",
    "babel-jest": "23.6.0",
    "babel-preset-rax": "^0.6.5",
    "eslint": "^5.10.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-react": "~7.11.1",
    "jest": "^23.6.0",
    "jest-localstorage-mock": "^2.3.0"
  }
}
