{ "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" } }