Skip to content

Instantly share code, notes, and snippets.

@emmnunes
Created December 12, 2018 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emmnunes/c53c3b7d8ab97b02eaca90247b5e9ed9 to your computer and use it in GitHub Desktop.
Save emmnunes/c53c3b7d8ab97b02eaca90247b5e9ed9 to your computer and use it in GitHub Desktop.
undersight.co package.json
{
"name": "undersight.co",
"description": "Digital playground of Eduardo Nunes",
"version": "1.0.0",
"author": "Eduardo Nunes <ed@undersight.co>",
"dependencies": {
"gatsby": "^1.9.243",
"gatsby-image": "^1.0.41",
"gatsby-link": "^1.6.38",
"gatsby-plugin-react-helmet": "^2.0.6",
"gatsby-plugin-sharp": "^1.6.41",
"gatsby-remark-images": "^1.5.56",
"gatsby-source-filesystem": "^1.5.27",
"gatsby-transformer-remark": "^1.7.36",
"gatsby-transformer-sharp": "^1.6.22",
"polished": "^1.9.2",
"react-ga": "^2.4.1",
"react-headroom": "^2.2.2",
"react-helmet": "^5.2.0",
"react-theme-provider": "^0.1.3",
"styled-components": "^3.2.1",
"webfontloader": "^1.6.28"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.11.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment