{
  "name": "gatsby-starter-egghead-blog",
  "description": "This is a starter for egghead content creator blogs",
  "version": "1.0.0",
  "author": "egghead.io <support@egghead.io> (https://egghead.io)",
  "repository": "https://github.com/eggheadio/gatsby-starter-egghead-blog",
  "dependencies": {
    "@callstack/react-theme-provider": "^3.0.5",
    "@emotion/core": "^10.0.22",
    "@emotion/styled": "^10.0.22",
    "@hot-loader/react-dom": "16.10.2",
    "@mdx-js/mdx": "^1.5.1",
    "@mdx-js/react": "^1.5.1",
    "core-js": "^3.3.3",
    "dotenv": "^8.2.0",
    "dotenv-parse-variables": "^0.2.3",
    "emotion": "^10.0.17",
    "emotion-server": "^10.0.17",
    "emotion-theming": "^10.0.19",
    "formik": "^1.5.8",
    "gatsby": "^2.17.2",
    "gatsby-cli": "^2.8.5",
    "gatsby-image": "^2.2.29",
    "gatsby-link": "^2.2.22",
    "gatsby-plugin-catch-links": "^2.1.15",
    "gatsby-plugin-emotion": "^4.1.12",
    "gatsby-plugin-feed": "^2.3.19",
    "gatsby-plugin-google-analytics": "^2.1.23",
    "gatsby-plugin-manifest": "^2.2.23",
    "gatsby-plugin-mdx": "^1.0.53",
    "gatsby-plugin-meta-redirect": "^1.1.1",
    "gatsby-plugin-offline": "^3.0.16",
    "gatsby-plugin-react-helmet": "^3.1.13",
    "gatsby-plugin-sharp": "^2.2.32",
    "gatsby-plugin-typography": "^2.3.14",
    "gatsby-remark-copy-linked-files": "^2.1.28",
    "gatsby-remark-images": "^3.1.28",
    "gatsby-remark-prismjs": "^3.3.20",
    "gatsby-source-filesystem": "^2.1.33",
    "gatsby-transformer-remark": "^2.6.30",
    "gatsby-transformer-sharp": "^2.3.0",
    "polished": "^3.4.1",
    "prism-react-renderer": "^1.0.2",
    "prism-themes": "^1.3.0",
    "prismjs": "^1.17.1",
    "react": "^16.11.0",
    "react-dom": "^16.11.0",
    "react-helmet": "~5.2.1",
    "react-icons": "^3.7.0",
    "react-live": "^2.2.1",
    "react-markdown": "^4.2.2",
    "react-share": "^3.0.1",
    "react-typography": "^0.16.19",
    "serve": "^11.2.0",
    "typescript": "^3.6.4",
    "typography": "^0.16.19",
    "yup": "^0.27.0"
  },
  "devDependencies": {
    "babel-preset-gatsby": "^0.2.20",
    "prettier": "1.18.2"
  },
  "keywords": [
    "gatsby"
  ],
  "license": "MIT",
  "main": "n/a",
  "scripts": {
    "build": "gatsby build",
    "develop": "gatsby develop",
    "start": "serve public/",
    "now-build": "npm run build"
  }
}