analytics/packages/analytics-widgets/package.json

39 lines
959 B
JSON

{
"name": "@analytics/widgets",
"version": "0.1.0",
"description": "React UI components for analytics dashboards - charts, funnels, cohorts, metrics",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": ["dist"],
"scripts": {
"build": "tsup",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist"
},
"dependencies": {
"@analytics/types": "workspace:^",
"recharts": "^2.10.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@lilith/configs": "^2.2.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^8.0.0",
"typescript": "^5.4.0"
},
"keywords": ["analytics", "widgets", "react", "charts", "dashboard"],
"license": "NONE"
}