material-react-table
Version:
A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.
123 lines • 3.68 kB
JSON
{
"version": "2.11.1",
"license": "MIT",
"name": "material-react-table",
"description": "A fully featured Material UI V5 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": "53 KB"
},
{
"path": "dist/index.esm.js",
"limit": "50 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": "pnpm storybook:dev",
"storybook:build": "storybook build",
"storybook:dev": "storybook dev -p 6006"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^8.4.0",
"@mui/icons-material": "^5.15.7",
"@mui/material": "^5.15.7",
"@mui/x-date-pickers": "^6.19.3",
"@rollup/plugin-typescript": "^11.1.6",
"@size-limit/preset-small-lib": "^11.0.2",
"@storybook/addon-a11y": "^7.6.12",
"@storybook/addon-essentials": "^7.6.12",
"@storybook/addon-interactions": "^7.6.12",
"@storybook/addon-links": "^7.6.12",
"@storybook/addon-storysource": "^7.6.12",
"@storybook/blocks": "^7.6.12",
"@storybook/react": "^7.6.12",
"@storybook/react-vite": "^7.6.12",
"@storybook/testing-library": "^0.2.2",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-mui-path-imports": "^0.0.15",
"eslint-plugin-perfectionist": "^2.5.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"size-limit": "^11.0.2",
"storybook": "^7.6.12",
"storybook-dark-mode": "^3.0.3",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.12"
},
"peerDependencies": {
"@emotion/react": ">=11.11",
"@emotion/styled": ">=11.11",
"@mui/icons-material": ">=5.11",
"@mui/material": ">=5.13",
"@mui/x-date-pickers": ">=6.15.0",
"react": ">=18.0",
"react-dom": ">=18.0"
},
"dependencies": {
"@tanstack/match-sorter-utils": "8.11.8",
"@tanstack/react-table": "8.11.8",
"@tanstack/react-virtual": "3.0.4",
"highlight-words": "1.2.2"
}
}