forked from patryk-zielinski93/sdj-api
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnx.json
More file actions
191 lines (191 loc) · 6.37 KB
/
nx.json
File metadata and controls
191 lines (191 loc) · 6.37 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
{
"npmScope": "sdj",
"implicitDependencies": {
"angular.json": "*",
"package.json": "*",
"tslint.json": "*",
"nx.json": "*",
"tsconfig.base.json": "*"
},
"projects": {
"ng-e2e": {
"tags": ["type:e2e"],
"implicitDependencies": ["ng"]
},
"ng": {
"tags": ["platform:ng", "type:application"]
},
"backend": {
"tags": ["platform:backend", "type:application"]
},
"host-api": {
"tags": ["scope:host-api", "type:application"]
},
"backend-shared-domain": {
"tags": ["platform:backend", "scope:shared", "type:domain"]
},
"shared-domain": {
"tags": ["platform:any", "scope:shared", "type:domain"]
},
"shared-utils": {
"tags": ["platform:any", "scope:shared", "type:util"]
},
"backend-radio-core-application-services": {
"tags": ["platform:backend", "scope:radio", "type:application-services"]
},
"backend-radio-core-domain": {
"tags": ["platform:backend", "scope:radio", "type:domain"]
},
"backend-radio-ui-rest": {
"tags": ["platform:backend", "scope:radio", "type:ui"]
},
"backend-radio-ui-web-socket": {
"tags": ["platform:backend", "scope:radio", "type:ui"]
},
"backend-radio-ui-slack": {
"tags": ["platform:backend", "scope:radio", "type:ui"]
},
"backend-shared-util-you-tube": {
"tags": ["platform:backend", "scope:shared", "type:util"]
},
"backend-radio-ui-redis": {
"tags": ["platform:backend", "scope:radio", "type:ui"]
},
"backend-shared-infrastructure-logger": {
"tags": ["platform:backend", "scope:shared", "type:util"]
},
"backend-shared-kernel": {
"tags": ["platform:backend", "scope:shared", "type:kernel"]
},
"backend-radio-feature": {
"tags": ["platform:backend", "scope:radio", "type:feature"]
},
"backend-shared-application-services": {
"tags": ["platform:backend", "scope:shared", "type:application-services"]
},
"backend-shared-infrastructure-http-host-service": {
"tags": ["platform:backend", "scope:shared", "type:infrastructure"]
},
"ng-auth-core-application-services": {
"tags": ["platform:ng", "scope:auth", "type:application-services"]
},
"ng-auth-http-infrastructure": {
"tags": ["platform:ng", "scope:auth", "type:infrastructure"]
},
"ng-radio-core-domain": {
"tags": ["platform:ng", "scope:shared", "type:domain"]
},
"ng-radio-core-application-services": {
"tags": ["platform:ng", "scope:radio", "type:application-services"]
},
"ng-radio-infrastructure-channel-http": {
"tags": ["platform:ng", "scope:radio", "type:infrastructure"]
},
"ng-radio-infrastructure-queued-track-web-socket": {
"tags": ["platform:ng", "scope:radio", "type:infrastructure"]
},
"ng-radio-infrastructure-track-apollo": {
"tags": ["platform:ng", "scope:radio", "type:infrastructure"]
},
"ng-radio-infrastructure-radio-ws": {
"tags": ["platform:ng", "scope:radio", "type:infrastructure"]
},
"ng-shared-core-domain": {
"tags": ["platform:ng", "scope:shared", "type:domain"]
},
"ng-shared-kernel": {
"tags": ["platform:ng", "scope:shared", "type:kernel"]
},
"ng-shared-core-application-services": {
"tags": ["platform:ng", "scope:shared", "type:application-services"]
},
"ng-shared-presentation-players": {
"tags": ["platform:ng", "scope:shared", "type:presentation"]
},
"ng-shared-presentation-sdj-loader": {
"tags": ["platform:ng", "scope:shared", "type:presentation"]
},
"ng-radio-top-rated-feature": {
"tags": ["platform:ng", "scope:radio-top-rated", "type:feature"]
},
"ng-radio-station-feature": {
"tags": ["platform:ng", "scope:radio-station", "type:feature"]
},
"ng-radio-station-presentation": {
"tags": ["platform:ng", "scope:radio-station", "type:presentation"]
},
"ng-radio-most-played-feature": {
"tags": ["platform:ng", "scope:radio-most-played", "type:feature"]
},
"ng-main-shell": {
"tags": ["platform:ng", "type:feature"]
},
"ng-shared-infrastructure-slack-api-http": {
"tags": ["platform:ng", "scope:shared", "type:infrastructure"]
},
"ng-shared-infrastructure-speech": {
"tags": ["platform:ng", "scope:shared", "type:infrastructure"]
},
"ng-shared-infrastructure-apollo": {
"tags": ["platform:ng", "scope:shared", "type:infrastructure"]
},
"ng-shared-infrastructure-ws-socket-io": {
"tags": ["platform:ng", "scope:shared", "type:infrastructure"]
},
"backend-e2e": {
"tags": ["type:e2e"],
"implicitDependencies": ["backend"]
},
"host-api-e2e": {
"tags": ["type:e2e"],
"implicitDependencies": ["host-api"]
},
"backend-radio-infrastructure-youtube-api": {
"tags": ["platform:backend", "scope:radio", "type:infrastructure"]
},
"backend-radio-infrastructure-mp3-gain": {
"tags": ["platform:backend", "scope:radio", "type:infrastructure"]
},
"backend-radio-infrastructure-typeorm": {
"tags": ["platform:backend", "scope:radio", "type:infrastructure"]
},
"backend-radio-infrastructure-slack-api": {
"tags": ["platform:backend", "scope:radio", "type:infrastructure"]
},
"backend-auth-core-application-services": {
"tags": ["platform:backend", "scope:auth", "type:application-services"]
},
"backend-auth-ui-rest": {
"tags": ["platform:backend", "scope:auth", "type:ui"]
},
"shared-auth-core-domain": {
"tags": ["platform:any", "scope:auth", "type:domain"]
},
"ng-auth-infrastructure-local-storage": {
"tags": ["platform:ng", "scope:auth", "type:infrastructure"]
},
"ng-auth-shell": {
"tags": ["platform:ng", "scope:auth", "type:shell"]
},
"backend-auth-core-domain": {
"tags": ["platform:backend", "scope:auth", "type:domain"]
},
"backend-auth-api": {
"tags": ["name:auth-api", "platform:backend", "scope:auth", "type:domain"]
},
"ng-radio-infrastructure-track-persistence-ngrx-entity": {
"tags": ["platform:ng", "scope:radio", "type:infrastructure"]
}
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
}
}
},
"affected": {
"defaultBase": "master"
}
}