UNPKG

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 (122 loc) 3.63 kB
{ "version": "2.13.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": "storybook dev -p 6006", "storybook:build": "storybook build", "storybook:dev": "storybook dev -p 6006", "build-storybook": "storybook build" }, "devDependencies": { "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", "@faker-js/faker": "^8.4.1", "@mui/icons-material": "^5.16.5", "@mui/material": "^5.16.5", "@mui/x-date-pickers": "^7.11.1", "@rollup/plugin-typescript": "^11.1.6", "@size-limit/preset-small-lib": "^11.1.4", "@storybook/addon-a11y": "^8.2.6", "@storybook/addon-essentials": "^8.2.6", "@storybook/addon-links": "^8.2.6", "@storybook/addon-storysource": "^8.2.6", "@storybook/blocks": "^8.2.6", "@storybook/preview-api": "^8.2.6", "@storybook/react": "^8.2.6", "@storybook/react-vite": "^8.2.6", "@types/node": "^22.0.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.17.0", "@typescript-eslint/parser": "^7.17.0", "@vitejs/plugin-react": "^4.3.1", "eslint": "^9.8.0", "eslint-plugin-mui-path-imports": "^0.0.15", "eslint-plugin-perfectionist": "^3.0.0", "eslint-plugin-storybook": "^0.8.0", "prop-types": "^15.8.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-is": "^18.3.1", "rollup": "^2.79.1", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "size-limit": "^11.1.4", "storybook": "^8.2.6", "storybook-dark-mode": "^4.0.2", "tslib": "^2.6.3", "typescript": "^5.5.4", "vite": "^5.3.5" }, "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": ">=17.0", "react-dom": ">=17.0" }, "dependencies": { "@tanstack/match-sorter-utils": "8.15.1", "@tanstack/react-table": "8.19.3", "@tanstack/react-virtual": "3.8.3", "highlight-words": "1.2.2" } }