Files
explorer.fullstack.cash/package.json
T

32 lines
818 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",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
2020-04-19 14:57:22 +00:00
"gatsby": "^2.20.25",
"react": "^16.12.0",
"react-dom": "^16.12.0"
2018-12-20 19:44:28 +00:00
},
"devDependencies": {
2020-04-15 16:00:41 +00:00
"prettier": "2.0.4"
},
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"
}
}