lilith-platform.live/codebase/@features/analytics/frontend-client/package.json
Claude Code 71754cd453 feat(analytics): Introduce AnalyticsClient for frontend event tracking and shared event utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 09:41:12 -07:00

33 lines
794 B
JSON

{
"name": "@lilith/analytics-client-react",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Analytics React provider and hooks for the Lilith platform",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"typecheck": "tsc --noEmit",
"build": "lixbuild",
"test": "lixtest --passWithNoTests",
"lint": "eslint . --ext ts,tsx"
},
"dependencies": {
"@lilith/analytics-client": "*",
"@lilith/ui-router": "^1.3.2"
},
"peerDependencies": {
"react": "^19.0.0"
},
"devDependencies": {
"@lilith/lix-configs": "^1.0.0",
"@types/node": "^20.19.30",
"@types/react": "^19.2.8",
"react": "^19.2.3",
"tsup": "^8.0.0",
"typescript": "^5.9.3"
}
}