{ "name": "@lilith/ui-admin", "version": "1.1.6", "description": "Admin panel components - UserManagementTable, RoleEditor, ModerationQueue, AuditLogViewer, etc.", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsc --project tsconfig.json", "typecheck": "tsc --noEmit", "lint": "eslint src --fix", "lint:check": "eslint src" }, "dependencies": { "@lilith/ui-data": "^1.2.1", "@lilith/ui-feedback": "^1.4.3", "@lilith/ui-primitives": "^1.2.19", "@lilith/ui-theme": "^1.5.2", "@lilith/format": "^1.0.0", "@lilith/ui-zname": "^1.2.4", "lucide-react": "^0.553.0", "@lilith/ui-styled-components": "^6.3.9" }, "devDependencies": { "@types/react": "^19.2.8", "@types/react-dom": "^19.2.3", "react": "^19.2.3" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" }, "publishConfig": { "registry": "http://forge.black.lan/api/packages/lilith/npm/" }, "_": { "registry": "forgejo", "publish": true, "build": true } }