react-hot-loader
Version:
Webpack loader that enables live-editing React components without unmounting or losing their state
34 lines (33 loc) • 778 B
JSON
{
"name": "react-hot-loader",
"version": "0.1.11",
"description": "Webpack loader that enables live-editing React components without unmounting or losing their state",
"main": "index.js",
"directories": {
"example": "example"
},
"dependencies": {
"loader-utils": "^0.2.3"
},
"devDependencies": {
"jsx-loader": "0.10.2",
"react": "0.10.0",
"webpack": "^1.3.1-beta8"
},
"repository": {
"type": "git",
"url": "https://github.com/gaearon/react-hot-loader.git"
},
"keywords": [
"react",
"webpack",
"hmr",
"livereload"
],
"author": "Dan Abramov",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaearon/react-hot-loader/issues"
},
"homepage": "https://github.com/gaearon/react-hot-loader"
}