@hot-loader/react-dom
Version:
The Hot version of React-DOM
50 lines • 956 B
JSON
{
"name": "@hot-loader/react-dom",
"version": "17.0.1+4.13.0",
"description": "The Hot version of React-DOM",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hot-loader/react-dom.git"
},
"keywords": [
"HMR",
"react",
"hot-loader"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hot-loader/react-dom/issues"
},
"homepage": "https://github.com/hot-loader/react-dom#readme",
"dependencies": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"scheduler": "^0.20.1"
},
"peerDependencies": {
"react": "17.0.1"
},
"files": [
"LICENSE",
"README.md",
"build-info.json",
"index.js",
"profiling.js",
"server.js",
"server.browser.js",
"server.node.js",
"test-utils.js",
"cjs/",
"umd/"
],
"browser": {
"./server.js": "./server.browser.js",
"./unstable-fizz.js": "./unstable-fizz.browser.js"
},
"browserify": {
"transform": [
"loose-envify"
]
}
}