12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "react-hot-boilerplate",
- "version": "1.0.0",
- "description": "Boilerplate for ReactJS project with hot code reloading",
- "scripts": {
- "start": "node server.js"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/gaearon/react-hot-boilerplate.git"
- },
- "keywords": [
- "react",
- "reactjs",
- "boilerplate",
- "hot",
- "hot",
- "reload",
- "hmr",
- "live",
- "edit",
- "webpack"
- ],
- "author": "Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/gaearon/react-hot-boilerplate/issues"
- },
- "homepage": "https://github.com/gaearon/react-hot-boilerplate",
- "devDependencies": {
- "jsx-loader": "^0.12.2",
- "react-hot-loader": "^1.1.1",
- "webpack": "^1.5.1",
- "webpack-dev-server": "1.6.4"
- },
- "dependencies": {
- "react": "^0.12.0"
- }
- }
|