{
  "name": "@e-group/redux-modules",
  "version": "7.39.19",
  "private": false,
  "author": "eGroup Team",
  "description": "eGroup team react-redux modules that share across projects.",
  "keywords": [
    "eGroup",
    "redux-modules"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:eGroupAI/egroup-material.git",
    "directory": "packages/redux-modules"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eGroupAI/egroup-material/issues"
  },
  "homepage": "https://eGroupAI.github.io/egroup-material",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@e-group/immutable": "^4.0.0-rc.13",
    "@reduxjs/toolkit": "^1.6.0",
    "@types/react": "^16.8.6 || ^17.0.0",
    "@types/react-dom": "^16.9.8 || ^17.0.0",
    "@types/react-redux": "^7.1.9",
    "@types/redux-actions": "^2.6.1",
    "react": "^16.8.0 || ^17.0.0",
    "react-dom": "^16.8.0 || ^17.0.0",
    "react-redux": "^7.2.0",
    "redux": "^4.1.0",
    "redux-actions": "^2.6.5"
  },
  "peerDependenciesMeta": {
    "@e-group/immutable": {
      "optional": true
    },
    "redux-actions": {
      "optional": true
    }
  },
  "dependencies": {
    "@e-group/utils": "^7.39.19",
    "@types/lodash.assign": "^4.2.6",
    "@types/lodash.merge": "^4.6.6",
    "@types/lodash.mergewith": "^4.6.6",
    "@types/warning": "^3.0.0",
    "immer": "^9.0.3",
    "lodash": "^4.17.20",
    "lodash.assign": "^4.2.0",
    "lodash.merge": "^4.6.2",
    "lodash.mergewith": "^4.6.2",
    "warning": "^4.0.3"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "main": "./index.js",
  "module": "./esm/index.js",
  "types": "./index.d.ts"
}