Skip to content

Instantly share code, notes, and snippets.

@KenanBek
Created November 12, 2020 10: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 KenanBek/df433000f0a8a2d9bc3bebb012995fe5 to your computer and use it in GitHub Desktop.
Save KenanBek/df433000f0a8a2d9bc3bebb012995fe5 to your computer and use it in GitHub Desktop.
package.json to start a Next.js app.
{
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"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