-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·51 lines (51 loc) · 1.41 KB
/
package.json
File metadata and controls
executable file
·51 lines (51 loc) · 1.41 KB
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
51
{
"name": "@angular/material-moment-adapter",
"version": "22.0.0-next.0+sha-dd09709",
"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": "22.0.0-next.0+sha-dd09709",
"@angular/core": "^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.0.0-0",
"moment": "^2.18.1"
},
"devDependencies": {
"@angular/material": "workspace:*"
},
"dependencies": {
"tslib": "^2.3.0"
},
"ng-update": {
"packageGroup": [
"@angular/material",
"@angular/aria",
"@angular/cdk",
"@angular/cdk-experimental",
"@angular/material-experimental",
"@angular/material-luxon-adapter",
"@angular/material-moment-adapter",
"@angular/material-date-fns-adapter"
]
},
"schematics": "./schematics/collection.json",
"sideEffects": false,
"module": "./fesm2022/material-moment-adapter.mjs",
"typings": "./types/material-moment-adapter.d.ts",
"type": "module",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/material-moment-adapter.d.ts",
"default": "./fesm2022/material-moment-adapter.mjs"
}
}
}