[6a3a178] | 1 | {
|
---|
| 2 | "name": "@angular/material",
|
---|
[fa375fe] | 3 | "version": "12.2.10",
|
---|
[6a3a178] | 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",
|
---|
[fa375fe] | 22 | "@angular/cdk": "12.2.10",
|
---|
[6a3a178] | 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 | } |
---|