Skip to content

Instantly share code, notes, and snippets.

@tonyspiro
Created October 12, 2017 20:18
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 tonyspiro/2869f1444100c4f09d738e604e4a9fa5 to your computer and use it in GitHub Desktop.
Save tonyspiro/2869f1444100c4f09d738e604e4a9fa5 to your computer and use it in GitHub Desktop.
{
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "next build; NODE_ENV=production node server.js"
},
"dependencies": {
"axios": "^0.16.2",
"express": "^4.16.2",
"lodash": "^4.17.4",
"next": "^4.0.3",
"next-routes": "^1.1.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment