Created
December 20, 2020 15:30
-
-
Save dipeshhkc/b7542f8a0116ff9e421f3c7fda4ca6e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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