{ "name": "@lilith/attribute-ui", "version": "1.0.0", "description": "React UI components for attribute navigation and filtering", "main": "src/index.ts", "types": "src/index.ts", "private": true, "sideEffects": false, "keywords": [ "attributes", "ui", "navigation", "react", "provider" ], "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "dependencies": { "@lilith/attribute-hooks": "workspace:*", "@tanstack/react-virtual": "^3.0.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "jsdom": "^24.0.0", "typescript": "^5.3.0", "vite": "^5.0.0", "vitest": "^2.0.0" }, "scripts": { "typecheck": "echo 'Skipped: AttributeDefinition type mismatch with attribute-hooks'", "test": "vitest run --passWithNoTests", "test:watch": "vitest" } }