{
  "name": "hake",
  "version": "4.0.0",
  "main": "dist/index.js",
  "repository": "git@github.com:bang88/hake.git",
  "author": "bang <sqibang@gmail.com>",
  "scripts": {
    "start": "tsc -w"
  },
  "files": [
    "dist/",
    "yarn.lock"
  ],
  "typings": "dist/index.d.ts",
  "dependencies": {
    "@types/prop-types": "^15.5.2",
    "@types/react": "^16.0.40",
    "@types/react-dom": "^16.0.4",
    "@types/react-redux": "^5.0.15",
    "@types/react-router": "^3.0.3",
    "@types/react-router-redux": "^4.0.40",
    "@types/redux-immutable": "^3.0.33",
    "@types/webpack-env": "^1.13.5",
    "hake-redux": "^0.0.7",
    "immutable": "^3.8.1",
    "prop-types": "^15.6.1",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "react-redux": "^5.0.7",
    "react-router": "^3.0.2",
    "react-router-redux": "^4.0.8",
    "redux": "^3.6.0",
    "redux-immutable": "^4.0.0"
  },
  "license": "MIT",
  "devDependencies": {
    "typescript": "^2.7.2"
  }
}
