@lobehub/charts
Version:
React modern charts components built on recharts
44 lines (43 loc) • 1.03 kB
JSON
{
"name": "@lobehub/charts",
"version": "1.12.0",
"description": "React modern charts components built on recharts",
"keywords": [
"lobehub",
"charts"
],
"homepage": "https://github.com/lobehub/lobe-charts",
"bugs": {
"url": "https://github.com/lobehub/lobe-charts/issues/new"
},
"repository": {
"type": "git",
"url": "https://github.com/lobehub/lobe-charts.git"
},
"license": "MIT",
"author": "LobeHub <i@lobehub.com>",
"sideEffects": false,
"main": "es/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"files": [
"es"
],
"dependencies": {
"@lobehub/ui": "^1.162.0",
"ahooks": "^3.8.4",
"antd-style": "^3.7.1",
"chroma-js": "^3.1.2",
"date-fns": "^3.6.0",
"dayjs": "^1.11.13",
"lucide-react": "^0.469.0",
"polished": "^4.3.1",
"react-layout-kit": "^1.9.1",
"recharts": "^2.15.0"
},
"peerDependencies": {
"antd": "^5.23.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
}
}