mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-22 09:12:05 -07:00
15 lines
300 B
JSON
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.135",
|
|
"gatsby-link": "^1.6.32"
|
|
}
|
|
}
|