UNPKG

@mui/x-charts-vendor

Version:

Vendored dependencies for MUI X Charts.

65 lines 1.61 kB
{ "name": "@mui/x-charts-vendor", "version": "8.5.2", "author": "MUI Team", "description": "Vendored dependencies for MUI X Charts.", "keywords": [ "data visualization", "React", "d3", "charting" ], "repository": { "type": "git", "url": "git+https://github.com/mui/mui-x.git", "directory": "packages/x-charts-vendor" }, "license": "MIT AND ISC", "exports": { "./package.json": "./package.json", "./*": { "types": "./*.d.ts", "import": "./es/*.mjs", "default": "./lib/*.js" } }, "dependencies": { "@babel/runtime": "^7.27.6", "@types/d3-color": "^3.1.3", "@types/d3-delaunay": "^6.0.4", "@types/d3-interpolate": "^3.0.4", "@types/d3-scale": "^4.0.9", "@types/d3-shape": "^3.1.7", "@types/d3-time": "^3.0.4", "@types/d3-timer": "^3.0.2", "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", "d3-time": "^3.1.0", "d3-timer": "^3.0.1", "delaunator": "^5.0.1", "robust-predicates": "^3.0.2" }, "devDependencies": { "@babel/plugin-transform-runtime": "^7.27.4", "@types/d3-array": "^3.2.1", "@types/d3-format": "^3.0.4", "@types/d3-path": "^3.1.1", "@types/d3-time-format": "^4.0.3", "d3-array": "^3.2.4", "d3-format": "^3.1.0", "d3-path": "^3.1.0", "d3-time-format": "^4.1.0", "execa": "^9.6.0", "internmap": "^2.0.3", "rimraf": "^6.0.1" }, "publishConfig": { "access": "public" }, "scripts": { "build": "node ./scripts/build.js" } }