@birhaus/primitives
Version:
BIRHAUS Primitive Components - Enhanced base UI components with DataTable, FilterBar, BulkActions, and cognitive load reduction
74 lines (73 loc) • 1.77 kB
JSON
{
"name": "@birhaus/primitives",
"version": "1.1.0",
"description": "BIRHAUS Primitive Components - Enhanced base UI components with DataTable, FilterBar, BulkActions, and cognitive load reduction",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./styles.css": "./dist/styles.css"
},
"files": [
"dist/**"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint src --ext .ts,.tsx --report-unused-disable-directives --max-warnings 0",
"type-check": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"clean": "rm -rf dist"
},
"dependencies": {
"@tanstack/react-virtual": "^3.0.0",
"clsx": "^2.0.0",
"framer-motion": "^10.18.0",
"lucide-react": "^0.294.0",
"tailwind-merge": "^2.2.0"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"eslint": "^8.54.0",
"jsdom": "^23.0.0",
"tsup": "^8.0.1",
"typescript": "^5.3.0",
"vitest": "^1.0.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"birhaus",
"primitives",
"ui-components",
"data-table",
"searchable-list",
"filter-bar",
"bulk-actions",
"page-layout",
"status-badge",
"stat-card",
"virtualization",
"cognitive-load",
"spanish-first",
"accessibility",
"react",
"typescript",
"miller-law",
"undo-patterns"
]
}