{
  "version": "0.5.1",
  "license": "MIT",
  "name": "mantine-react-table",
  "description": "A fully featured Mantine implementation of TanStack React Table V8, written from the ground up in TypeScript.",
  "author": "Kevin Vandy",
  "keywords": [
    "react-table",
    "mantine",
    "tanstack table",
    "data table"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/KevinVandy/mantine-react-table"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/kevinvandy"
  },
  "homepage": "https://www.mantine-react-table.com/",
  "bugs": {
    "url": "https://github.com/KevinVandy/mantine-react-table/issues"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/mantine-react-table.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "locales",
    "src"
  ],
  "size-limit": [
    {
      "path": "dist/cjs/index.js",
      "limit": "50 KB"
    },
    {
      "path": "dist/esm/mantine-react-table.esm.js",
      "limit": "50 KB"
    }
  ],
  "engines": {
    "node": ">=14"
  },
  "scripts": {
    "build": "rm -rf dist && rollup -c && size-limit",
    "dev": "rm -rf dist && rollup -c -w",
    "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.20.12",
    "@babel/preset-react": "^7.18.6",
    "@emotion/react": "^11.10.5",
    "@mantine/core": "^5.10.1",
    "@mantine/dates": "^5.10.1",
    "@mantine/hooks": "^5.10.1",
    "@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.1.1",
    "@tabler/icons": "1.119.0",
    "@types/node": "^18.11.18",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.10",
    "@typescript-eslint/eslint-plugin": "^5.48.2",
    "@typescript-eslint/parser": "^5.48.2",
    "dayjs": "^1.11.7",
    "eslint": "^8.32.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-is": "^18.2.0",
    "rollup": "^3.10.0",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-dts": "^5.1.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "size-limit": "^8.1.1",
    "tslib": "^2.4.1",
    "typescript": "^4.9.4"
  },
  "peerDependencies": {
    "@emotion/react": ">=11",
    "@mantine/core": ">=5",
    "@mantine/dates": ">=5",
    "@mantine/hooks": ">=5",
    "@tabler/icons": ">=1.118",
    "react": ">=17.0",
    "react-dom": ">=17.0"
  },
  "dependencies": {
    "@tanstack/match-sorter-utils": "8.7.6",
    "@tanstack/react-table": "8.7.6",
    "@tanstack/react-virtual": "3.0.0-beta.30"
  }
}