@angular/cdk
Version:
Angular Material Component Development Kit
43 lines • 1.11 kB
JSON
{
"name": "@angular/cdk",
"version": "8.2.2",
"description": "Angular Material Component Development Kit",
"main": "./bundles/cdk.umd.js",
"module": "./esm5/cdk.es5.js",
"es2015": "./esm2015/cdk.js",
"typings": "./cdk.d.ts",
"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": "^8.0.0 || ^9.0.0-0",
"@angular/common": "^8.0.0 || ^9.0.0-0"
},
"dependencies": {
"tslib": "^1.7.1"
},
"optionalDependencies": {
"parse5": "^5.0.0"
},
"schematics": "./schematics/collection.json",
"ng-update": {
"migrations": "./schematics/migration.json"
},
"sideEffects": false,
"releaseGitCommitSha": "04625994e04120a42a5608140898868293de2f09",
"releaseGitBranch": "8.2.x",
"releaseGitUser": "Andrew Seguin <andrewjs@google.com>"
}