UNPKG

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

122 lines (121 loc) 3.44 kB
{ "name": "mantine-datatable", "version": "9.4.0", "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": { "type": "git", "url": "git+https://github.com/icflorescu/mantine-datatable.git" }, "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", "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": "biome check . && tsc --noEmit --pretty", "format": "biome format --write ." }, "devDependencies": { "@biomejs/biome": "2.5.3", "@docsearch/css": "4.6.3", "@docsearch/react": "4.6.3", "@faker-js/faker": "10.5.0", "@formkit/auto-animate": "0.10.0", "@hello-pangea/dnd": "18.0.1", "@mantine/code-highlight": "9.4.1", "@mantine/core": "^9.4.1", "@mantine/dates": "9.4.1", "@mantine/hooks": "^9.4.1", "@mantine/modals": "9.4.1", "@mantine/notifications": "9.4.1", "@tabler/icons-react": "3.44.0", "@tanstack/react-query": "5.101.2", "@types/lodash": "4.17.24", "@types/node": "26.1.1", "@types/react": "19.2.17", "@types/react-dom": "19.2.3", "clsx": "2.1.1", "cssnano": "8.0.2", "dayjs": "1.11.21", "lodash": "4.18.1", "mantine-contextmenu": "9.3.1", "next": "16.2.10", "postcss": "8.5.19", "postcss-cli": "11.0.1", "postcss-import": "16.1.1", "postcss-preset-mantine": "1.18.0", "postcss-simple-vars": "7.0.1", "react": "^19.2.7", "react-dom": "^19.2.7", "sharp": "0.35.3", "shiki": "4.3.1", "swr": "2.4.2", "tsup": "8.5.1", "typescript": "6.0.3" }, "peerDependencies": { "@mantine/core": ">=9.0", "@mantine/hooks": ">=9.0", "clsx": ">=2", "react": ">=19", "react-dom": ">=19" } }