react-chakra-table
Version:
a simple, sortable, filterable, react table grid - styled with chakra-ui.
59 lines (58 loc) • 1.31 kB
JSON
{
"name": "react-chakra-table",
"version": "1.0.4",
"description": "a simple, sortable, filterable, react table grid - styled with chakra-ui.",
"scripts": {
"build": "tsc -p ./tsconfig.json"
},
"keywords": [
"chakra",
"chakra-ui",
"react-table",
"react-grid",
"table",
"table-grid",
"data-grid",
"grid"
],
"author": "Kevin Schmidt",
"license": "ISC",
"files": [
"lib/**/*"
],
"types": "./lib/types/index.d.ts",
"main": "./lib/index.js",
"release": {
"branches": [
"master"
]
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/kevinschmidt777/react-chakra-table/issues"
},
"homepage": "https://github.com/kevinschmidt777/react-chakra-table#readme",
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"prettier": "^2.8.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"peerDependencies": {
"@chakra-ui/react": ">=2",
"@emotion/react": ">=11",
"@emotion/styled": ">=11",
"framer-motion": ">=6",
"react": ">=18",
"react-dom": ">=18"
},
"dependencies": {
"@chakra-ui/icons": "2.0.15",
"@tanstack/react-table": "8.7.4",
"dayjs": "1.11.7",
"react-export-table-to-excel": "1.0.6"
}
}