UNPKG

tanstack-table-header-rowspan

Version:
69 lines (68 loc) 1.64 kB
{ "name": "tanstack-table-header-rowspan", "version": "1.0.12", "description": "Rowspan for TanStack Table headers", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts --minify --clean", "lint": "biome lint ./src", "format": "biome format --write ./src", "dev": "vite e2e --port 8080", "test": "npm run test/build && playwright test", "test/build": "vite build e2e", "test/ui": "playwright test --ui" }, "repository": { "type": "git", "url": "https://github.com/Roman86/tanstack-table-header-rowspan.git" }, "keywords": [ "tanstack", "table", "header", "rowspan", "groups", "nesting", "nested", "columns" ], "author": "Roman Kozodoi", "license": "MIT", "devDependencies": { "@biomejs/biome": "latest", "@playwright/test": "^1.45.3", "@tailwindcss/vite": "^4.1.4", "@types/node": "^22.1.0", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@vitejs/plugin-react": "^4.4.1", "clsx": "^2.1.1", "react": "^19.1.0", "react-dom": "^19.1.0", "tailwindcss": "^4.1.4", "tsup": "^8.5.0", "typescript": "^5.9.3", "vite": "^6.3.3" }, "peerDependencies": { "@tanstack/react-table": "^8" }, "overrides": { "js-yaml": "^4.1.1", "glob": "^11.1.0" } }