UNPKG

@mui/x-charts

Version:

The community edition of the Charts components (MUI X).

62 lines 1.41 kB
{ "name": "@mui/x-charts", "version": "7.14.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", "directory": "build" }, "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.25.0", "@mui/system": "^5.16.7", "@mui/utils": "^5.16.6", "@react-spring/rafz": "^9.7.4", "@react-spring/web": "^9.7.4", "clsx": "^2.1.1", "prop-types": "^15.8.1", "@mui/x-charts-vendor": "7.14.0" }, "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 } }, "engines": { "node": ">=14.0.0" }, "private": false, "module": "./esm/index.js", "types": "./index.d.ts" }