forked from angular/material-moment-adapter-builds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·50 lines (50 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@angular/material-moment-adapter",
"version": "15.0.0-next.0",
"description": "Angular Material Moment Adapter",
"repository": {
"type": "git",
"url": "https://github.com/angular/components.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/components/issues"
},
"homepage": "https://github.com/angular/components#readme",
"peerDependencies": {
"@angular/material": "15.0.0-next.0",
"@angular/core": "^14.0.0 || ^15.0.0",
"moment": "^2.18.1"
},
"dependencies": {
"tslib": "^2.3.0"
},
"ng-update": {
"packageGroup": [
"@angular/material",
"@angular/cdk",
"@angular/material-moment-adapter"
]
},
"sideEffects": false,
"fesm2020": "./fesm2020/material-moment-adapter.mjs",
"fesm2015": "./fesm2015/material-moment-adapter.mjs",
"esm2020": "./esm2020/material-moment-adapter_public_index.mjs",
"typings": "./index.d.ts",
"module": "./fesm2015/material-moment-adapter.mjs",
"es2020": "./fesm2020/material-moment-adapter.mjs",
"type": "module",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/material-moment-adapter_public_index.mjs",
"es2020": "./fesm2020/material-moment-adapter.mjs",
"es2015": "./fesm2015/material-moment-adapter.mjs",
"node": "./fesm2015/material-moment-adapter.mjs",
"default": "./fesm2020/material-moment-adapter.mjs"
}
}
}