-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·99 lines (99 loc) · 2.49 KB
/
package.json
File metadata and controls
executable file
·99 lines (99 loc) · 2.49 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "@angular/aria",
"version": "22.0.0-next.4+sha-a49508b",
"description": "Angular Aria",
"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"
},
"angular": {
"examples": {
"format": "sqlite",
"path": "./resources/code-examples.db"
}
},
"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/aria.mjs",
"typings": "./types/aria.d.ts",
"type": "module",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/aria.d.ts",
"default": "./fesm2022/aria.mjs"
},
"./accordion": {
"types": "./types/accordion.d.ts",
"default": "./fesm2022/accordion.mjs"
},
"./combobox": {
"types": "./types/combobox.d.ts",
"default": "./fesm2022/combobox.mjs"
},
"./grid": {
"types": "./types/grid.d.ts",
"default": "./fesm2022/grid.mjs"
},
"./listbox": {
"types": "./types/listbox.d.ts",
"default": "./fesm2022/listbox.mjs"
},
"./menu": {
"types": "./types/menu.d.ts",
"default": "./fesm2022/menu.mjs"
},
"./private": {
"types": "./types/private.d.ts",
"default": "./fesm2022/private.mjs"
},
"./tabs": {
"types": "./types/tabs.d.ts",
"default": "./fesm2022/tabs.mjs"
},
"./toolbar": {
"types": "./types/toolbar.d.ts",
"default": "./fesm2022/toolbar.mjs"
},
"./toolbar/testing": {
"types": "./types/toolbar-testing.d.ts",
"default": "./fesm2022/toolbar-testing.mjs"
},
"./tree": {
"types": "./types/tree.d.ts",
"default": "./fesm2022/tree.mjs"
},
"./tree/testing": {
"types": "./types/tree-testing.d.ts",
"default": "./fesm2022/tree-testing.mjs"
}
}
}