87 lines
2.0 KiB
JSON
87 lines
2.0 KiB
JSON
{
|
|
"name": "@mui/x-charts",
|
|
"version": "8.11.2",
|
|
"author": "MUI Team",
|
|
"description": "The community edition of MUI X Charts components.",
|
|
"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": "git+https://github.com/mui/mui-x.git",
|
|
"directory": "packages/x-charts"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.28.2",
|
|
"@mui/utils": "^7.3.2",
|
|
"bezier-easing": "^2.1.0",
|
|
"clsx": "^2.1.1",
|
|
"prop-types": "^15.8.1",
|
|
"reselect": "^5.1.1",
|
|
"use-sync-external-store": "^1.5.0",
|
|
"@mui/x-charts-vendor": "8.11.0",
|
|
"@mui/x-internals": "8.11.2",
|
|
"@mui/x-internal-gestures": "0.2.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/react": "^11.9.0",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@mui/material": "^5.15.14 || ^6.0.0 || ^7.0.0",
|
|
"@mui/system": "^5.15.14 || ^6.0.0 || ^7.0.0",
|
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@emotion/react": {
|
|
"optional": true
|
|
},
|
|
"@emotion/styled": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"type": "commonjs",
|
|
"main": "./index.js",
|
|
"types": "./index.d.ts",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": {
|
|
"require": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
},
|
|
"default": {
|
|
"types": "./esm/index.d.ts",
|
|
"default": "./esm/index.js"
|
|
}
|
|
},
|
|
"./*": {
|
|
"require": {
|
|
"types": "./*/index.d.ts",
|
|
"default": "./*/index.js"
|
|
},
|
|
"default": {
|
|
"types": "./esm/*/index.d.ts",
|
|
"default": "./esm/*/index.js"
|
|
}
|
|
},
|
|
"./esm": null
|
|
}
|
|
} |