|
| 1 | +{ |
| 2 | + "name": "react-transform-boilerplate", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "A new Webpack boilerplate with hot reloading React components, and error handling on module and component level.", |
| 5 | + "scripts": { |
| 6 | + "clean": "rimraf dist", |
| 7 | + "build:webpack": "NODE_ENV=production webpack --config webpack.config.prod.js", |
| 8 | + "build": "npm run clean && npm run build:webpack", |
| 9 | + "start": "node devServer.js", |
| 10 | + "lint": "eslint src" |
| 11 | + }, |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "https://github.com/gaearon/react-transform-boilerplate.git" |
| 15 | + }, |
| 16 | + "keywords": [ |
| 17 | + "react", |
| 18 | + "reactjs", |
| 19 | + "boilerplate", |
| 20 | + "hot", |
| 21 | + "reload", |
| 22 | + "hmr", |
| 23 | + "live", |
| 24 | + "edit", |
| 25 | + "webpack", |
| 26 | + "babel", |
| 27 | + "react-transform" |
| 28 | + ], |
| 29 | + "author": "Dan Abramov <[email protected]> (http://github.com/gaearon)", |
| 30 | + "license": "CC0-1.0", |
| 31 | + "bugs": { |
| 32 | + "url": "https://github.com/gaearon/react-transform-boilerplate/issues" |
| 33 | + }, |
| 34 | + "homepage": "https://github.com/gaearon/react-transform-boilerplate", |
| 35 | + "devDependencies": { |
| 36 | + "babel-core": "^5.4.7", |
| 37 | + "babel-eslint": "^3.1.9", |
| 38 | + "babel-loader": "^5.1.2", |
| 39 | + "babel-plugin-react-transform": "^1.1.1", |
| 40 | + "eslint": "^1.3.1", |
| 41 | + "eslint-plugin-react": "^2.3.0", |
| 42 | + "express": "^4.13.3", |
| 43 | + "react-transform-catch-errors": "^1.0.0", |
| 44 | + "react-transform-hmr": "^1.0.0", |
| 45 | + "redbox-react": "^1.0.1", |
| 46 | + "rimraf": "^2.4.3", |
| 47 | + "webpack": "^1.9.6", |
| 48 | + "webpack-dev-middleware": "^1.2.0", |
| 49 | + "webpack-hot-middleware": "^2.0.0" |
| 50 | + }, |
| 51 | + "dependencies": { |
| 52 | + "react": "^0.13.0" |
| 53 | + } |
| 54 | +} |
0 commit comments