{
  "name": "mantine-datatable",
  "version": "9.2.2",
  "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.4.15",
    "@docsearch/css": "4.6.3",
    "@docsearch/react": "4.6.3",
    "@faker-js/faker": "10.4.0",
    "@formkit/auto-animate": "0.9.0",
    "@hello-pangea/dnd": "18.0.1",
    "@mantine/code-highlight": "9.2.1",
    "@mantine/core": "9.2.1",
    "@mantine/dates": "9.2.1",
    "@mantine/hooks": "9.2.1",
    "@mantine/modals": "9.2.1",
    "@mantine/notifications": "9.2.1",
    "@tabler/icons-react": "3.44.0",
    "@tanstack/react-query": "5.100.10",
    "@types/lodash": "4.17.24",
    "@types/node": "25.8.0",
    "@types/react": "19.2.14",
    "@types/react-dom": "19.2.3",
    "clsx": "2.1.1",
    "cssnano": "8.0.1",
    "dayjs": "1.11.20",
    "lodash": "4.18.1",
    "mantine-contextmenu": "9.2.1",
    "next": "16.2.6",
    "postcss": "8.5.14",
    "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.6",
    "react-dom": "19.2.6",
    "sharp": "0.34.5",
    "shiki": "4.0.2",
    "swr": "2.4.1",
    "tsup": "8.5.1",
    "typescript": "6.0.3"
  },
  "peerDependencies": {
    "@mantine/core": ">=9.0",
    "@mantine/hooks": ">=9.0",
    "clsx": ">=2",
    "react": ">=19",
    "react-dom": ">=19"
  }
}
