-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 913 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 913 Bytes
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
{
"name": "ngx-tethys",
"version": "21.0.0-next.2",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/atinc/ngx-tethys.git"
},
"exports": {
".": {
"sass": "./styles/index.scss"
},
"./styles/variables": {
"sass": "./styles/variables.scss"
},
"./styles/basic": {
"sass": "./styles/basic.scss"
},
"./styles/index": {
"sass": "./styles/index.scss"
},
"./styles/*": {
"sass": "./styles/*"
}
},
"peerDependencies": {
"@angular/core": "^21.0.0",
"@angular/cdk": "^21.0.0",
"@tethys/cdk": "*",
"date-fns": "4.1.0",
"@date-fns/tz": "1.2.0",
"@tethys/icons": "^1.4.23",
"rxjs": "^6.5.4 || ^7.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"schematics": "./schematics/collection.json",
"ng-update": {
"migrations": "./schematics/ng-update/migration-collection.json"
}
}