forked from UiPath/angular-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.05 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
{
"name": "@uipath/angular",
"version": "0.10.6",
"license": "MIT",
"author": {
"name": "UiPath Inc",
"url": "https://github.com/UiPath/angular-components"
},
"keywords": [
"angular",
"components",
"material",
"ui",
"ui-kit",
"uipath"
],
"maintainers": [
"adrian-macuc",
"anbalase",
"eugen-v",
"sergiubologa",
"toxik",
"vasyop",
"vladjerca"
],
"peerDependencies": {
"@angular/animations": ">=8.0.0",
"@angular/cdk": ">=8.0.0",
"@angular/cdk-experimental": ">=8.0.0",
"@angular/common": ">=8.0.0",
"@angular/compiler": ">=8.0.0",
"@angular/core": ">=8.0.0",
"@angular/forms": ">=8.0.0",
"@angular/material": ">=8.0.0",
"@angular/platform-browser":">=8.0.0",
"@angular/platform-browser-dynamic": ">=8.0.0",
"@angular/router": ">=8.0.0",
"clipboard": "~2.0.4",
"lodash-es": "~4.17.11",
"moment": "~2.24.0",
"moment-timezone": "~0.5.25",
"object-hash": "~1.3.1",
"rxjs": "~6.5.2",
"scroll-into-view-if-needed": "~2.2.20"
}
}