Skip to content

Instantly share code, notes, and snippets.

@varjmes
Created June 5, 2017 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save varjmes/379fbb569b63f45084e1d914326f7187 to your computer and use it in GitHub Desktop.
Save varjmes/379fbb569b63f45084e1d914326f7187 to your computer and use it in GitHub Desktop.
{
"name": "xxx",
"description": "xxx",
"bugs": {
"url": "xxx"
},
"author": "uSwitch Limited",
"contributors": [
"Charlotte Spencer <charlotte.spencer@uswitch.com>"
],
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"airbrake": "^2.0.0",
"axios": "^0.16.1",
"body-parser": "^1.17.2",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"next": "2.2.0",
"pg": "^6.1.5",
"pg-hstore": "^2.3.2",
"react": "15.5.4",
"react-dom": "15.5.4",
"request": "^2.81.0",
"sequelize": "^3.30.4",
"ustyle-react": "github:uswitch/ustyle-react"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"standard": "^10.0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment