UNPKG

@circe/table

Version:
54 lines 1.5 kB
{ "name": "@circe/table", "version": "1.5.22", "description": "Circe Components for Angular :: Table Component", "scripts": { "prepublishOnly": "sh publish.sh" }, "repository": { "type": "git", "url": "git+https://github.com/circe-components/circe.git" }, "keywords": [ "circe", "design system", "angular", "component", "data", "table", "feedback" ], "author": "Nul Pàs <manu@lunaeme.com> (https://github.com/nulpas)", "license": "MIT", "bugs": { "url": "https://github.com/circe-components/circe/issues" }, "homepage": "https://github.com/circe-components/circe/tree/master/projects/table#readme", "peerDependencies": { "@angular/cdk": ">=11.2.2", "@angular/common": ">=11.0.5", "@angular/core": ">=11.0.5", "@angular/forms": ">=11.0.5", "rxjs": ">=6.6.3" }, "dependencies": { "@circe/badge": "latest", "@circe/core": "latest", "@circe/dropdown": "latest", "@circe/event-controls": "latest", "@circe/form-behavior": "latest", "@circe/pagination": "latest", "@circe/select": "latest", "@circe/spinner": "latest", "@circe/tooltip": "latest", "tslib": "^2.1.0" }, "main": "bundles/circe-table.umd.js", "module": "fesm2015/circe-table.js", "es2015": "fesm2015/circe-table.js", "esm2015": "esm2015/circe-table.js", "fesm2015": "fesm2015/circe-table.js", "typings": "circe-table.d.ts", "metadata": "circe-table.metadata.json", "sideEffects": false }