@mui/x-charts
Version:
The community edition of the charts components (MUI X).
80 lines • 1.81 kB
JSON
{
"name": "@mui/x-charts",
"version": "7.0.0-alpha.5",
"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.23.5",
"@mui/base": "^5.0.0-beta.27",
"@mui/system": "^5.15.0",
"@mui/utils": "^5.15.0",
"@react-spring/rafz": "^9.7.3",
"@react-spring/web": "^9.7.3",
"clsx": "^2.0.0",
"d3-color": "^3.1.0",
"d3-delaunay": "^6.0.4",
"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.4.1",
"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"
}