UNPKG

custom-table-search

Version:

A customizable, dynamic table component with advanced search, sorting, and pagination for React.

58 lines (57 loc) 1.46 kB
{ "name": "custom-table-search", "version": "1.2.8", "homepage": "https://custom-table-sample.vercel.app/", "description": "A customizable, dynamic table component with advanced search, sorting, and pagination for React.", "main": "dist/TableCustom.js", "types": "index.d.ts", "keywords": [ "custom-table", "table-search", "react-table", "data-table", "pagination", "sorting", "filtering", "grid-view", "react-component", "advanced-search", "dynamic-table", "frontend", "UI-component" ], "scripts": { "build": "npx babel src --out-dir dist", "postbuild": "cp src/TableCustom.css dist/TableCustom.css", "prepare": "npm run build" }, "author": "Rakesh Singh", "license": "MIT", "peerDependencies": { "bootstrap": "^5.3.3", "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "devDependencies": { "@babel/cli": "^7.25.9", "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", "@babel/preset-react": "^7.25.9", "jest": "^29.7.0", "typescript": "^4.0.0" }, "files": [ "dist", "src/TableCustom.css" ], "repository": { "type": "git", "url": "https://github.com/noobster101-ui/custom-table-search" }, "bugs": { "url": "https://github.com/noobster101-ui/custom-table-search/issues" }, "dependencies": { "yalc": "^1.0.0-pre.53" } }