react-whitebox
Version:
A component to display your errors.
34 lines (33 loc) • 936 B
JSON
{
"name": "redbox-react-hot-loader-example",
"version": "1.0.0",
"description": "Use redbox-react with react-hot-loader",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/library-boilerplate-author/library-boilerplate.git"
},
"keywords": [
"library-boilerplate-keywords"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/library-boilerplate-author/library-boilerplate/issues"
},
"homepage": "https://github.com/library-boilerplate-author/library-boilerplate",
"dependencies": {
"react": "^0.13.3"
},
"devDependencies": {
"babel-core": "^5.6.18",
"babel-loader": "^5.1.4",
"node-libs-browser": "^0.5.2",
"react-hot-loader": "davidpfahler/react-hot-loader#error-reporter",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0",
"webpack-error-notification": "^0.1.4"
}
}