Update peerDependencies to accept React 18 or 19, and update @types/react to ^19.0.0 for type compatibility. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
40 lines
1 KiB
JSON
40 lines
1 KiB
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 || ^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"
|
|
}
|
|
}
|