Files
explorer.fullstack.cash/package.json
T
2018-03-24 19:29:45 -07:00

15 lines
300 B
JSON

{
"name": "gatsby-starter-hello-world",
"description": "Gatsby hello world starter",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"gatsby": "^1.9.241",
"gatsby-link": "^1.6.39"
}
}