{
  "name": "@fluentui/react-internal",
  "version": "8.0.0-beta.0",
  "description": "Component internals for @fluentui/react.",
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "sideEffects": [
    "lib/version.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",
    "code-style": "just-scripts code-style",
    "just": "just-scripts",
    "lint": "just-scripts lint",
    "start-test": "just-scripts jest-watch",
    "test": "just-scripts test",
    "update-api": "just-scripts update-api",
    "update-snapshots": "just-scripts jest -u"
  },
  "devDependencies": {
    "@fluentui/eslint-plugin": "^1.0.0-beta.0",
    "@types/chalk": "^2.0.0",
    "@types/enzyme": "3.10.3",
    "@types/enzyme-adapter-react-16": "1.0.3",
    "@types/glob": "^7.1.1",
    "@types/jest": "~24.9.0",
    "@types/node": "^10.3.2",
    "@types/react": "16.8.25",
    "@types/react-dom": "16.8.4",
    "@types/react-test-renderer": "^16.0.0",
    "@types/sinon": "2.2.2",
    "@types/webpack-env": "1.15.1",
    "@fluentui/scripts": "^1.0.0",
    "@fluentui/example-data": "^8.0.0-beta.0",
    "@fluentui/jest-serializer-merge-styles": "^8.0.0-beta.0",
    "@fluentui/test-utilities": "^8.0.0-beta.0",
    "@fluentui/react-conformance": "^1.0.0",
    "chalk": "^2.1.0",
    "enzyme": "~3.10.0",
    "enzyme-adapter-react-16": "^1.15.0",
    "glob": "^7.1.2",
    "jest-snapshot": "~24.9.0",
    "office-ui-fabric-core": "^11.0.0",
    "react": "16.8.6",
    "react-app-polyfill": "~1.0.1",
    "react-dom": "16.8.6",
    "react-test-renderer": "^16.3.0",
    "sinon": "^4.1.3"
  },
  "dependencies": {
    "@fluentui/react-focus": "^8.0.0-beta.0",
    "@fluentui/react-theme-provider": "^1.0.0-beta.0",
    "@fluentui/theme": "^2.0.0-beta.0",
    "@microsoft/load-themed-styles": "^1.10.26",
    "@fluentui/date-time-utilities": "^8.0.0-beta.0",
    "@fluentui/foundation-legacy": "^8.0.0-beta.0",
    "@fluentui/font-icons-mdl2": "^8.0.0-beta.0",
    "@fluentui/merge-styles": "^8.0.0-beta.0",
    "@fluentui/react-hooks": "^8.0.0-beta.0",
    "@fluentui/set-version": "^8.0.0-beta.0",
    "@fluentui/style-utilities": "^8.0.0-beta.0",
    "@fluentui/utilities": "^8.0.0-beta.0",
    "@fluentui/react-window-provider": "^2.0.0-beta.0",
    "tslib": "^1.10.0"
  },
  "peerDependencies": {
    "@types/react": ">=16.8.0 <17.0.0",
    "@types/react-dom": ">=16.8.0 <17.0.0",
    "react": ">=16.8.0 <17.0.0",
    "react-dom": ">=16.8.0 <17.0.0"
  }
}
