Sha256: 9233976a7be8552fe2f0998765b233fe854905655c0f912712dde198a293d9a9

Contents?: true

Size: 1.59 KB

Versions: 2

Compression:

Stored size: 1.59 KB

Contents

{
  "name": "react-webpack-rails-tutorial",
  "version": "1.1.1",
  "description": "Built using the react_on_rails generator. Allows you to run npm install from root.",
  "main": "server.js",
  "engines": {
    "node": "4.2.0",
    "npm": "3.3.6"
  },
  "scripts": {
    "postinstall": "cd client && npm install",
    "express-server": "echo 'visit http://localhost:4000' && cd client && npm start",
    "rails-server": "echo 'visit http://localhost:3000/hello_world' && foreman start -f Procfile.dev",
    "build:production:client": "(cd client && npm run build:production:client --silent)",
    <%- if options.server_rendering? -%>
    "build:production:server": "(cd client && npm run build:production:server --silent)",
    <%- end -%>
    "build:client": "(cd client && npm run build:client --silent",
    <%- if options.server_rendering? -%>
    "build:server": "(cd client && npm run build:server --silent)",
    <%- end -%>
    "build:dev:client": "(cd client && npm run build:dev:client --silent)",
    <%- if options.server_rendering? -%>
    "build:dev:server": "(cd client && npm run build:dev:server --silent)",
    <%- end -%>
    "test": "rspec && (cd client && npm run lint)"
  },
  "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",
  "dependencies": {}
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
react_on_rails-5.1.1 lib/generators/react_on_rails/templates/base/base/package.json.tt
react_on_rails-5.1.0 lib/generators/react_on_rails/templates/base/base/package.json.tt