source: trip-planner-front/node_modules/@angular/cdk/package.json@ 6c1585f

Last change on this file since 6c1585f was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago

adding new components

  • Property mode set to 100644
File size: 1.0 KB
Line 
1{
2 "name": "@angular/cdk",
3 "version": "12.2.10",
4 "description": "Angular Material Component Development Kit",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/angular/components.git"
8 },
9 "keywords": [
10 "angular",
11 "cdk",
12 "component",
13 "development",
14 "kit"
15 ],
16 "license": "MIT",
17 "bugs": {
18 "url": "https://github.com/angular/components/issues"
19 },
20 "homepage": "https://github.com/angular/components#readme",
21 "peerDependencies": {
22 "@angular/core": "^12.0.0 || ^13.0.0-0",
23 "@angular/common": "^12.0.0 || ^13.0.0-0",
24 "rxjs": "^6.5.3 || ^7.0.0"
25 },
26 "dependencies": {
27 "tslib": "^2.2.0"
28 },
29 "optionalDependencies": {
30 "parse5": "^5.0.0"
31 },
32 "schematics": "./schematics/collection.json",
33 "ng-update": {
34 "migrations": "./schematics/migration.json"
35 },
36 "sideEffects": false,
37 "main": "./bundles/cdk.umd.js",
38 "fesm2015": "./fesm2015/cdk.js",
39 "esm2015": "./esm2015/index.js",
40 "typings": "./index.d.ts",
41 "module": "./fesm2015/cdk.js",
42 "es2015": "./fesm2015/cdk.js"
43}
Note: See TracBrowser for help on using the repository browser.