Some checks failed
My Gatsby Deployment pipeline / build (push) Failing after 5s
36 lines
880 B
JSON
36 lines
880 B
JSON
{
|
|
"name": "gatsby-starter-default",
|
|
"description": "Gatsby default starter",
|
|
"version": "1.0.0",
|
|
"author": "Hunter Chang",
|
|
"dependencies": {
|
|
"gatsby": "^2.20.12",
|
|
"gatsby-plugin-manifest": "^2.3.3",
|
|
"gatsby-plugin-offline": "^3.1.2",
|
|
"gatsby-plugin-react-helmet": "^3.2.1",
|
|
"gatsby-plugin-sass": "^2.2.1",
|
|
"node-sass": "^4.13.1",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-helmet": "^5.2.1",
|
|
"react-images": "^1.0.0"
|
|
},
|
|
"keywords": [
|
|
"gatsby"
|
|
],
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "gatsby build",
|
|
"develop": "gatsby develop",
|
|
"format": "prettier --write '**/*.js'",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.0.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
|
|
}
|
|
}
|