{
  "name": "@tableus/core",
  "version": "0.0.18",
  "type": "module",
  "description": "A react library for rendering highly configurable tables.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zendricom/tableus.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch"
  },
  "author": "moritz@zendri.com",
  "license": "ISC",
  "devDependencies": {
    "@tanstack/react-query": "^5.0.0",
    "@tanstack/react-table": "^8.21.3",
    "@types/react": "^19.0.0",
    "typescript-eslint": "^8.0.0",
    "globals": "^15.0.0",
    "@eslint/js": "^9.0.0",
    "dayjs": "^1.11.10",
    "eslint": "^9.0.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-react": "^7.37.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "stylelint-config-prettier": "^9.0.5",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "@tanstack/react-table": ">=8.10.0",
    "@tanstack/react-query": "^5.0.0",
    "deepmerge": "^4.2.2",
    "react": ">=16.0",
    "react-dom": ">=16.0"
  },
  "dependencies": {
    "@tanstack/table-core": "^8.21.3"
  }
}
