{
  "name": "@chakra-ui/table",
  "version": "2.0.2",
  "description": "Table component for React and Chakra UI",
  "keywords": [
    "react",
    "react component",
    "table",
    "accessible table",
    "a11y table",
    "react a11y table",
    "react accessible table",
    "react table",
    "chakra ui",
    "chakra",
    "react table component",
    "a11y",
    "react aria table",
    "aria",
    "aria table"
  ],
  "sideEffects": false,
  "author": "Tim Kolberger <tim@kolberger.eu>",
  "homepage": "https://github.com/chakra-ui/chakra-ui#readme",
  "license": "MIT",
  "main": "dist/chakra-ui-table.cjs.js",
  "module": "dist/chakra-ui-table.esm.js",
  "types": "dist/chakra-ui-table.cjs.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chakra-ui/chakra-ui.git",
    "directory": "packages/table"
  },
  "bugs": {
    "url": "https://github.com/chakra-ui/chakra-ui/issues"
  },
  "dependencies": {
    "@chakra-ui/utils": "2.0.2"
  },
  "devDependencies": {
    "@chakra-ui/button": "2.0.2",
    "@chakra-ui/icons": "2.0.2",
    "@chakra-ui/system": "2.1.2",
    "@chakra-ui/test-utils": "2.0.6",
    "react": "^18.0.0"
  },
  "peerDependencies": {
    "@chakra-ui/system": ">=2.0.0-next.0",
    "react": ">=18"
  }
}
