{
  "name": "gatsby-plugin-theme-ui",
  "version": "0.17.4",
  "main": "dist/gatsby-plugin-theme-ui.cjs.js",
  "module": "dist/gatsby-plugin-theme-ui.esm.js",
  "browser": {
    "./dist/gatsby-plugin-theme-ui.esm.js": "./dist/gatsby-plugin-theme-ui.browser.esm.js"
  },
  "exports": {
    ".": {
      "module": {
        "worker": "./dist/gatsby-plugin-theme-ui.worker.esm.js",
        "browser": "./dist/gatsby-plugin-theme-ui.browser.esm.js",
        "default": "./dist/gatsby-plugin-theme-ui.esm.js"
      },
      "default": "./dist/gatsby-plugin-theme-ui.cjs.js"
    },
    "./package.json": "./package.json"
  },
  "author": "Brent Jackson",
  "license": "MIT",
  "peerDependencies": {
    "@emotion/react": "^11.13.3",
    "@mdx-js/react": "^1 || ^2",
    "gatsby": "^4 || ^5",
    "react": ">=18",
    "@theme-ui/css": "^0.17.4",
    "@theme-ui/mdx": "^0.17.4",
    "theme-ui": "^0.17.4"
  },
  "devDependencies": {
    "@emotion/react": "^11.13.3",
    "@mdx-js/react": "^2.3.0",
    "@types/react": "^18.2.12",
    "gatsby": "^5",
    "react": "^18.1.0",
    "typescript": "^5",
    "@theme-ui/test-utils": "^0.17.4",
    "@theme-ui/css": "^0.17.4",
    "@theme-ui/mdx": "^0.17.4",
    "theme-ui": "^0.17.4"
  },
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "gatsby-theme",
    "theme-ui"
  ],
  "repository": "system-ui/theme-ui",
  "gitHead": "621199460fa3bdb0100748441e62517b7529b8c8",
  "preconstruct": {
    "exports": {
      "envConditions": [
        "browser",
        "worker"
      ]
    }
  }
}