Skip to content

Instantly share code, notes, and snippets.

@dipeshhkc
Created December 20, 2020 15:30
Show Gist options
  • Save dipeshhkc/b7542f8a0116ff9e421f3c7fda4ca6e3 to your computer and use it in GitHub Desktop.
Save dipeshhkc/b7542f8a0116ff9e421f3c7fda4ca6e3 to your computer and use it in GitHub Desktop.
{
"name": "next-gae-deploy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 8080"
},
"dependencies": {
"next": "10.0.1",
"react": "17.0.1",
"react-dom": "17.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment