Files
explorer.fullstack.cash/package.json
T

17 lines
353 B
JSON
Raw Normal View History

{
"name": "gatsby-starter-hello-world",
"description": "Gatsby hello world starter",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
2018-10-27 20:55:01 +01:00
"start": "npm run develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
2018-10-30 15:22:49 -04:00
"gatsby": "^2.0.33",
2018-09-17 22:54:43 +02:00
"react": "^16.5.1",
"react-dom": "^16.5.1"
}
}