UNPKG

table-reuse

Version:

A reusable table built on top of Antd ProTable

43 lines (42 loc) 809 B
{ "name": "table-reuse", "version": "0.0.8", "description": "A reusable table built on top of Antd ProTable", "scripts": { "build": "tsc && rollup -c", "clean": "rimraf dist", "prepare": "npm run clean && npm run build" }, "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "action-view": "^0.0.41", "yup": "^1.6.1" }, "keywords": [ "react-table", "reusable-table", "data-table", "common-table", "ui-table", "table-component", "react-ui", "antd-table", "mui-table", "searchable-table", "paginated-table", "react", "antd", "mui", "pagination", "search", "table", "ui", "reuse", "component-library" ] }