43 lines
1.0 KiB
JSON
Executable File
43 lines
1.0 KiB
JSON
Executable File
{
|
|
"name": "@angular/cdk",
|
|
"version": "12.2.13",
|
|
"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": "^12.0.0 || ^13.0.0-0",
|
|
"@angular/common": "^12.0.0 || ^13.0.0-0",
|
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.2.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"parse5": "^5.0.0"
|
|
},
|
|
"schematics": "./schematics/collection.json",
|
|
"ng-update": {
|
|
"migrations": "./schematics/migration.json"
|
|
},
|
|
"sideEffects": false,
|
|
"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"
|
|
} |