UNPKG

@angular/cdk

Version:

Angular Material Component Development Kit

45 lines 1.11 kB
{ "name": "@angular/cdk", "version": "11.0.2", "description": "Angular Material Component Development Kit", "repository": { "type": "git", "url": "https://github.com/angular/components.git" }, "keywords": [ "angular", "cdk", "component", "development", "kit" ], "license": "MIT", "bugs": { "url": "https://github.com/angular/components/issues" }, "homepage": "https://github.com/angular/components#readme", "peerDependencies": { "@angular/core": "^11.0.0 || ^12.0.0-0", "@angular/common": "^11.0.0 || ^12.0.0-0" }, "dependencies": { "tslib": "^2.0.0" }, "optionalDependencies": { "parse5": "^5.0.0" }, "schematics": "./schematics/collection.json", "ng-update": { "migrations": "./schematics/migration.json" }, "sideEffects": false, "publishConfig": { "registry": "https://wombat-dressing-room.appspot.com" }, "main": "./bundles/cdk.umd.js", "fesm2015": "./fesm2015/cdk.js", "esm2015": "./esm2015/index.js", "typings": "./index.d.ts", "module": "./fesm2015/cdk.js", "es2015": "./fesm2015/cdk.js" }