{
  "name": "@fluentui/docs-components",
  "description": "A set of React components to build docs sites.",
  "version": "0.71.4",
  "author": "Oleksandr Fediashov <a@fedyashov.com>",
  "bugs": "https://github.com/microsoft/fluentui/issues",
  "dependencies": {
    "@babel/runtime": "^7.10.4",
    "copy-to-clipboard": "^3.2.0",
    "lodash": "^4.17.15",
    "object.values": "^1.1.0",
    "prismjs": "^1.16.0",
    "prop-types": "^15.7.2",
    "react-ace": "^5.1.2",
    "react-codesandboxer": "^3.1.3",
    "react-element-to-jsx-string": "^14.0.2"
  },
  "devDependencies": {
    "@fluentui/eslint-plugin": "*",
    "@fluentui/scripts-babel": "*",
    "@fluentui/scripts-gulp": "*",
    "@types/react": "17.0.44",
    "@types/react-dom": "17.0.15",
    "react": "18.3.1",
    "react-dom": "18.3.1"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/docs-components",
  "jsnext:main": "dist/es/index.js",
  "license": "MIT",
  "main": "dist/commonjs/index.js",
  "module": "dist/es/index.js",
  "peerDependencies": {
    "prettier": "^2.0.0",
    "react": "^18",
    "react-dom": "^18"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": "microsoft/fluentui.git",
  "scripts": {
    "build": "gulp bundle:package:no-umd",
    "clean": "gulp bundle:package:clean",
    "lint": "ESLINT_USE_FLAT_CONFIG=false eslint --ext .js,.ts,.tsx .",
    "lint:fix": "yarn lint --fix"
  },
  "sideEffects": false,
  "types": "dist/es/index.d.ts"
}
