2017-07-26 13:54:03 -06:00
|
|
|
{
|
|
|
|
|
"name": "gatsby-starter-hello-world",
|
2018-12-20 19:44:28 +00:00
|
|
|
"private": true,
|
|
|
|
|
"description": "A simplified bare-bones starter for Gatsby",
|
|
|
|
|
"version": "0.1.0",
|
2017-07-26 13:54:03 -06:00
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
2019-01-31 15:56:22 +00:00
|
|
|
"build": "gatsby build",
|
2017-07-26 13:54:03 -06:00
|
|
|
"develop": "gatsby develop",
|
2018-10-27 20:55:01 +01:00
|
|
|
"start": "npm run develop",
|
2018-12-20 19:44:28 +00:00
|
|
|
"serve": "gatsby serve",
|
|
|
|
|
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
|
2017-07-26 13:54:03 -06:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2019-02-04 19:26:49 +00:00
|
|
|
"gatsby": "^2.0.112",
|
2019-01-31 20:50:15 +00:00
|
|
|
"react": "^16.7.0",
|
|
|
|
|
"react-dom": "^16.7.0"
|
2018-12-20 19:44:28 +00:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
|
|
|
|
|
},
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/gatsbyjs/gatsby/issues"
|
2017-07-26 13:54:03 -06:00
|
|
|
}
|
|
|
|
|
}
|