{ "name": "@lilith/attributes-admin", "version": "1.0.0", "description": "Attributes feature frontend - UI components and React hooks", "type": "module", "main": "src/index.ts", "types": "src/index.ts", "exports": { ".": { "import": "./src/index.ts", "types": "./src/index.ts" }, "./hooks": { "import": "./src/hooks/index.ts", "types": "./src/hooks/index.ts" }, "./components": { "import": "./src/components/index.ts", "types": "./src/components/index.ts" } }, "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts", "dev": "tsup src/index.ts --format cjs,esm --dts --watch", "typecheck": "tsc --noEmit", "test": "vitest run --passWithNoTests", "test:watch": "vitest" }, "dependencies": { "@tanstack/react-query": "^5.90.19", "@tanstack/react-virtual": "^3.13.18" }, "peerDependencies": { "@lilith/ui-styled-components": "^1.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "styled-components": "^6.0.0" }, "devDependencies": { "@lilith/config": "workspace:*", "@lilith/test-utils": "workspace:*", "@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" }, "private": true, "sideEffects": false }