Files
explorer.fullstack.cash/package.json
T

31 lines
780 B
JSON
Raw Normal View History

{
"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",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
2018-10-27 20:55:01 +01:00
"start": "npm run develop",
2018-12-20 19:44:28 +00:00
"serve": "gatsby serve",
2019-08-20 05:24:49 +00:00
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"dependencies": {
2019-09-24 14:27:33 +00:00
"gatsby": "^2.15.22",
"react": "^16.9.0",
"react-dom": "^16.9.0"
2018-12-20 19:44:28 +00:00
},
"devDependencies": {
"prettier": "^1.18.2"
},
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"
}
}