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": {
|
2017-12-14 18:31:56 -08:00
|
|
|
"gatsby": "^1.9.135",
|
|
|
|
|
"gatsby-link": "^1.6.32"
|
2017-07-26 13:54:03 -06:00
|
|
|
}
|
|
|
|
|
}
|