{
  "name": "@fluentui/react-docsite-components",
  "version": "8.16.7",
  "description": "Fluent UI React components for building documentation sites.",
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "typings": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/fluentui"
  },
  "license": "MIT",
  "scripts": {
    "build": "just-scripts build",
    "clean": "just-scripts clean",
    "start": "just-scripts dev"
  },
  "devDependencies": {
    "@types/color-check": "0.0.0",
    "@types/react-custom-scrollbars": "^4.0.5"
  },
  "peerDependencies": {
    "@types/react": ">=16.8.0 <20.0.0",
    "@types/react-dom": ">=16.8.0 <20.0.0",
    "react": ">=16.8.0 <20.0.0",
    "react-dom": ">=16.8.0 <20.0.0"
  },
  "dependencies": {
    "@fluentui/react": "^8.125.7",
    "@fluentui/theme": "^2.7.2",
    "@microsoft/load-themed-styles": "^1.10.26",
    "@fluentui/example-data": "^8.4.25",
    "@fluentui/public-docsite-setup": "^0.3.34",
    "@fluentui/react-hooks": "^8.10.2",
    "@fluentui/set-version": "^8.2.24",
    "@fluentui/react-monaco-editor": "^1.8.11",
    "color-check": "0.0.2",
    "markdown-to-jsx": "^7.0.0",
    "office-ui-fabric-core": "^11.0.0",
    "react-custom-scrollbars": "^4.2.1",
    "react-syntax-highlighter": "^10.1.3",
    "tslib": "^2.1.0"
  }
}
