Sha256: 82181358d261bbef202e05fb2570ec6c243064e56b7c293a42b547bc83e9a14b
Contents?: true
Size: 1.14 KB
Versions: 10
Compression:
Stored size: 1.14 KB
Contents
<%- require "react_on_rails/version_syntax_converter" -%> { "name": "react-webpack-rails-tutorial", "version": "0.0.1", "private": true, "engines": { "node": "5.10.0", "npm": "3.5.0" }, "scripts": { "build:test": "webpack --config webpack.config.js", "build:production": "NODE_ENV=production webpack --config webpack.config.js", "build:development": "webpack -w --config webpack.config.js" }, "cacheDirectories": ["node_modules", "client/node_modules"], "dependencies": { "babel": "^6.5.2", "babel-cli": "^6.6.5", "babel-core": "^6.7.4", "babel-loader": "^6.2.4", "babel-runtime": "^6.6.1", "babel-polyfill": "^6.7.4", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-0": "^6.5.0", "es5-shim": "^4.5.7", "expose-loader": "^0.7.1", "imports-loader": "^0.6.5", "react": "^15.0.0", "react-dom": "^15.0.0", "react-on-rails": "<%= VersionSyntaxConverter.new.rubygem_to_npm %>", <%- if options.redux? -%> "react-redux": "^4.4.1", "redux": "^3.3.1", <%- end -%> "webpack": "^1.12.14" }, "devDependencies": { } }
Version data entries
10 entries across 10 versions & 1 rubygems