UNPKG

@rubi_who/shadcn-table-pagination

Version:
73 lines (72 loc) 2.07 kB
{ "name": "@rubi_who/shadcn-table-pagination", "version": "1.1.0", "description": "A reusable Shadcn DataTable component with pagination", "keywords": [ "react", "shadcn", "datatable", "pagination", "ui", "component" ], "homepage": "https://github.com/aye-nyeinSan/my-shadcn-datatable-pagination#readme", "bugs": { "url": "https://github.com/aye-nyeinSan/my-shadcn-datatable-pagination/issues" }, "repository": { "type": "git", "url": "git+https://github.com/aye-nyeinSan/my-shadcn-datatable-pagination.git" }, "license": "MIT", "author": "ayenyeinsan (rubi)", "type": "module", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "browser": "dist/index.umd.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "clean": "rm -rf dist", "build": "rollup -c", "dev": "rollup -c -w", "lint": "eslint . --ext .ts,.tsx --fix", "prepublishOnly": "npm run clean && npm run build" }, "devDependencies": { "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "autoprefixer": "^10.4.21", "postcss": "^8.5.5", "rollup": "^4.43.0", "rollup-plugin-postcss": "^4.0.2", "tailwindcss": "^4.1.10", "typescript": "^5.8.3" }, "peerDependencies": { "@radix-ui/react-slot": "^1.2.3", "@tanstack/react-table": "^8.21.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.514.0", "react": "^19.1.0", "react-dom": "^19.1.0", "tailwind-merge": "^3.3.1", "tailwindcss-animate": "^1.0.7" }, "dependencies": { "@tanstack/react-table": "^8.21.3", "tslib": "^2.8.1" } }