UNPKG

@signozhq/table

Version:

Table component with granular control using tanstack

90 lines 2.19 kB
{ "name": "@signozhq/table", "version": "0.3.7", "license": "MIT", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "devDependencies": { "@tailwindcss/postcss": "^4.1.3", "@types/node": "^22.5.5", "@types/react": "^18.2.61", "@types/react-dom": "^18.2.19", "@vitejs/plugin-react": "^4.2.1", "eslint": "^9.11.0", "postcss": "^8.4.47", "react-dom": "^18.2.0", "tailwindcss": "^4.1.3", "tsup": "^8.0.0", "typescript": "^5.3.3", "@repo/typescript-config": "0.0.0", "@signozhq/tailwind-config": "0.0.0", "@repo/eslint-config": "0.0.0" }, "dependencies": { "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-slot": "^1.1.0", "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.13.9", "@types/lodash-es": "^4.17.12", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "lodash-es": "^4.17.21", "lucide-react": "^0.445.0", "tailwind-merge": "^2.5.2", "tailwindcss-animate": "^1.0.7", "@signozhq/tooltip": "0.0.2" }, "publishConfig": { "access": "public" }, "description": "Table component with granular control using tanstack", "keywords": [ "react", "table", "data-table", "tanstack", "virtualization", "typescript", "ui", "component" ], "author": "SigNoz", "repository": { "type": "git", "url": "https://github.com/SigNoz/components.git", "directory": "packages/table" }, "bugs": { "url": "https://github.com/SigNoz/components/issues" }, "homepage": "https://github.com/SigNoz/components#readme", "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "peerDependenciesMeta": { "react": { "optional": false }, "react-dom": { "optional": false } }, "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint . --max-warnings 0", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" } }