{
  "name": "@uifabric/example-app-base",
  "version": "7.22.34",
  "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",
    "bundle": "just-scripts bundle",
    "lint": "just-scripts lint",
    "test": "just-scripts test",
    "just": "just-scripts",
    "clean": "just-scripts clean",
    "code-style": "just-scripts code-style",
    "start": "just-scripts dev"
  },
  "devDependencies": {
    "@fluentui/eslint-plugin": "^0.54.2",
    "@types/color-check": "0.0.0",
    "@types/jest": "~24.9.0",
    "@types/markdown-to-jsx": "6.11.0",
    "@types/react": "16.8.25",
    "@types/react-custom-scrollbars": "^4.0.5",
    "@types/react-dom": "16.8.4",
    "@types/webpack-env": "1.15.1",
    "@uifabric/build": "^7.0.0",
    "react": "16.8.6",
    "react-app-polyfill": "~1.0.1",
    "react-dom": "16.8.6"
  },
  "peerDependencies": {
    "@types/react": ">=16.8.0 <18.0.0",
    "@types/react-dom": ">=16.8.0 <18.0.0",
    "react": ">=16.8.0 <18.0.0",
    "react-dom": ">=16.8.0 <18.0.0"
  },
  "dependencies": {
    "@fluentui/public-docsite-setup": "^0.3.1",
    "@fluentui/theme": "^1.7.13",
    "@microsoft/load-themed-styles": "^1.10.26",
    "@uifabric/example-data": "^7.1.6",
    "@uifabric/react-hooks": "^7.16.4",
    "@uifabric/set-version": "^7.0.24",
    "@uifabric/tsx-editor": "^0.17.34",
    "color-check": "0.0.2",
    "markdown-to-jsx": "6.11.4",
    "office-ui-fabric-core": "^11.0.0",
    "office-ui-fabric-react": "^7.204.1",
    "react-custom-scrollbars": "^4.2.1",
    "react-syntax-highlighter": "^10.1.3",
    "tslib": "^1.10.0"
  }
}
