@lobehub/charts
Version:
React modern charts components built on recharts
46 lines (45 loc) • 1.01 kB
JSON
{
"name": "@lobehub/charts",
"version": "5.2.1",
"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": [
"**/*.css"
],
"main": "es/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"files": [
"es"
],
"dependencies": {
"ahooks": "^3.9.6",
"antd-style": "^4.1.0",
"chroma-js": "^3.2.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.19",
"fast-deep-equal": "^3.1.3",
"lucide-react": "^0.562.0",
"polished": "^4.3.1",
"recharts": "^2.15.4"
},
"peerDependencies": {
"@lobehub/ui": "^4.3.3",
"antd": "^6.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}