dfx-bootstrap-table
Version:
Angular table CDK implementation for Bootstrap with filtering, sorting and pagination.
78 lines • 1.71 kB
JSON
{
"name": "dfx-bootstrap-table",
"version": "22.0.0",
"description": "Angular table CDK implementation for Bootstrap with filtering, sorting and pagination.",
"private": false,
"sideEffects": false,
"license": "MIT",
"homepage": "https://playground.dafnik.me/bootstrap-table/all",
"keywords": [
"table",
"angular",
"bootstrap",
"angular2",
"typescript",
"ng",
"ngx",
"ng-bootstrap",
"ngx-bootstrap",
"ng-bootstrap-table",
"ngx-bootstrap-table",
"cdk",
"filter",
"filtering",
"ordering",
"order",
"pagination",
"paginator"
],
"author": {
"name": "Dafnik",
"email": "contact@dafnik.me",
"url": "https://dafnik.me"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/Dafnik"
},
{
"type": "liberapay",
"url": "https://liberapay.com/Dafnik"
}
],
"bugs": {
"url": "https://github.com/Dafnik/dfx-common/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:Dafnik/dfx-common.git",
"directory": "libs/dfx-boostrap-table"
},
"peerDependencies": {
"@angular/core": "22",
"@angular/cdk": "22",
"@angular/forms": "22",
"bootstrap": "5",
"rxjs": "7"
},
"dependencies": {
"tslib": "^2"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"module": "fesm2022/dfx-bootstrap-table.mjs",
"typings": "types/dfx-bootstrap-table.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/dfx-bootstrap-table.d.ts",
"default": "./fesm2022/dfx-bootstrap-table.mjs"
}
},
"type": "module"
}