Files
explorer.fullstack.cash/package.json
T

31 lines
769 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 src/**/*.{js,jsx}",
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.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.8.3",
"react": "^16.8.6",
"react-dom": "^16.8.6"
2018-12-20 19:44:28 +00:00
},
"devDependencies": {
"prettier": "^1.17.1"
},
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"
}
}