2017-07-26 13:54:03 -06:00
|
|
|
{
|
|
|
|
|
"name": "gatsby-starter-hello-world",
|
|
|
|
|
"description": "Gatsby hello world starter",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"develop": "gatsby develop",
|
|
|
|
|
"build": "gatsby build",
|
|
|
|
|
"serve": "gatsby serve"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2018-05-03 00:27:11 -04:00
|
|
|
"gatsby": "next",
|
|
|
|
|
"react": "^16.3.2",
|
|
|
|
|
"react-dom": "^16.3.2"
|
2017-07-26 13:54:03 -06:00
|
|
|
}
|
|
|
|
|
}
|