platform-codebase/@packages/@providers/attribute-ui/package.json
Lilith 134e1f5506 Add comprehensive attribute system expansions
- Add attribute-ui provider package for reusable UI components
- Add data types for attribute definitions
- Add 17 new attribute category migrations (interests, values, personality,
  scheduling, safety, appearance, communication, cultural, accessibility,
  technology, aesthetic, entertainment, food, social, kinks, professional, home)
- Update ProfileAttributeEditor component
- Update frontend tsconfig

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 23:27:36 -08:00

40 lines
965 B
JSON

{
"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",
"react-dom": "^18.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": "^18.2.0",
"@types/react-dom": "^18.2.0",
"jsdom": "^24.0.0",
"typescript": "^5.3.0",
"vite": "^5.0.0",
"vitest": "^2.0.0"
},
"scripts": {
"typecheck": "tsc --noEmit",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest"
}
}