@theguild/components
Version: 
89 lines • 2.34 kB
JSON
{
  "name": "@theguild/components",
  "version": "9.10.0-alpha-20250919172500-2e10bdbed3f41487bd6d7870343669e836918306",
  "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",
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.js"
    },
    "./next.config": {
      "types": "./dist/server/next.config.d.mts",
      "import": "./dist/server/next.config.js",
      "require": "./dist/server/next.config.js"
    },
    "./server": {
      "types": "./dist/server/index.d.mts",
      "import": "./dist/server/index.js"
    },
    "./pages": {
      "types": "./dist/server/pages.d.mts",
      "import": "./dist/server/pages.js"
    },
    "./*": {
      "types": "./dist/*.d.mts",
      "import": "./dist/*.js"
    }
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist",
    "style.css"
  ],
  "peerDependencies": {
    "@theguild/tailwind-config": "^0.6.3",
    "next": "^13 || ^14 || ^15.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "dependencies": {
    "@giscus/react": "3.1.0",
    "@next/bundle-analyzer": "15.1.5",
    "@radix-ui/react-accordion": "^1.2.2",
    "@radix-ui/react-icons": "^1.3.2",
    "@radix-ui/react-navigation-menu": "^1.2.0",
    "clsx": "2.1.1",
    "fuzzy": "0.1.3",
    "nextra": "4.0.5",
    "nextra-theme-docs": "4.0.5",
    "react-paginate": "8.2.0",
    "react-player": "2.16.0",
    "semver": "^7.3.8",
    "tailwind-merge": "^2.5.2",
    "unist-util-visit": "5.0.0"
  },
  "devDependencies": {
    "@svgr/plugin-svgo": "^8.1.0",
    "@theguild/tailwind-config": "0.6.3",
    "@types/dedent": "0.7.2",
    "@types/mdast": "4.0.4",
    "@types/react": "18.3.18",
    "@types/react-dom": "18.3.5",
    "@types/semver": "7.7.1",
    "dedent": "1.5.3",
    "esbuild-plugin-svgr": "^3.0.0",
    "graphql": "16.10.0",
    "next": "15.1.5",
    "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"
  }
}