UNPKG

antd-shadcn-tanstack-table

Version:

performant table with ant design , tanstack/react-table with shadcn data table

87 lines (86 loc) 2.15 kB
{ "name": "antd-shadcn-tanstack-table", "version": "1.0.5", "description": "performant table with ant design , tanstack/react-table with shadcn data table", "keywords": [ "react", "antd", "ant-design", "ant-design-table", "ant-design-pro-table", "ant-design-pro", "shadcn", "tanstack", "table", "data-table", "grid", "typescript", "performant", "editable", "sortable", "filterable", "react-table", "virtual-table", "ui-components", "data-grid", "inline-editing", "responsive", "shadcn-ui", "shadcn-data-table", "shadcn-table", "shadcn-data-grid", "shadcn-data-grid", "shadcn-data-grid", "antd-shadcn-tanstack-table" ], "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup src/components/index.tsx", "dev": "tsup src/components/index.tsx --watch", "prepublishOnly": "npm run build" }, "peerDependencies": { "@radix-ui/react-slot": "^1.0.0", "@tanstack/react-table": "^8.0.0", "react": "^18.0.0" }, "author": "purva.sharma1", "license": "ISC", "bugs": { "url": "https://github.com/harshittiwarihrt/shadCnAntDTable/issues" }, "homepage": "https://github.com/harshittiwarihrt/shadCnAntDTable#readme", "devDependencies": { "@radix-ui/react-slot": "^1.1.2", "@tanstack/react-table": "^8.20.6", "@types/react": "^19.0.8", "@types/lodash": "^4.17.15", "react": "^19.0.0", "tsup": "^8.3.6", "typescript": "^5.7.3" }, "dependencies": { "@ant-design/icons": "^5.6.1", "@ant-design/pro-components": "^2.8.4", "@dnd-kit/sortable": "^10.0.0", "@iconify/react": "^5.2.0", "@tabler/icons-react": "^3.30.0", "ahooks": "^3.8.4", "antd": "^5.23.4", "antd-style": "^3.7.1", "chrono-node": "^2.7.8", "class-variance-authority": "^0.7.1", "cls": "^0.1.5", "clsx": "^2.1.1", "dayjs": "^1.11.13", "lodash": "^4.17.21", "lucide-react": "^0.475.0", "react-hotkeys-hook": "^4.6.1", "tailwind-merge": "^3.0.1" } }