{
  "name": "@pmmmwh/react-refresh-webpack-plugin",
  "version": "0.3.0-beta.5",
  "description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
  "keywords": [
    "react",
    "javascript",
    "webpack",
    "refresh",
    "hmr",
    "hotreload",
    "livereload",
    "live",
    "edit",
    "hot",
    "reload"
  ],
  "homepage": "https://github.com/pmmmwh/react-refresh-webpack-plugin#readme",
  "bugs": {
    "url": "https://github.com/pmmmwh/react-refresh-webpack-plugin/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pmmmwh/react-refresh-webpack-plugin.git"
  },
  "license": "MIT",
  "author": "Michael Mok",
  "main": "src/index.js",
  "types": "types/index.d.ts",
  "files": [
    "src",
    "types"
  ],
  "scripts": {
    "lint": "eslint --report-unused-disable-directives --ext .js .",
    "lint:fix": "yarn lint --fix",
    "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
    "format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md}\"",
    "generate-types": "tsc -p tsconfig.json && rimraf \"types/{helpers,runtime}\"",
    "prepublishOnly": "rimraf types && yarn generate-types"
  },
  "dependencies": {
    "ansi-html": "^0.0.7",
    "error-stack-parser": "^2.0.6",
    "html-entities": "^1.2.1",
    "lodash.debounce": "^4.0.8",
    "native-url": "^0.2.6",
    "schema-utils": "^2.6.5"
  },
  "devDependencies": {
    "@types/json-schema": "^7.0.4",
    "@types/node": "^13.11.1",
    "@types/webpack": "^4.41.11",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.1",
    "prettier": "^2.0.4",
    "react-refresh": "^0.8.1",
    "rimraf": "^3.0.2",
    "typescript": "^3.8.3",
    "webpack": "^4.42.1",
    "webpack-hot-middleware": "^2.25.0"
  },
  "peerDependencies": {
    "@types/webpack": "^4.41.11",
    "react-refresh": "^0.8.1",
    "sockjs-client": "^1.4.0",
    "type-fest": "^0.13.1",
    "webpack-hot-middleware": "^2.25.0"
  },
  "peerDependenciesMeta": {
    "@types/webpack": {
      "optional": true
    },
    "sockjs-client": {
      "optional": true
    },
    "type-fest": {
      "optional": true
    },
    "webpack-hot-middleware": {
      "optional": true
    }
  },
  "engines": {
    "node": ">= 8.x"
  }
}
