forked from CESNET/perun-web-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnx.json
112 lines (112 loc) · 1.92 KB
/
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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"npmScope": "perun-web-apps",
"implicitDependencies": {
"angular.json": "*",
"package.json": "*",
"nx.json": "*",
"tsconfig.base.json": "*"
},
"projects": {
"admin-gui": {
"tags": []
},
"admin-gui-e2e": {
"tags": [],
"implicitDependencies": ["admin-gui"]
},
"config": {
"tags": []
},
"config-table-config": {
"tags": []
},
"general": {
"tags": []
},
"password-reset": {
"tags": []
},
"password-reset-e2e": {
"tags": [],
"implicitDependencies": ["password-reset"]
},
"perun-animations": {
"tags": []
},
"perun-components": {
"tags": []
},
"perun-dialogs": {
"tags": []
},
"perun-directives": {
"tags": []
},
"perun-facility-services-config": {
"tags": []
},
"perun-login": {
"tags": []
},
"perun-models": {
"tags": []
},
"perun-namespace-password-form": {
"tags": []
},
"perun-openapi": {
"tags": []
},
"perun-pipes": {
"tags": []
},
"perun-services": {
"tags": []
},
"perun-session-expiration": {
"tags": []
},
"perun-tokens": {
"tags": []
},
"perun-urns": {
"tags": []
},
"perun-utils": {
"tags": []
},
"publications": {
"tags": []
},
"publications-e2e": {
"tags": [],
"implicitDependencies": ["publications"]
},
"ui": {
"tags": []
},
"ui-alerts": {
"tags": []
},
"ui-material": {
"tags": []
},
"user-profile": {
"tags": []
},
"user-profile-e2e": {
"tags": []
}
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
}
}
},
"affected": {
"defaultBase": "master"
}
}