mantine-datatable
Version:
The lightweight, dependency-free, dark-theme aware table component for your Mantine UI data-rich applications, featuring asynchronous data loading support, pagination, intuitive Gmail-style additive batch rows selection, column sorting, custom cell data r
127 lines (126 loc) • 3.73 kB
JSON
{
"name": "mantine-datatable",
"version": "8.3.11",
"description": "The lightweight, dependency-free, dark-theme aware table component for your Mantine UI data-rich applications, featuring asynchronous data loading support, pagination, intuitive Gmail-style additive batch rows selection, column sorting, custom cell data rendering, row expansion, nesting, context menus, and much more",
"keywords": [
"mantine",
"data",
"table",
"grid",
"datatable",
"datagrid",
"data table",
"data grid",
"async",
"nested",
"sorting",
"pagination",
"context menu",
"react",
"component",
"react server components",
"typescript",
"ui",
"user interface",
"ux",
"user experience"
],
"repository": "icflorescu/mantine-datatable",
"homepage": "https://icflorescu.github.io/mantine-datatable/",
"bugs": {
"url": "https://github.com/icflorescu/mantine-datatable/issues"
},
"license": "MIT",
"author": {
"name": "Ionut-Cristian Florescu",
"email": "ionut.florescu@gmail.com",
"url": "https://github.com/icflorescu"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/icflorescu"
},
"files": [
"./dist",
"./README.md",
"./LICENSE"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./styles.css": "./dist/styles.css",
"./styles.layer.css": "./dist/styles.layer.css"
},
"scripts": {
"dev": "next dev --turbo",
"build:package": "rm -rf dist; tsup --config scripts/tsup.esm.ts; tsup --config scripts/tsup.cjs.ts; tsup --config scripts/tsup.dts.ts; postcss package/styles*.css --dir dist",
"build:docs": "next build",
"build": "pnpm build:package && pnpm build:docs",
"lint": "eslint . && tsc --noEmit --pretty",
"format": "prettier --write ."
},
"devDependencies": {
"@docsearch/css": "^4.3.2",
"@docsearch/react": "^4.3.2",
"@eslint/eslintrc": "^3.3.3",
"@faker-js/faker": "^10.1.0",
"@formkit/auto-animate": "^0.9.0",
"@hello-pangea/dnd": "^18.0.1",
"@mantine/code-highlight": "^8.3.10",
"@mantine/core": "^8.3.10",
"@mantine/dates": "^8.3.10",
"@mantine/hooks": "^8.3.10",
"@mantine/modals": "^8.3.10",
"@mantine/notifications": "^8.3.10",
"@next/eslint-plugin-next": "^15.5.9",
"@tabler/icons-react": "^3.36.0",
"@tanstack/react-query": "^5.90.12",
"@types/lodash": "^4.17.21",
"@types/node": "^25.0.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.49.0",
"@typescript-eslint/parser": "^8.49.0",
"clsx": "^2.1.1",
"cssnano": "^7.1.2",
"dayjs": "^1.11.19",
"eslint": "^9.39.2",
"eslint-config-next": "^15.5.9",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^7.0.1",
"lodash": "^4.17.21",
"mantine-contextmenu": "^8.3.11",
"next": "^15.5.9",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.1.1",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.7.4",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"sharp": "^0.34.5",
"shiki": "^3.20.0",
"swr": "^2.3.7",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
},
"peerDependencies": {
"@mantine/core": ">=8.3",
"@mantine/hooks": ">=8.3",
"clsx": ">=2",
"react": ">=19",
"react-dom": ">=19"
}
}