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-03-24 19:29:45 -07:00
|
|
|
"gatsby": "^1.9.241",
|
2018-03-14 09:11:32 -07:00
|
|
|
"gatsby-link": "^1.6.39"
|
2017-07-26 13:54:03 -06:00
|
|
|
}
|
|
|
|
|
}
|