{
  "name": "@theguild/components",
  "version": "7.4.0-alpha-20241211143546-742e2212f2c74a343836de86801eaa61a63df9bd",
  "repository": {
    "url": "https://github.com/the-guild-org/docs",
    "directory": "packages/components"
  },
  "license": "MIT",
  "main": "./dist/index.js",
  "exports": {
    "./style.css": "./style.css",
    "./package.json": "./package.json",
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.mts"
    },
    "./next.config": {
      "import": "./dist/next.config.mjs",
      "types": "./dist/next.config.d.mts"
    },
    "./compile": {
      "import": "./dist/compile.mjs",
      "types": "./dist/compile.d.mts"
    },
    "./*": {
      "import": "./dist/*.js",
      "types": "./dist/*.d.mts"
    }
  },
  "types": "./dist/index.d.mts",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/index.d.mts"
      ],
      "logos": [
        "./dist/logos.d.mts"
      ],
      "products": [
        "./dist/products.d.mts"
      ],
      "next.config": [
        "./dist/next.config.d.mts"
      ],
      "compile": [
        "./dist/compile.d.mts"
      ]
    }
  },
  "files": [
    "dist",
    "style.css"
  ],
  "peerDependencies": {
    "@theguild/tailwind-config": "0.6.1",
    "next": "^13 || ^14 || ^15.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "dependencies": {
    "@giscus/react": "3.0.0",
    "@next/bundle-analyzer": "15.0.4",
    "@radix-ui/react-navigation-menu": "^1.2.0",
    "clsx": "2.1.1",
    "fuzzy": "0.1.3",
    "next-videos": "1.5.0",
    "nextra": "3.2.5",
    "nextra-theme-docs": "3.2.5",
    "react-paginate": "8.2.0",
    "react-player": "2.16.0",
    "remark-mdx-disable-explicit-jsx": "0.1.0",
    "semver": "^7.3.8",
    "tailwind-merge": "^2.5.2"
  },
  "devDependencies": {
    "@svgr/babel-plugin-remove-jsx-attribute": "^8.0.0",
    "@theguild/tailwind-config": "0.6.1",
    "@types/dedent": "0.7.2",
    "@types/react": "18.3.14",
    "@types/react-dom": "18.3.2",
    "@types/semver": "7.5.8",
    "dedent": "1.5.3",
    "esbuild-plugin-svgr": "^3.0.0",
    "graphql": "16.9.0",
    "next": "15.0.4",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "unified": "^11.0.3",
    "@theguild/editor": "1.3.10"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "prebuild": "rm -rf dist",
    "types:check": "tsc --noEmit"
  }
}