✨ 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
|
|
|
{
|
|
|
|
|
"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": {
|
2026-01-02 23:53:36 -08:00
|
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
|
|
|
"react-dom": "^18.0.0 || ^19.0.0"
|
✨ 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
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@lilith/attribute-hooks": "workspace:*",
|
2026-01-18 15:48:37 -08:00
|
|
|
"@lilith/ui-icons": "^1.1.3",
|
|
|
|
|
"@tanstack/react-virtual": "^3.13.18"
|
✨ 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
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-01-18 15:48:37 -08:00
|
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
|
|
|
"@testing-library/react": "^14.3.1",
|
|
|
|
|
"@testing-library/user-event": "^14.6.1",
|
|
|
|
|
"@types/react": "^19.2.8",
|
|
|
|
|
"@types/react-dom": "^19.2.3",
|
|
|
|
|
"jsdom": "^24.1.3",
|
|
|
|
|
"typescript": "^5.9.3",
|
|
|
|
|
"vite": "^5.4.21",
|
|
|
|
|
"vitest": "^2.1.9"
|
✨ 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
|
|
|
},
|
|
|
|
|
"scripts": {
|
2026-01-10 11:10:21 -08:00
|
|
|
"typecheck": "tsc --noEmit",
|
✨ 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
|
|
|
"test": "vitest run --passWithNoTests",
|
|
|
|
|
"test:watch": "vitest"
|
|
|
|
|
}
|
|
|
|
|
}
|