Skip to content

Instantly share code, notes, and snippets.

@mattdvhope
Created November 3, 2018 00:48
Show Gist options
  • Save mattdvhope/4849f74e392811bae069c61002b12bb8 to your computer and use it in GitHub Desktop.
Save mattdvhope/4849f74e392811bae069c61002b12bb8 to your computer and use it in GitHub Desktop.
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Matt",
"dependencies": {
"axios": "^0.18.0",
"classnames": "^2.2.6",
"gatsby": "^2.0.19",
"gatsby-image": "^2.0.15",
"gatsby-plugin-manifest": "^2.0.5",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sharp": "^2.0.7",
"gatsby-source-filesystem": "^2.0.4",
"gatsby-transformer-sharp": "^2.1.4",
"mdbreact": "git+https://oauth2:eCftXJ6JPbTkcL7guHh5@git.mdbootstrap.com/mdb/react/re-pro.git",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-helmet": "^5.2.0",
"react-router-dom": "^4.3.1",
"styled-components": "^4.0.3",
"validator": "^10.8.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment