{
  "name": "@uifabric/charting",
  "version": "4.23.27",
  "description": "Experimental React charting components for building experiences for Microsoft 365.",
  "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:storybook",
    "start-test": "just-scripts jest-watch",
    "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/prop-types": "15.7.1",
    "@types/react": "16.8.25",
    "@types/react-addons-test-utils": "0.14.18",
    "@types/react-dom": "16.8.4",
    "@types/react-test-renderer": "^16.0.0",
    "@types/webpack-env": "1.15.1",
    "@uifabric/build": "^7.0.0",
    "@uifabric/example-app-base": "^7.22.34",
    "@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-test-renderer": "^16.3.0"
  },
  "dependencies": {
    "@fluentui/react-focus": "^7.18.17",
    "@microsoft/load-themed-styles": "^1.10.26",
    "@types/d3-array": "1.2.1",
    "@types/d3-axis": "1.0.10",
    "@types/d3-format": "^1.3.1",
    "@types/d3-scale": "^4.0.0",
    "@types/d3-selection": "1.4.1",
    "@types/d3-shape": "^1.2.3",
    "@types/d3-time-format": "^2.1.0",
    "@types/d3-time": "^1.1.0",
    "@uifabric/icons": "^7.9.6",
    "@uifabric/set-version": "^7.0.24",
    "@types/d3-hierarchy": "2.0.0",
    "d3-array": "1.2.1",
    "d3-axis": "1.0.8",
    "d3-format": "^1.4.4",
    "d3-scale": "^4.0.0",
    "d3-selection": "1.3.0",
    "d3-shape": "^1.2.0",
    "d3-time-format": "^2.1.3",
    "d3-time": "^1.1.0",
    "d3-hierarchy": "2.0.0",
    "prop-types": "^15.7.2",
    "tslib": "^1.10.0"
  },
  "peerDependencies": {
    "@types/react": ">=16.8.0 <18.0.0",
    "office-ui-fabric-react": "^7.204.1",
    "@types/react-dom": ">=16.8.0 <18.0.0",
    "react": ">=16.8.0 <18.0.0",
    "react-dom": ">=16.8.0 <18.0.0"
  }
}
