{
  "name": "hops-redux",
  "version": "15.2.1",
  "description": "React and Redux implementation for Hops",
  "keywords": [
    "hops",
    "react",
    "redux",
    "unmixin",
    "unpreset"
  ],
  "license": "MIT",
  "engines": {
    "node": "14 || 16"
  },
  "main": "index.js",
  "esnext": "index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/xing/hops.git"
  },
  "jest": {
    "displayName": "unit"
  },
  "dependencies": {
    "history": "^4.10.1",
    "hops-mixin": "15.2.1",
    "prop-types": "^15.7.2"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0",
    "react-redux": "^7.1.0",
    "react-router-dom": "^5.1.0",
    "redux": "^4.0.0",
    "redux-thunk": "^2.3.0"
  },
  "devDependencies": {
    "react": "^17.0.2",
    "react-redux": "^7.2.4",
    "react-router-dom": "^5.2.0",
    "redux": "^4.0.4",
    "redux-thunk": "^2.3.0"
  },
  "homepage": "https://github.com/xing/hops/tree/master/packages/redux#readme",
  "gitHead": "146f3e61aa3a520e977ad3bc5acbd1f49634833d"
}
