UNPKG

@carbon/charts-react

Version:
124 lines (123 loc) 2.99 kB
{ "name": "@carbon/charts-react", "version": "1.23.15", "description": "Carbon Charts component library for React", "type": "module", "module": "./dist/index.mjs", "main": "./dist/index.umd.cjs", "types": "./dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.umd.cjs" }, "./styles.min.css": "./dist/styles.min.css", "./styles.min": "./dist/styles.min.css", "./styles.css": "./dist/styles.css", "./styles": "./dist/styles.css" }, "styles": "./dist/styles.css", "files": [ "dist", "README.md", "telemetry.yml" ], "scripts": { "postinstall": "ibmtelemetry --config=telemetry.yml", "file:styles": "cp ../core/dist/styles.* dist", "file:downlevel:dts": "downlevel-dts dist dist", "postbundle": "concurrently \"yarn:file:*\"", "build": "vite build && cp dist/index.umd.cjs dist/index.umd.js && yarn postbundle", "build:test": "vite build --config vite.test.config.ts --emptyOutDir", "dev": "vite --port 3002", "test:dom": "playwright test", "test:dom:rebase": "playwright test --update-snapshots", "lint": "eslint", "format": "prettier . --write --ignore-path ../../.prettierignore" }, "dependencies": { "@carbon/charts": "1.23.15", "@carbon/icons-react": "^11.60.0", "@ibm/telemetry-js": "^1.9.1" }, "peerDependencies": { "react": "^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0", "react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0" }, "devDependencies": { "@playwright/test": "^1.52.0", "@types/react": "^19.1.5", "@types/react-dom": "^19.1.5", "@vitejs/plugin-react-swc": "^3.10.0", "classnames": "^2.5.1", "concurrently": "^9.1.2", "downlevel-dts": "^0.11.0", "eslint": "^9.27.0", "prettier": "^3.5.3", "react": "^19.1.0", "react-dom": "^19.1.0", "typescript": "^5.8.3", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.4" }, "publishConfig": { "access": "public" }, "homepage": "https://github.com/carbon-design-system/carbon-charts#readme", "repository": { "type": "git", "url": "git+https://github.com/carbon-design-system/carbon-charts.git", "directory": "packages/react" }, "license": "Apache-2.0", "author": "IBM", "keywords": [ "charts", "graphs", "radar", "gauge", "donut", "pie", "sparkline", "tree", "treemap", "heatmap", "wordcloud", "histogram", "alluvial", "geo", "bar", "bullet", "scatter", "meter", "line", "react", "reactive", "component", "carbon", "ibm", "svg", "data", "typescript" ], "bugs": { "url": "https://github.com/carbon-design-system/carbon-charts/issues" }, "maintainers": [ { "name": "Eliad Moosavi", "email": "iliadm@ca.ibm.com", "url": "https://github.com/theiliad" } ], "contributors": [ { "name": "Eliad Moosavi", "email": "iliadm@ca.ibm.com", "url": "https://github.com/theiliad" } ], "gitHead": "e0553151bcdd280d64f2f60dbe766475db1d675e" }