43 lines
1.1 KiB
JSON
Executable file
43 lines
1.1 KiB
JSON
Executable file
{
|
|
"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/service-registry": "1.3.0-dev.1769368894",
|
|
"@lilith/ui-icons": "^1.1.5",
|
|
"@lilith/vite-plugin-dependency-startup": "1.1.1-dev.1769368912",
|
|
"@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"
|
|
}
|
|
}
|