{
  "name": "@hangindev/gatsby-theme-courses",
  "version": "1.0.20",
  "author": "Jason Leung <hangindev@gmail.com>",
  "description": "A Gatsby theme for building course platform. Use Youtube as video host.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/hangindev/gatsby-theme-courses.git"
  },
  "keywords": [
    "gatsby",
    "gatsby-theme",
    "gatsby-plugin",
    "react",
    "course platform"
  ],
  "license": "MIT",
  "scripts": {
    "build": "gatsby build",
    "clean": "gatsby clean",
    "develop": "gatsby develop"
  },
  "peerDependencies": {
    "gatsby": "^2.13.45",
    "react": "^16.8.6",
    "react-dom": "^16.8.6"
  },
  "devDependencies": {
    "babel-eslint": "^9.0.0",
    "eslint": "^5.14.1",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-prettier": "^4.1.0",
    "eslint-config-wesbos": "0.0.19",
    "eslint-plugin-html": "^5.0.3",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-prettier": "^3.0.1",
    "eslint-plugin-react": "^7.12.4",
    "eslint-plugin-react-hooks": "^1.3.0",
    "gatsby": "^2.13.45",
    "prettier": "^1.16.4",
    "react": "^16.8.6",
    "react-dom": "^16.8.6"
  },
  "dependencies": {
    "@loadable/component": "^5.10.2",
    "@mdx-js/mdx": "^1.1.1",
    "@mdx-js/react": "^1.1.1",
    "babel-plugin-styled-components": "^1.10.6",
    "date-fns": "^1.30.1",
    "gatsby-image": "^2.2.7",
    "gatsby-plugin-mdx": "^1.0.19",
    "gatsby-plugin-react-helmet": "^3.1.2",
    "gatsby-plugin-sharp": "^2.2.9",
    "gatsby-plugin-styled-components": "^3.1.2",
    "gatsby-remark-code-titles": "^1.1.0",
    "gatsby-remark-copy-linked-files": "^2.1.4",
    "gatsby-remark-images": "^3.1.7",
    "gatsby-remark-numbered-footnotes": "^1.0.0",
    "gatsby-remark-smartypants": "^2.1.2",
    "gatsby-source-filesystem": "^2.1.7",
    "gatsby-transformer-sharp": "^2.2.5",
    "lodash": "^4.17.15",
    "prop-types": "^15.7.2",
    "react-helmet": "^5.2.1",
    "react-responsive-embed": "^2.1.0",
    "react-youtube": "^7.9.0",
    "remark-slug": "^5.1.2",
    "styled-components": "^4.3.2",
    "typeface-oswald": "^0.0.75",
    "typeface-pt-sans": "^0.0.72",
    "typography": "^0.16.19",
    "typography-theme-elk-glen": "^0.16.19"
  }
}
