Files
explorer.fullstack.cash/package.json
T
GatsbyJS Bot 917ba66bd6 fix(starters): upgrade gatsby version for all starters (#11382)
* fix(starters): upgrade gatsby version for all starters

* chore: bump offline and sharp as well

* chore: remove unused plugin

* chore: update deps (final?!)
2019-01-29 17:35:47 +00:00

27 lines
665 B
JSON

{
"name": "gatsby-starter-hello-world",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"dependencies": {
"gatsby": "^2.0.104",
"react": "^16.5.1",
"react-dom": "^16.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}