Files
explorer.fullstack.cash/package.json
T
2018-10-30 15:22:49 -04:00

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"
}
}