{
  "name": "@mediamonks/react-redux-component-init",
  "version": "2.0.6",
  "description": "A library to manage async component initialization in isomorphic React/Redux applications with server-side rendering",
  "main": "./lib/index.js",
  "scripts": {
    "test": "jest",
    "test:unit": "jest --testPathPattern=\"\\.spec\\.js$\"",
    "test:integration": "jest --testPathPattern=\"\\.test\\.js$\"",
    "build": "npm run build:commonjs",
    "build:commonjs": "babel src --out-dir lib",
    "generate-errors": "babel-node ./scripts/generate-errors",
    "clean": "rimraf lib",
    "lint": "eslint .",
    "prettify": "prettier --write \"**/*.js\"",
    "prepublish": "npm run clean && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mediamonks/react-redux-component-init.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "react",
    "reactjs",
    "redux",
    "ismorphic",
    "async",
    "components",
    "initializatoin",
    "SSR",
    "server-side rendering"
  ],
  "author": "Floris Bernard",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mediamonks/react-redux-component-init/issues"
  },
  "engines": {
    "node": ">=14.15.1"
  },
  "homepage": "https://github.com/mediamonks/react-redux-component-init#readme",
  "devDependencies": {
    "@babel/cli": "^7.6.0",
    "@babel/core": "^7.6.0",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
    "@babel/plugin-transform-runtime": "^7.6.0",
    "@babel/plugin-transform-strict-mode": "^7.2.0",
    "@babel/preset-env": "^7.6.0",
    "@babel/preset-react": "^7.0.0",
    "babel-eslint": "^10.0.2",
    "babel-jest": "^24.9.0",
    "babel-plugin-transform-builtin-extend": "^1.1.2",
    "eslint": "^6.0.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-prettier": "^5.0.0",
    "eslint-plugin-import": "2.18.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.14.1",
    "jest": "^27.3.1",
    "json-stable-stringify": "^1.0.1",
    "prettier": "^1.18.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-redux": "^7.2.8",
    "react-test-renderer": "^16.7.0",
    "redux": "^4.0.1",
    "redux-mock-store": "^1.5.3",
    "redux-thunk": "^2.2.0",
    "rimraf": "^2.6.3"
  },
  "peerDependencies": {
    "prop-types": ">= 15.5.10",
    "react": ">= 17.0.2",
    "react-redux": ">= 5.1.2"
  },
  "dependencies": {
    "json-stable-stringify": "^1.0.1",
    "reselect": "^3.0.0"
  }
}
