{
  "name": "ygh-website",
  "description": "Marketing website for Your Gift Hunt",
  "version": "0.5.0",
  "homepage": "https://yourgifthunt.com/",
  "repository": "https://github.com/wouterraateland/your-gift-hunt/tree/master/packages/ygh-website",
  "author": "Wouter Raateland <wouterraateland@gmail.com>",
  "license": "MIT",
  "private": false,
  "keywords": [
    "gatsby"
  ],
  "main": "n/a",
  "scripts": {
    "dev": "yarn develop",
    "develop": "yarn clean && gatsby develop",
    "serve": "gatsby serve",
    "build": "yarn clean && gatsby build",
    "clean": "rimraf .cache public",
    "format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "@babel/runtime-corejs3": "^7.6.2",
    "@types/styled-components": "^4.1.4",
    "babel-plugin-styled-components": "^1.9.2",
    "dotenv": "^6.1.0",
    "gatsby": "^2.0.64",
    "gatsby-image": "^2.0.10",
    "gatsby-plugin-create-client-paths": "^2.0.3",
    "gatsby-plugin-eslint": "^2.0.5",
    "gatsby-plugin-feed": "^2.0.11",
    "gatsby-plugin-google-analytics": "^2.0.8",
    "gatsby-plugin-manifest": "^2.0.11",
    "gatsby-plugin-netlify": "^2.0.0",
    "gatsby-plugin-react-helmet": "^3.0.0",
    "gatsby-plugin-root-import": "^2.0.4",
    "gatsby-plugin-sharp": "^2.0.5",
    "gatsby-plugin-sitemap": "^2.0.3",
    "gatsby-plugin-styled-components": "^3.0.4",
    "gatsby-remark-copy-linked-files": "^2.0.6",
    "gatsby-remark-images": "^3.0.0",
    "gatsby-remark-relative-images": "^0.2.0",
    "gatsby-source-filesystem": "^2.0.1",
    "gatsby-transformer-remark": "^2.1.1",
    "gatsby-transformer-sharp": "^2.1.1",
    "gotrue-js": "^0.9.24",
    "lodash": "^4.17.5",
    "lodash-webpack-plugin": "^0.11.4",
    "moment": "^2.22.2",
    "parcel-bundler": "^1.9.4",
    "polished": "^2.3.1",
    "prop-types": "^15.6.0",
    "react": "^16.8.6",
    "react-disqus-comments": "^1.4.0",
    "react-dom": "^16.8.6",
    "react-helmet": "^5.2.0",
    "react-mailchimp-subscribe": "^2.0.2",
    "react-select": "^2.4.3",
    "styled-components": "^4.1.2",
    "url-join": "^4.0.0",
    "ygh-hooks": "^0.5.0",
    "ygh-icons": "^0.5.0",
    "ygh-sdk": "^0.5.0",
    "ygh-ui": "^0.5.0",
    "ygh-utils": "^0.5.0"
  },
  "devDependencies": {
    "@babel/plugin-transform-regenerator": "^7.4.5",
    "@babel/plugin-transform-runtime": "^7.6.2",
    "eslint-config-react-app": "^5.0.2",
    "prettier": "^1.15.3",
    "react-hot-loader": "4.6.0",
    "rimraf": "^2.6.2",
    "write-good": "^0.13.1"
  },
  "remarkConfig": {
    "plugins": [
      "remark-preset-lint-recommended"
    ]
  },
  "gitHead": "53b1a381e92283d4eb565b343d1aa43d97d45530"
}
