@inbuild/material-react-table
Version:
A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.
104 lines (103 loc) • 2.93 kB
JSON
{
"version": "0.0.31-alpha",
"name": "@inbuild/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": "git+https://github.com/inbuild-ai/material-react-table.git"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/eliasmelgaco"
},
"bugs": {
"url": "https://github.com/inbuild-ai/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": "58 KB"
},
{
"path": "dist/esm/material-react-table.esm.js",
"limit": "54 KB"
}
],
"engines": {
"node": ">=14"
},
"scripts": {
"build": "rm -rf dist && rollup -c && size-limit",
"lib:build": "rm -rf dist && rollup -c && size-limit",
"lib:dev": "rm -rf dist && rollup -c -w",
"lint": "eslint .",
"size": "size-limit"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-react": "^7.18.6",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.14",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@size-limit/preset-small-lib": "^8.2.4",
"@types/node": "^18.15.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-window": "^1.8.5",
"@types/uuid": "9.0.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.35.0",
"eslint-plugin-mui-path-imports": "^0.0.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-number-format": "^5.1.4",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"size-limit": "^8.2.4",
"tslib": "^2.5.0",
"typescript": "^5.0.2"
},
"peerDependencies": {
"@emotion/react": ">=11",
"@emotion/styled": ">=11",
"@mui/icons-material": ">=5",
"@mui/material": ">=5",
"react": ">=17.0",
"react-dom": ">=17.0",
"react-number-format": ">=5.1"
},
"dependencies": {
"@tanstack/match-sorter-utils": "8.8.4",
"@tanstack/react-table": "8.8.4",
"@tanstack/react-virtual": "3.0.0-beta.54",
"highlight-words": "1.2.1",
"react-window": "1.8.8",
"uuid": "9.0.0"
},
"homepage": "https://github.com/inbuild-ai/material-react-table#readme",
"license": "ISC"
}