{
  "name": "@uifabric/foundation",
  "version": "7.10.16",
  "description": "Foundation library for building Fabric components.",
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "typings": "lib/index.d.ts",
  "sideEffects": [
    "lib/version.js"
  ],
  "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",
    "start-test": "just-scripts jest-watch",
    "update-api": "just-scripts update-api",
    "update-snapshots": "just-scripts jest -u"
  },
  "devDependencies": {
    "@fluentui/eslint-plugin": "^0.54.2",
    "@types/enzyme": "3.10.3",
    "@types/enzyme-adapter-react-16": "1.0.3",
    "@types/jest": "~24.9.0",
    "@types/react": "16.8.25",
    "@types/react-dom": "16.8.4",
    "@types/react-test-renderer": "^16.0.0",
    "@uifabric/build": "^7.0.0",
    "@uifabric/jest-serializer-merge-styles": "^7.2.6",
    "enzyme": "~3.10.0",
    "enzyme-adapter-react-16": "^1.15.0",
    "react": "16.8.6",
    "react-app-polyfill": "~1.0.1",
    "react-dom": "16.8.6",
    "react-hooks-testing-library": "^0.5.0",
    "react-test-renderer": "^16.3.0"
  },
  "dependencies": {
    "@uifabric/merge-styles": "^7.20.2",
    "@uifabric/set-version": "^7.0.24",
    "@uifabric/styling": "^7.25.1",
    "@uifabric/utilities": "^7.38.2",
    "tslib": "^1.10.0"
  },
  "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"
  }
}
