{
  "name": "rokot-isomorphic-react",
  "version": "0.9.2",
  "description": "Isomorphic Web Apps via React",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "scripts": {
    "build": "tsc -p source -d",
    "watch": "yarn run build -w",
    "start": "yarn run watch",
    "test": "yarn run build && mocha"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/express": "^4.0.39",
    "@types/react": "^16.0.31",
    "@types/react-dom": "^16.0.3",
    "express": "^4.16.2",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "rokot-test": "^0.3.2",
    "typescript": "~2.6.2"
  },
  "peerDependencies": {
    "@types/express": "*",
    "@types/react": "*",
    "@types/react-dom": "*",
    "express": "4.x",
    "react": "16.x",
    "react-dom": "16.x"
  },
  "dependencies": {
    "@types/react-helmet": "^5.0.3",
    "@types/react-redux": "^5.0.14",
    "@types/react-router": "^3.0.8",
    "@types/react-router-redux": "^4.0.44",
    "@types/underscore": "^1.8.6",
    "isomorphic-fetch": "^2.2.1",
    "react-helmet": "^5.2.0",
    "react-redux": "^5.0.6",
    "react-router": "3.0.5",
    "react-router-redux": "^4.0.8",
    "react-router-scroll": "0.4.4",
    "redux": "^3.7.2",
    "tslib": "^1.8.1",
    "underscore": "^1.8.3"
  }
}
