Files
explorer.fullstack.cash/package.json
T
2018-09-17 22:54:43 +02:00

16 lines
320 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": "^2.0.0",
"react": "^16.5.1",
"react-dom": "^16.5.1"
}
}