{
  "name": "@openarchitex/gatsby-theme-academic-portfolio",
  "version": "1.0.0-alpha",
  "main": "index.js",
  "author": "OpenArchitex <sudharakap@mun.ca>",
  "description": "Portfolio theme tailored for profs, grad-students",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "gatsby",
    "gatsby-theme",
    "gatsby-plugin",
    "openarchitex"
  ],
  "bugs": {
    "url": "https://github.com/OpenArchitex/gatsby-themes/issues"
  },
  "homepage": "https://openarchitex.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/OpenArchitex/gatsby-themes",
    "directory": "themes/gatsby-theme-academic-portfolio"
  },
  "scripts": {
    "build": "gatsby build",
    "clean": "gatsby clean",
    "develop": "gatsby develop"
  },
  "peerDependencies": {
    "gatsby": "^2.23.11",
    "react": "^16.13.1",
    "react-dom": "^16.13.1"
  },
  "devDependencies": {
    "gatsby": "^2.23.11",
    "prettier": "^2.0.5",
    "react": "^16.13.1",
    "react-dom": "^16.13.1"
  },
  "dependencies": {
    "@mdx-js/mdx": "^1.6.6",
    "@mdx-js/react": "^1.6.6",
    "@theme-ui/presets": "^0.3.0",
    "gatsby-plugin-mdx": "^1.2.22",
    "gatsby-plugin-theme-ui": "^0.3.0",
    "prop-types": "^15.7.2",
    "react-helmet": "^6.1.0",
    "theme-ui": "^0.3.1"
  }
}
