UNPKG

material-react-table

Version:

A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.

106 lines (105 loc) 3.48 kB
{ "version": "1.2.5", "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": "Kevin Vandy", "keywords": [ "react-table", "material-ui", "material-table", "tanstack table", "data table" ], "repository": { "type": "git", "url": "https://github.com/KevinVandy/material-react-table" }, "homepage": "https://www.material-react-table.com/", "bugs": { "url": "https://github.com/KevinVandy/material-react-table/issues" }, "main": "dist/cjs/index.js", "module": "dist/esm/material-react-table.esm.js", "typings": "dist/index.d.ts", "files": [ "dist", "locales", "src" ], "size-limit": [ { "path": "dist/cjs/index.js", "limit": "50 KB" }, { "path": "dist/esm/material-react-table.esm.js", "limit": "50 KB" } ], "engines": { "node": ">=14" }, "scripts": { "analyze": "size-limit --why", "build": "rm -rf dist locales && rollup -c && size-limit && rm -rf material-react-table-docs/node_modules/material-react-table && mkdir material-react-table-docs/node_modules/material-react-table && cp -r dist material-react-table-docs/node_modules/material-react-table/dist && cp -r locales material-react-table-docs/node_modules/material-react-table/ && cp -r src material-react-table-docs/node_modules/material-react-table/ && cp -r package.json material-react-table-docs/node_modules/material-react-table/", "build-storybook": "build-storybook", "format": "prettier -w .", "lint": "eslint .", "size": "size-limit", "storybook": "start-storybook -p 6006" }, "devDependencies": { "@babel/core": "^7.19.3", "@babel/preset-react": "^7.18.6", "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.4", "@faker-js/faker": "^7.5.0", "@mui/icons-material": "^5.10.6", "@mui/material": "^5.10.7", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-node-resolve": "^14.1.0", "@rollup/plugin-typescript": "^8.5.0", "@size-limit/preset-small-lib": "^8.1.0", "@storybook/addon-a11y": "^6.5.12", "@storybook/addon-actions": "^6.5.12", "@storybook/addon-essentials": "^6.5.12", "@storybook/addon-info": "^5.3.21", "@storybook/addon-links": "^6.5.12", "@storybook/addon-storysource": "^6.5.12", "@storybook/addons": "^6.5.12", "@storybook/react": "^6.5.12", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", "babel-loader": "^8.2.5", "eslint": "^8.24.0", "eslint-plugin-mui-path-imports": "^0.0.3", "husky": "^8.0.1", "prettier": "^2.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", "rollup": "^2.79.1", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-dts": "^4.2.2", "rollup-plugin-peer-deps-external": "^2.2.4", "size-limit": "^8.1.0", "storybook-dark-mode": "^1.1.2", "tslib": "^2.4.0", "typescript": "^4.8.4" }, "peerDependencies": { "@emotion/react": ">=11", "@emotion/styled": ">=11", "@mui/icons-material": ">=5", "@mui/material": ">=5", "react": ">=17.0" }, "dependencies": { "@tanstack/match-sorter-utils": "8.1.1", "@tanstack/react-table": "8.5.13", "react-virtual": "^2.10.4" } }