{ "name": "@lilith/ui-data", "version": "1.2.1", "description": "Data display components - DataTable, Pagination, Gallery, Sparkline", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" } }, "scripts": { "build": "tsup", "typecheck": "tsc --noEmit", "lint": "eslint src --fix", "lint:check": "eslint src" }, "dependencies": { "@lilith/ui-accessibility": "^1.1.4", "@lilith/ui-motion": "^1.1.4", "@lilith/ui-primitives": "^1.2.10", "@lilith/ui-theme": "^1.3.3", "@lilith/chart-math": "^1.0.1", "@lilith/ui-zname": "^1.2.3", "framer-motion": "^11.18.2", "lucide-react": "^0.553.0", "motion-dom": "^11.18.1", "motion-utils": "^11.18.1", "@lilith/ui-styled-components": "^6.0.0" }, "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.local/api/packages/lilith/npm/" }, "_": { "registry": "forgejo", "publish": true, "build": true } }