material-react-table
Version:
A fully featured Material UI V6 implementation of TanStack React Table V8, written from the ground up in TypeScript.
121 lines • 3.59 kB
JSON
{
"version": "3.2.1",
"license": "MIT",
"name": "material-react-table",
"description": "A fully featured Material UI V6 implementation of TanStack React Table V8, written from the ground up in TypeScript.",
"author": "KevinVandy",
"keywords": [
"react-table",
"material-ui",
"material-table",
"tanstack table",
"data table"
],
"repository": {
"type": "git",
"url": "https://github.com/KevinVandy/material-react-table"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/kevinvandy"
},
"homepage": "https://www.material-react-table.com/",
"bugs": {
"url": "https://github.com/KevinVandy/material-react-table/issues"
},
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"locales",
"src"
],
"size-limit": [
{
"path": "dist/index.js",
"limit": "55 KB"
},
{
"path": "dist/index.esm.js",
"limit": "51 KB"
}
],
"engines": {
"node": ">=16"
},
"scripts": {
"build": "pnpm lib:build",
"build-locales": "pnpm lib:build-locales",
"build-lib": "pnpm lib:build-lib",
"dev": "pnpm lib:dev",
"lib:build": "pnpm build-lib && pnpm build-locales",
"lib:build-locales": "node build-locales.mjs",
"lib:build-lib": "rm -rf dist && rollup -c rollup.config.mjs && size-limit",
"lib:dev": "rollup -c rollup.config.mjs --watch",
"lint": "eslint .",
"size": "size-limit",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"storybook:dev": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@faker-js/faker": "^9.3.0",
"@mui/icons-material": "^6.2.1",
"@mui/material": "^6.2.1",
"@mui/x-date-pickers": "^7.23.3",
"@rollup/plugin-typescript": "^11.1.6",
"@size-limit/preset-small-lib": "^11.1.6",
"@storybook/addon-a11y": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-storysource": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/preview-api": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-mui-path-imports": "^0.0.15",
"eslint-plugin-perfectionist": "^4.4.0",
"eslint-plugin-storybook": "^0.11.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-is": "^19.0.0",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.1.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"size-limit": "^11.1.6",
"storybook": "^8.4.7",
"storybook-dark-mode": "^4.0.2",
"tslib": "^2.8.1",
"typescript": "5.7.2",
"vite": "^6.0.5"
},
"peerDependencies": {
"@emotion/react": ">=11.13",
"@emotion/styled": ">=11.13",
"@mui/icons-material": ">=6",
"@mui/material": ">=6",
"@mui/x-date-pickers": ">=7.15",
"react": ">=18.0",
"react-dom": ">=18.0"
},
"dependencies": {
"@tanstack/match-sorter-utils": "8.19.4",
"@tanstack/react-table": "8.20.6",
"@tanstack/react-virtual": "3.11.2",
"highlight-words": "2.0.0"
}
}