@teste-ui/table
Version:
Table component for React and Chakra UI
58 lines (57 loc) • 1.38 kB
JSON
{
"name": "@teste-ui/table",
"version": "2.0.4",
"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/teste-ui/teste-ui#readme",
"license": "MIT",
"main": "dist/teste-ui-table.cjs.js",
"module": "dist/teste-ui-table.esm.js",
"types": "dist/teste-ui-table.cjs.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teste-ui/teste-ui.git",
"directory": "packages/table"
},
"bugs": {
"url": "https://github.com/teste-ui/teste-ui/issues"
},
"dependencies": {
"@teste-ui/utils": "2.0.4"
},
"devDependencies": {
"@teste-ui/button": "2.0.4",
"@teste-ui/icons": "2.0.4",
"@teste-ui/system": "2.2.2",
"@teste-ui/test-utils": "2.0.10",
"react": "^18.0.0"
},
"peerDependencies": {
"@teste-ui/system": ">=2.0.0-next.0",
"react": ">=18"
}
}