-
-
Save anonymous/4eb12fab6b9866c2b51b84704a604a2f to your computer and use it in GitHub Desktop.
This file contains 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": "hello-next", | |
"version": "1.0.0", | |
"license": "MIT", | |
"scripts": { | |
"dev": "next", | |
"build": "next build", | |
"start": "next start" | |
}, | |
"dependencies": { | |
"axios": "^0.16.0", | |
"next": "^2.1.0", | |
"react": "^15.4.2", | |
"react-dom": "^15.4.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment