{
  "name": "mantine-datatable",
  "version": "7.11.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": "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",
    "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": "yarn build:package && yarn build:docs",
    "lint": "eslint . && tsc --noEmit --pretty",
    "format": "prettier --write ."
  },
  "devDependencies": {
    "@docsearch/react": "^3.6.0",
    "@ducanh2912/next-pwa": "^10.2.7",
    "@faker-js/faker": "^8.4.1",
    "@formkit/auto-animate": "^0.8.2",
    "@mantine/code-highlight": "^7.11.1",
    "@mantine/core": "^7.11.1",
    "@mantine/dates": "^7.11.1",
    "@mantine/hooks": "^7.11.1",
    "@mantine/modals": "^7.11.1",
    "@mantine/notifications": "^7.11.1",
    "@tabler/icons-react": "^3.10.0",
    "@tanstack/react-query": "^5.50.1",
    "@types/lodash": "^4.17.6",
    "@types/node": "^20.14.10",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@typescript-eslint/eslint-plugin": "^7.16.0",
    "@typescript-eslint/parser": "^7.16.0",
    "clsx": "^2.1.1",
    "cssnano": "^7.0.4",
    "dayjs": "^1.11.11",
    "eslint": "^8",
    "eslint-config-next": "^14.2.4",
    "eslint-config-prettier": "^9.1.0",
    "lodash": "^4.17.21",
    "mantine-contextmenu": "^7.11.2",
    "next": "^14.2.4",
    "postcss": "^8.4.39",
    "postcss-cli": "^11.0.0",
    "postcss-import": "^16.1.0",
    "postcss-preset-mantine": "^1.15.0",
    "postcss-simple-vars": "^7.0.1",
    "prettier": "^3.3.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "sharp": "^0.33.4",
    "swr": "^2.2.5",
    "tsup": "^8.1.0",
    "typescript": "^5.5.3",
    "webpack": "^5.92.1"
  },
  "peerDependencies": {
    "@mantine/core": ">=7.8",
    "@mantine/hooks": ">=7.8",
    "clsx": ">=2",
    "react": ">=18.2"
  }
}
