react-hmr
Version:
The react hot loader for hmr wrapping react-hot-loader
37 lines (36 loc) • 866 B
JSON
{
"name": "react-hmr",
"version": "0.1.1",
"description": "The react hot loader for hmr wrapping react-hot-loader",
"main": "index.js",
"keywords": [
"react",
"hmr",
"react-hot-loader",
"hot reload"
],
"scripts": {
"clean": "rm -rf dist && mkdir dist",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node lib/build.js",
"prepublish": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/wuhy/react-hmr.git"
},
"bugs": {
"url": "http://github.com/wuhy/react-hmr/issues"
},
"author": "wuhy <sparklewhy@gmail.com>",
"license": "MIT",
"dependencies": {
"react-hot-loader": "^3.0.0-beta.6"
},
"devDependencies": {
"esprima": "^3.1.3",
"estraverse": "^4.2.0",
"object-assign": "^4.1.1",
"uglify-js": "^2.8.4"
}
}