{
  "name": "@mui/x-charts",
  "version": "7.0.0",
  "description": "The community edition of the charts components (MUI X).",
  "author": "MUI Team",
  "main": "./index.js",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mui/mui-x/issues"
  },
  "homepage": "https://mui.com/x/react-charts/",
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "react",
    "react-component",
    "mui",
    "mui-x",
    "material-ui",
    "material design",
    "charts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mui/mui-x.git",
    "directory": "packages/x-charts"
  },
  "dependencies": {
    "@babel/runtime": "^7.24.0",
    "@mui/base": "^5.0.0-beta.40",
    "@mui/system": "^5.15.14",
    "@mui/utils": "^5.15.14",
    "@react-spring/rafz": "^9.7.3",
    "@react-spring/web": "^9.7.3",
    "clsx": "^2.1.0",
    "d3-color": "^3.1.0",
    "d3-delaunay": "^6.0.4",
    "d3-interpolate": "^3.0.1",
    "d3-scale": "^4.0.2",
    "d3-shape": "^3.2.0",
    "prop-types": "^15.8.1"
  },
  "peerDependencies": {
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "@mui/material": "^5.15.14",
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0"
  },
  "peerDependenciesMeta": {
    "@emotion/react": {
      "optional": true
    },
    "@emotion/styled": {
      "optional": true
    }
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./esm/index.js",
      "default": "./esm/index.js"
    },
    "./*": {
      "types": "./*/index.d.ts",
      "import": "./esm/*/index.js",
      "default": "./esm/*/index.js"
    }
  },
  "setupFiles": [
    "<rootDir>/src/setupTests.js"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "private": false,
  "module": "./esm/index.js",
  "types": "./index.d.ts"
}