Files
explorer.fullstack.cash/package.json
T

15 lines
300 B
JSON
Raw Normal View History

{
"name": "gatsby-starter-hello-world",
"description": "Gatsby hello world starter",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
2018-02-25 13:48:12 -08:00
"gatsby": "^1.9.215",
2018-02-16 08:24:34 -08:00
"gatsby-link": "^1.6.37"
}
}