ui-analytics/package.json
autocommit 5dfb158db4
Some checks failed
Publish / publish (push) Failing after 1s
deps-upgrade(root): ⬆️ Update dependencies to latest versions for security patches and improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-11 01:22:49 -07:00

52 lines
1.3 KiB
JSON

{
"name": "@lilith/ui-analytics",
"version": "1.1.9",
"description": "Analytics dashboard components - MetricCard, TrendIndicator, DashboardLayout, DashboardWidget",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc --project tsconfig.json",
"typecheck": "tsc --noEmit",
"lint": "eslint src --fix",
"lint:check": "eslint src"
},
"dependencies": {
"@lilith/ui-charts": "^1.4.5",
"@lilith/ui-data": "^1.1.6",
"@lilith/ui-primitives": "^1.2.10",
"@lilith/ui-theme": "^1.3.3",
"@lilith/chart-math": "^1.0.1",
"@lilith/format": "^1.0.0",
"lucide-react": "^0.553.0",
"@lilith/ui-styled-components": "^6.3.9"
},
"devDependencies": {
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"react": "^19.2.3"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"styled-components": "^6.0.0"
},
"publishConfig": {
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}