UNPKG

fad-react-bootstrap-table-next

Version:
55 lines (54 loc) 1.2 kB
{ "name": "fad-react-bootstrap-table-next", "version": "4.0.6", "description": "Next generation of react-bootstrap-table", "main": "./lib/index.js", "types": "./lib/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/tlundstrom/fad-react-bootstrap-table2" }, "license": "MIT", "keywords": [ "react", "bootstrap", "table", "grid", "react-component" ], "files": [ "lib/", "dist/" ], "tags": [ "react" ], "author": "AllenFang", "contributors": [ { "name": "Allen Fang", "email": "ayu780129@hotmail.com", "url": "https://github.com/AllenFang" }, { "name": "Chun-MingChen", "email": "nick830314@gmail.com", "url": "https://github.com/Chun-MingChen" }, { "name": "Thomas Lundstrom", "url": "https://github.com/tlundstrom" } ], "dependencies": { "classnames": "^2.2.5", "react-transition-group": "^4.2.0", "underscore": "1.13.0-2" }, "peerDependencies": { "classnames": "^2.2.5", "prop-types": "^15.0.0", "react": "18.2.0", "react-dom": "18.2.0" } }