UNPKG

1.35 kBJSONView Raw
1{
2 "name": "@pmmmwh/react-refresh-webpack-plugin",
3 "version": "0.1.0",
4 "description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
5 "keywords": [
6 "react",
7 "javascript",
8 "webpack",
9 "refresh",
10 "hmr",
11 "hotreload",
12 "livereload",
13 "live",
14 "edit",
15 "hot",
16 "reload"
17 ],
18 "homepage": "https://github.com/pmmmwh/react-refresh-webpack-plugin#readme",
19 "bugs": {
20 "url": "https://github.com/pmmmwh/react-refresh-webpack-plugin/issues"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/pmmmwh/react-refresh-webpack-plugin.git"
25 },
26 "license": "MIT",
27 "author": "Michael Mok",
28 "main": "src/index.js",
29 "files": [
30 "src"
31 ],
32 "scripts": {
33 "lint": "prettier --check \"**/*.{js,jsx,json,md}\"",
34 "lint:fix": "prettier --write \"**/*.{js,jsx,json,md}\""
35 },
36 "dependencies": {
37 "ansi-html": "^0.0.7",
38 "error-stack-parser": "^2.0.4",
39 "html-entities": "^1.2.1",
40 "lodash.debounce": "^4.0.8",
41 "react-dev-utils": "^9.1.0",
42 "sockjs-client": "^1.4.0"
43 },
44 "devDependencies": {
45 "prettier": "^1.18.2",
46 "react-refresh": "^0.7.0",
47 "webpack": "^4.41.2"
48 },
49 "peerDependencies": {
50 "react-refresh": ">= 0.7"
51 },
52 "engines": {
53 "node": ">= 8.x"
54 }
55}