forked from CESNET/perun-web-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nx.json
51 lines (51 loc) · 790 Bytes
/
nx.json
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
{
"npmScope": "perun-web-apps",
"implicitDependencies": {
"angular.json": "*",
"package.json": "*",
"tsconfig.json": "*",
"tslint.json": "*",
"nx.json": "*"
},
"projects": {
"consolidator-e2e": {
"tags": []
},
"consolidator": {
"tags": []
},
"ui": {
"tags": []
},
"ui-material": {
"tags": []
},
"perun-services": {
"tags": []
},
"perun-models": {
"tags": []
},
"perun-tokens": {
"tags": []
},
"perun-utils": {
"tags": []
},
"perun-auth": {
"tags": []
},
"perun-urns": {
"tags": []
},
"ui-alerts": {
"tags": []
},
"admin-gui-e2e": {
"tags": []
},
"admin-gui": {
"tags": []
}
}
}