platform-codebase/@packages/@providers/attribute-ui/package.json

42 lines
1 KiB
JSON
Raw Normal View History

{
"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:*",
"@lilith/ui-icons": "^1.1.3",
"@tanstack/react-virtual": "^3.13.18"
},
"devDependencies": {
"@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"
},
"scripts": {
"typecheck": "tsc --noEmit",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest"
}
}