-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·69 lines (69 loc) · 1.91 KB
/
package.json
File metadata and controls
executable file
·69 lines (69 loc) · 1.91 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@angular/cdk-experimental",
"version": "22.0.0-next.4+sha-a49508b",
"description": "Experimental components for Angular CDK",
"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/cdk": "22.0.0-next.4+sha-a49508b",
"@angular/core": "^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.0.0-0"
},
"devDependencies": {
"@angular/cdk": "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"
]
},
"sideEffects": false,
"module": "./fesm2022/cdk-experimental.mjs",
"typings": "./types/cdk-experimental.d.ts",
"type": "module",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/cdk-experimental.d.ts",
"default": "./fesm2022/cdk-experimental.mjs"
},
"./column-resize": {
"types": "./types/column-resize.d.ts",
"default": "./fesm2022/column-resize.mjs"
},
"./popover-edit": {
"types": "./types/popover-edit.d.ts",
"default": "./fesm2022/popover-edit.mjs"
},
"./scrolling": {
"types": "./types/scrolling.d.ts",
"default": "./fesm2022/scrolling.mjs"
},
"./selection": {
"types": "./types/selection.d.ts",
"default": "./fesm2022/selection.mjs"
},
"./table-scroll-container": {
"types": "./types/table-scroll-container.d.ts",
"default": "./fesm2022/table-scroll-container.mjs"
}
}
}