mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
15 lines
298 B
JSON
15 lines
298 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.42",
|
|
"gatsby-link": "^1.4.1"
|
|
}
|
|
}
|