source: trip-planner-front/node_modules/@angular/material/package.json@ 188ee53

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

adding new components

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