{ "name": "react-webpack-rails-tutorial", "version": "1.1.0", "description": "Built using the react_on_rails generator.", "main": "server.js", "engines": { "node": "5.0.0", "npm": "3.5.0" }, "repository": { "type": "git", "url": "https://github.com/shakacode/react-webpack-rails-tutorial.git" }, "keywords": [ "react", "tutorial", "comment", "example" ], "author": "justin808", "license": "MIT", "bugs": { "url": "https://github.com/shakacode/react-webpack-rails-tutorial/issues" }, "homepage": "https://github.com/shakacode/react-webpack-rails-tutorial", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js", "build:client": "NODE_ENV=production webpack --config webpack.client.rails.config.js", "build:server": "NODE_ENV=production webpack --config webpack.server.rails.config.js", "build:dev:client": "webpack -w --config webpack.client.rails.config.js", "build:dev:server": "webpack -w --config webpack.server.rails.config.js"<% unless options.skip_js_linters? -%>, "lint": "npm run eslint && npm run jscs", "eslint": "eslint --ext .js,.jsx .", "jscs": "jscs --verbose ." <%- end -%> }, "dependencies": { "babel-core": "^5.8.25", "babel-loader": "^5.3.2", "body-parser": "^1.14.1", "es5-shim": "^4.3.1", "es6-promise": "^3.0.2", "expose-loader": "^0.7.1", <%- if options.redux? -%> "immutable": "^3.7.5", <%- end -%> "imports-loader": "^0.6.5", "jquery": "^2.1.4", "jquery-ujs": "^1.1.0-1", "loader-utils": "^0.2.11", <%- if options.redux? -%> "mirror-creator": "0.0.1", <%- end -%> "lodash": "^3.10.1", "react": "^0.14.0", <%- unless options.skip_bootstrap? -%> "react-bootstrap": "^0.28.1", <%- end -%> "react-dom": "^0.14.3", <%- if options.redux? -%> "react-redux": "^4.0.0", "redux": "^3.0.4", "redux-promise": "^0.5.0", "redux-thunk": "^1.0.0", <%- end -%> "webpack": "^1.12.8" }, "devDependencies": { <%- unless options.skip_js_linters? -%> "babel-eslint": "^4.1.5", <%- end -%> "babel-plugin-react-transform": "^1.1.1", <%- unless options.skip_bootstrap? -%> "bootstrap-sass": "^3.3.5", "bootstrap-sass-loader": "^1.0.9", <%- end -%> "css-loader": "^0.23.0", <%- unless options.skip_js_linters? -%> "eslint": "^1.10.1", "eslint-config-airbnb": "1.0.0", "eslint-plugin-react": "^3.10.0", <%- end -%> "esprima-fb": "^15001.1001.0-dev-harmony-fb", "express": "^4.13.3", "file-loader": "^0.8.4", "jade": "^1.11.0", <%- unless options.skip_js_linters? -%> "jscs": "^2.6.0", <%- end -%> "node-sass": "^3.4.2", "react-transform-hmr": "^1.0.1", "sass-loader": "^3.1.1", "style-loader": "^0.13.0", "url-loader": "^0.5.6", "webpack-dev-server": "^1.12.1" } }