{
  "name": "gatsby-theme-training",
  "version": "2.0.0",
  "description": "A Gatsby theme for training materials",
  "main": "index.js",
  "keywords": [
    "gatsby",
    "gatsby-theme",
    "gatsby-plugin"
  ],
  "scripts": {
    "lint": "eslint ."
  },
  "author": "Malcolm Kee <malcolm.keeweesiong@gmail.com>",
  "license": "MIT",
  "peerDependencies": {
    "gatsby": "^3.0.0",
    "react": "^16.8.6 || 17.x",
    "react-dom": "^16.8.6 || 17.x"
  },
  "dependencies": {
    "@emotion/react": "^11.4.0",
    "@emotion/styled": "^11.3.0",
    "@mdx-js/mdx": "^1.6.22",
    "@mdx-js/react": "^1.6.22",
    "@philpl/buble": "^0.19.7",
    "classnames": "^2.3.1",
    "gatsby-plugin-catch-links": "^3.8.0",
    "gatsby-plugin-emotion": "^6.8.0",
    "gatsby-plugin-mdx": "^2.8.0",
    "gatsby-plugin-netlify": "^3.8.0",
    "gatsby-plugin-react-helmet": "^4.8.0",
    "gatsby-plugin-sass": "^4.8.0",
    "gatsby-plugin-sharp": "^3.8.0",
    "gatsby-remark-autolink-headers": "^4.5.0",
    "gatsby-remark-copy-linked-files": "^4.5.0",
    "gatsby-remark-external-links": "^0.0.4",
    "gatsby-remark-images": "^5.5.0",
    "gatsby-source-filesystem": "^3.8.0",
    "netlify-identity-widget": "^1.9.1",
    "prism-react-renderer": "^1.2.1",
    "react-helmet": "^6.1.0",
    "react-live": "^2.2.3",
    "sass": "^1.35.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/malcolm-kee/gatsby-theme-training.git",
    "directory": "gatsby-theme-training"
  },
  "homepage": "https://github.com/malcolm-kee/gatsby-theme-training#readme",
  "bugs": {
    "url": "https://github.com/malcolm-kee/gatsby-theme-training/issues"
  },
  "devDependencies": {
    "@babel/core": "^7.14.6",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/preset-env": "^7.14.7",
    "@babel/preset-react": "^7.14.5",
    "babel-eslint": "^10.1.0",
    "babel-plugin-emotion": "^11.0.0",
    "eslint": "^7.29.0",
    "eslint-plugin-react": "^7.24.0"
  }
}
