{
  "name": "@fluentui/react-conformance",
  "version": "0.1.0",
  "description": "Customizable conformance testing utility for Fluent UI React components.",
  "private": true,
  "main": "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",
    "code-style": "just-scripts code-style",
    "just": "just-scripts",
    "test": "just-scripts test",
    "lint": "just-scripts lint"
  },
  "devDependencies": {
    "@types/doctrine": "0.0.3",
    "@fluentui/eslint-plugin": "^0.53.3",
    "@types/enzyme": "3.10.3",
    "@types/enzyme-adapter-react-16": "1.0.3",
    "@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/react-is": "^16.7.1",
    "@uifabric/build": "^7.0.0",
    "enzyme": "~3.10.0",
    "enzyme-adapter-react-16": "^1.15.0",
    "jest": "~24.9.0",
    "react": "16.8.6",
    "react-app-polyfill": "~1.0.1",
    "react-dom": "16.8.6",
    "typescript": "3.7.2"
  },
  "dependencies": {
    "doctrine": "^2.0.0",
    "lodash": "^4.17.15",
    "react-docgen-typescript": "^1.16.6",
    "react-is": "^16.6.3",
    "tslib": "^1.10.0"
  },
  "peerDependencies": {
    "@types/react": ">=16.8.0 <17.0.0",
    "@types/react-dom": ">=16.8.0 <17.0.0",
    "enzyme": "^3.0.0",
    "enzyme-adapter-react-16": "^1.0.0",
    "jest": "^24.0.0",
    "react": ">=16.8.0 <17.0.0",
    "react-dom": ">=16.8.0 <17.0.0",
    "typescript": "^3.5.0"
  }
}
