mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-22 01:02:05 -07:00
17 lines
353 B
JSON
17 lines
353 B
JSON
{
|
|
"name": "gatsby-starter-hello-world",
|
|
"description": "Gatsby hello world starter",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"develop": "gatsby develop",
|
|
"start": "npm run develop",
|
|
"build": "gatsby build",
|
|
"serve": "gatsby serve"
|
|
},
|
|
"dependencies": {
|
|
"gatsby": "^2.0.33",
|
|
"react": "^16.5.1",
|
|
"react-dom": "^16.5.1"
|
|
}
|
|
}
|