{
  "name": "@platformos/gatsby-theme-platformos-docskit",
  "description": "A platformOS DocsKit built with Gatsby",
  "version": "1.2.1",
  "author": "platformOS",
  "license": "CC-BY-4.0",
  "main": "gatsby-config.js",
  "dependencies": {
    "@fontsource-variable/mulish": "^5.0.1",
    "@mdx-js/react": "^2.3.0",
    "gatsby-plugin-alias-imports": "^1.0.5",
    "gatsby-plugin-image": "^3.9.0",
    "gatsby-plugin-mdx": "^5.9.0",
    "gatsby-plugin-mdx-source-name": "^1.0.1",
    "gatsby-plugin-postcss": "^6.9.0",
    "gatsby-plugin-sharp": "^5.9.0",
    "gatsby-remark-autolink-headers": "^6.9.0",
    "gatsby-remark-embed-video": "^3.2.1",
    "gatsby-remark-external-links": "^0.0.4",
    "gatsby-remark-images": "^7.9.0",
    "gatsby-remark-prismjs": "^7.10.0",
    "gatsby-remark-responsive-iframe": "^6.10.0",
    "gatsby-source-filesystem": "^5.9.0",
    "gatsby-transformer-sharp": "^5.9.0",
    "postcss": "^8.4.23",
    "prismjs": "^1.29.0",
    "tailwindcss": "^3.3.2",
    "@tailwindcss/typography": "^0.5.9",
    "unist-util-visit": "^2.0.2"
  },
  "peerDependencies": {
    "gatsby": "^5.9.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^14.0.0",
    "autoprefixer": "^10.4.14",
    "babel-jest": "^29.5.0",
    "babel-preset-gatsby": "^3.10.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "prettier": "^2.8.7"
  },
  "keywords": [
    "gatsby",
    "platformOS",
    "docskit"
  ],
  "scripts": {
    "build": "gatsby build",
    "develop": "gatsby develop",
    "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
    "start": "gatsby develop",
    "serve": "gatsby serve",
    "clean": "gatsby clean",
    "test": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Platform-OS/docskit-ssg"
  }
}
