Skip to content

Instantly share code, notes, and snippets.

/package.json Secret

Created April 8, 2017 01:11
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 anonymous/4eb12fab6b9866c2b51b84704a604a2f to your computer and use it in GitHub Desktop.
Save anonymous/4eb12fab6b9866c2b51b84704a604a2f to your computer and use it in GitHub Desktop.
{
"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