{
  "name": "@fluentui/docs",
  "version": "0.51.0",
  "private": true,
  "license": "MIT",
  "dependencies": {
    "@charlietango/use-script": "^2.1.1",
    "@fluentui/ability-attributes": "^0.51.0",
    "@fluentui/accessibility": "^0.51.0",
    "@fluentui/code-sandbox": "^0.51.0",
    "@fluentui/docs-components": "^0.51.0",
    "@fluentui/keyboard-key": "^0.2.9",
    "@fluentui/react-bindings": "^0.51.0",
    "@fluentui/react-builder": "^0.51.0",
    "@fluentui/react-component-event-listener": "^0.51.0",
    "@fluentui/react-component-ref": "^0.51.0",
    "@fluentui/react-icons-northstar": "^0.51.0",
    "@fluentui/react-northstar": "^0.51.0",
    "@fluentui/react-northstar-emotion-renderer": "^0.51.0",
    "@fluentui/react-northstar-fela-renderer": "^0.51.0",
    "@fluentui/react-northstar-styles-renderer": "^0.51.0",
    "@fluentui/react-telemetry": "^0.51.0",
    "@fluentui/styles": "^0.51.0",
    "@mdx-js/react": "^1.5.5",
    "classnames": "^2.2.6",
    "color": "^3.1.0",
    "copy-to-clipboard": "^3.2.0",
    "csstype": "^2.6.7",
    "faker": "^4.1.0",
    "formik": "2.0.3",
    "lodash": "^4.17.15",
    "moment": "^2.18.1",
    "prop-types": "^15.7.2",
    "qs": "^6.8.0",
    "react": "16.8.6",
    "react-codesandboxer": "^3.1.3",
    "react-custom-scrollbars": "^4.2.1",
    "react-document-title": "^2.0.3",
    "react-dom": "16.8.6",
    "react-hook-form": "^5.7.2",
    "react-hot-loader": "^4.12.15",
    "react-markdown": "^4.0.8",
    "react-router-dom": "^5.2.0",
    "react-source-render": "4.0.0-1",
    "react-virtualized": "^9.21.1",
    "react-vis": "^1.11.6"
  },
  "devDependencies": {
    "@fluentui/eslint-plugin": "^0.53.3",
    "@types/classnames": "^2.2.9",
    "@types/color": "^3.0.0",
    "@types/faker": "^4.1.3",
    "@types/gulp": "^4.0.6",
    "@types/node": "^10.3.2",
    "@types/react": "16.8.25",
    "@types/react-custom-scrollbars": "^4.0.5",
    "@types/react-dom": "16.8.4",
    "@types/react-router-dom": "^5.1.5",
    "@types/react-virtualized": "^9.21.8",
    "@types/webpack-env": "1.15.1",
    "@uifabric/build": "^7.0.0",
    "gulp": "^4.0.2",
    "typescript": "3.7.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "gulp build:docs",
    "lint": "eslint --ext .js,.ts,.tsx .",
    "lint:fix": "yarn lint --fix",
    "start": "gulp docs",
    "start:profile": "cross-env NODE_ENV=production PERF=true gulp docs"
  }
}
