UNPKG

@ackplus/react-tanstack-data-table

Version:

A powerful React data table component built with MUI and TanStack Table

49 lines 1.42 kB
{ "name": "@ackplus/react-tanstack-data-table", "type": "commonjs", "version": "1.0.19-beta-0.9", "description": "A powerful React data table component built with MUI and TanStack Table", "keywords": [ "react", "table", "data-table", "tanstack", "mui", "material-ui", "typescript", "component" ], "author": { "name": "ACK Plus", "email": "your-email@example.com" }, "license": "MIT", "homepage": "https://github.com/ack-solutions/react-tanstack-data-table/packages/#readme", "repository": { "type": "git", "url": "git+https://github.com/ack-solutions/react-tanstack-data-table.git" }, "bugs": { "url": "https://github.com/ack-solutions/react-tanstack-data-table/issues" }, "main": "./src/index.js", "types": "./src/index.d.ts", "peerDependencies": { "@emotion/react": ">=11.0.0", "@emotion/styled": ">=11.0.0", "@mui/icons-material": ">=5.0.0 || ^6.0.0 || ^7.0.0", "@mui/material": ">=5.0.0 || ^6.0.0 || ^7.0.0", "@tanstack/react-table": ">=8.10.0", "@tanstack/react-virtual": ">=3.0.0", "react": ">=18.0.0 || ^19.0.0", "react-dom": ">=18.0.0 || ^19.0.0", "xlsx": ">=0.18.0", "moment": ">=2.29.0", "@mui/x-date-pickers": ">=5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" }, "devDependencies": { "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "typescript": "^5.8.2" } }