Skip to content

Instantly share code, notes, and snippets.

@vlpt-playground
Last active April 8, 2017 00:58
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 vlpt-playground/3af30c15bb6cbf574e271d26afe3d520 to your computer and use it in GitHub Desktop.
Save vlpt-playground/3af30c15bb6cbf574e271d26afe3d520 to your computer and use it in GitHub Desktop.
{
"name": "hello-next",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "next"
},
"dependencies": {
"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