react-whitebox
Version:
A component to display your errors.
23 lines (22 loc) • 581 B
JSON
{
"name": "redbox-babel-plugin-react-hot-example",
"version": "1.0.0",
"description": "Use redbox-react with babel-plugin-react-hot",
"main": "server/app.js",
"scripts": {
"start": "webpack-dev-server --hot --inline --port 3001"
},
"license": "MIT",
"dependencies": {
"react": "^0.13.3"
},
"devDependencies": {
"babel": "^5.8.3",
"babel-loader": "^5.3.2",
"babel-plugin-react-error-catcher": "^1.1.0",
"babel-plugin-react-hot": "^1.0.0",
"babel-runtime": "^5.8.3",
"webpack": "^1.10.3",
"webpack-dev-server": "^1.10.1"
}
}