Skip to content

Instantly share code, notes, and snippets.

@desaijay315
Created October 2, 2020 10:29
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 desaijay315/6ce94bf8b5a316b59693af9e838490f0 to your computer and use it in GitHub Desktop.
Save desaijay315/6ce94bf8b5a316b59693af9e838490f0 to your computer and use it in GitHub Desktop.
{
"name": "next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start_prod": "NODE_ENV=production node server.js -p $PORT"
},
"dependencies": {
"express": "^4.17.1",
"next": "9.5.3",
"react": "16.13.1",
"react-dom": "16.13.1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment