react-refresh-webpack-plugin
Version:
An **EXPERIMENTAL** Webpack plugin to enable "Fast Refresh" (also previously known as _Hot Reloading_) for React components.
56 lines (55 loc) • 1.34 kB
JSON
{
"name": "react-refresh-webpack-plugin",
"version": "0.1.0",
"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",
"files": [
"src"
],
"scripts": {
"lint": "prettier --check \"**/*.{js,jsx,json,md}\"",
"lint:fix": "prettier --write \"**/*.{js,jsx,json,md}\""
},
"dependencies": {
"ansi-html": "^0.0.7",
"error-stack-parser": "^2.0.4",
"html-entities": "^1.2.1",
"lodash.debounce": "^4.0.8",
"react-dev-utils": "^9.1.0",
"sockjs-client": "^1.4.0"
},
"devDependencies": {
"prettier": "^1.18.2",
"react-refresh": "^0.7.0",
"webpack": "^4.41.2"
},
"peerDependencies": {
"react-refresh": ">= 0.7"
},
"engines": {
"node": ">= 8.x"
}
}