{
  "name": "gatsby-theme-dev-blog",
  "description": "This is a theme for dev blogs",
  "version": "0.0.31",
  "author": "swyx <swyx@dontemail.me> (https://swyx.io)",
  "repository": "https://github.com/sw-yx/gatsby-theme-dev-blog",
  "dependencies": {
    "@callstack/react-theme-provider": "^3.0.3",
    "@emotion/core": "^10.0.14",
    "@emotion/styled": "^10.0.14",
    "@hot-loader/react-dom": "16.8.6",
    "@mdx-js/mdx": "^1.1.1",
    "@mdx-js/react": "^1.1.1",
    "core-js": "^3.1.4",
    "dotenv": "^8.0.0",
    "dotenv-parse-variables": "^0.2.2",
    "emotion": "^10.0.14",
    "emotion-server": "^10.0.14",
    "emotion-theming": "^10.0.14",
    "formik": "^1.5.8",
    "gatsby": "latest",
    "gatsby-awesome-pagination": "^0.3.4",
    "gatsby-cli": "^2.7.21",
    "gatsby-image": "^2.2.7",
    "gatsby-link": "^2.2.4",
    "gatsby-plugin-catch-links": "^2.1.2",
    "gatsby-plugin-emotion": "^4.1.2",
    "gatsby-plugin-feed": "^2.3.6",
    "gatsby-plugin-mdx": "^1.0.18",
    "gatsby-plugin-meta-redirect": "^1.1.1",
    "gatsby-plugin-offline": "^2.2.4",
    "gatsby-plugin-page-creator": "^2.1.5",
    "gatsby-plugin-react-helmet": "^3.1.2",
    "gatsby-plugin-sharp": "^2.2.9",
    "gatsby-plugin-typography": "^2.3.2",
    "gatsby-remark-code-titles": "^1.1.0",
    "gatsby-remark-copy-linked-files": "^2.1.3",
    "gatsby-remark-external-links": "^0.0.4",
    "gatsby-remark-images": "^3.1.7",
    "gatsby-remark-numbered-footnotes": "^1.0.0",
    "gatsby-remark-prismjs": "^3.3.5",
    "gatsby-remark-social-cards": "^0.4.1",
    "gatsby-source-filesystem": "^2.1.6",
    "gatsby-transformer-remark": "^2.6.10",
    "gatsby-transformer-sharp": "^2.2.5",
    "lodash": "^4.17.15",
    "polished": "^3.4.1",
    "prism-themes": "^1.1.0",
    "prismjs": "^1.17.1",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-helmet": "~5.2.1",
    "react-icons": "^3.7.0",
    "react-live": "^2.1.2",
    "react-markdown": "^4.1.0",
    "react-share": "^3.0.0",
    "react-typography": "^0.16.19",
    "remark-slug": "^5.1.2",
    "serve": "^11.1.0",
    "typescript": "^3.5.3",
    "typography": "^0.16.19",
    "yup": "^0.27.0"
  },
  "devDependencies": {
    "auto-changelog": "^1.15.0",
    "babel-preset-gatsby": "^0.2.8",
    "gh-release": "^3.5.0",
    "patch-package": "^6.1.2",
    "postinstall-postinstall": "^2.0.0",
    "prettier": "1.18.2"
  },
  "keywords": [
    "gatsby"
  ],
  "scripts": {
    "version": "auto-changelog -p --template keepachangelog && git add CHANGELOG.md",
    "prepublishOnly": "git push && git push --tags && gh-release"
  },
  "license": "MIT",
  "main": "gatsby-config.js"
}
