rax-hot-loader
Version:
Tweak Rax components in real time.
41 lines (40 loc) • 814 B
JSON
{
"name": "rax-hot-loader",
"version": "0.6.5",
"description": "Tweak Rax components in real time.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/alibaba/rax.git"
},
"keywords": [
"Rax",
"hot-loader",
"livereload",
"loader"
],
"bugs": {
"url": "https://github.com/alibaba/rax/issues"
},
"homepage": "https://github.com/alibaba/rax#readme",
"files": [
"lib/",
"index.js",
"patch.js",
"babel.js"
],
"license": "BSD-3-Clause",
"dependencies": {
"babel-template": "^6.24.1",
"global": "^4.3.2",
"react-children": "^0.0.2",
"react-deep-force-update": "^2.0.1",
"react-proxy": "^1.1.8"
},
"peerDependencies": {
"rax": "^0.6.5"
},
"devDependencies": {
"rax": "^0.6.5"
}
}