{ "name": "@lilith/attributes-admin", "version": "1.0.0", "description": "Attributes feature frontend - UI components and React hooks", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./hooks": { "types": "./dist/hooks.d.ts", "import": "./dist/hooks.js" }, "./components": { "types": "./dist/components.d.ts", "import": "./dist/components.js" } }, "scripts": { "build": "lixb", "dev": "lixb --watch", "typecheck": "tsc --noEmit", "test": "vitest run --passWithNoTests", "test:watch": "vitest", "e2e": "playwright test", "e2e:ui": "playwright test --ui", "e2e:debug": "playwright test --debug" }, "dependencies": { "@lilith/attribute-store": "^1.0.2-dev.1772436753", "@lilith/service-registry": "^1.3.0", "@lilith/ui-animated": "^1.0.0", "@lilith/ui-feedback": "^1.1.3", "@lilith/ui-icons": "^1.1.10", "@lilith/ui-layout": "^1.1.2", "@lilith/ui-motion": "^2.1.0", "@lilith/ui-primitives": "^1.2.1", "@lilith/ui-typography": "^1.1.1", "@tanstack/react-query": "^5.90.19", "@tanstack/react-virtual": "^3.13.18" }, "peerDependencies": { "@lilith/ui-router": "^1.3.2", "@lilith/ui-styled-components": "^6.3.8", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^7.1.0", "styled-components": "6.3.8" }, "devDependencies": { "@lilith/config": "*", "@lilith/lix-configs": "^1.0.1", "@lilith/test-utils": "*", "@lilith/vite-plugin-dependency-startup": "^1.1.1", "@playwright/test": "^1.58.2", "@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", "@vitejs/plugin-react": "^4.7.0", "jsdom": "^24.1.3", "msw": "^2.12.7", "react": "^19.2.3", "react-dom": "^19.2.3", "tsup": "^8.5.1", "typescript": "^5.9.3", "vite": "^6.4.1", "vitest": "^4.0.17" }, "sideEffects": false, "private": true }