UNPKG

@ackplus/react-tanstack-data-table

Version:

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

75 lines (74 loc) 1.96 kB
{ "name": "@ackplus/react-tanstack-data-table", "type": "commonjs", "version": "1.1.6", "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": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "files": [ "dist", "src" ], "scripts": { "build": "tsc -p tsconfig.build.json" }, "dependencies": { "lodash": "^4.17.21", "moment": "^2.30.1", "rxjs": "^7.8.0", "xlsx": "^0.18.5", "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.13.10" }, "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", "react": ">=18.0.0 || ^19.0.0", "react-dom": ">=18.0.0 || ^19.0.0", "@mui/x-date-pickers": ">=5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" }, "devDependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/icons-material": "^7.1.1", "@mui/material": "^7.1.1", "@mui/x-date-pickers": "^8.5.3", "react": "19.2.3", "react-dom": "19.2.3", "typescript": "~5.8.3" } }