@hakuna-matata-ui/table
Version:
Table component for React and Chakra UI
59 lines (58 loc) • 1.43 kB
JSON
{
"name": "@hakuna-matata-ui/table",
"version": "1.3.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/monacohq/hakuna-matata-ui#readme",
"license": "MIT",
"main": "dist/hakuna-matata-ui-table.cjs.js",
"module": "dist/hakuna-matata-ui-table.esm.js",
"types": "dist/hakuna-matata-ui-table.cjs.d.ts",
"files": [
"dist",
"src"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monacohq/hakuna-matata-ui.git",
"directory": "packages/table"
},
"bugs": {
"url": "https://github.com/monacohq/hakuna-matata-ui/issues"
},
"dependencies": {
"@hakuna-matata-ui/utils": "1.9.2"
},
"devDependencies": {
"@hakuna-matata-ui/button": "1.5.2",
"@hakuna-matata-ui/icons": "1.1.3",
"@hakuna-matata-ui/system": "1.8.4",
"@hakuna-matata-ui/test-utils": "1.1.4",
"react": "^17.0.1"
},
"peerDependencies": {
"@hakuna-matata-ui/system": ">=1.0.0",
"react": ">=16.8.6"
}
}