Files
explorer.fullstack.cash/package.json
T
2018-08-14 15:27:11 -04:00

16 lines
318 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": "next",
"react": "^16.4.2",
"react-dom": "^16.4.2"
}
}