This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
nx.json
121 lines (121 loc) · 2.21 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
113
114
115
116
117
118
119
120
121
{
"npmScope": "kikstart-ui",
"implicitDependencies": {
"angular.json": "*",
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
"tsconfig.json": "*",
"tslint.json": "*",
"nx.json": "*"
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
}
}
},
"projects": {
"create-kikstart-ui": {
"tags": []
},
"demo": {
"tags": ["app:demo"]
},
"demo-e2e": {
"tags": ["app:demo"],
"implicitDependencies": ["demo"]
},
"layout-console": {
"tags": []
},
"layout-docs": {
"tags": []
},
"layout-web": {
"tags": []
},
"lib-editorjs": {
"tags": []
},
"schematics": {
"tags": []
},
"schematics-e2e": {
"tags": [],
"implicitDependencies": ["schematics"]
},
"themes": {
"tags": []
},
"ui-avatar": {
"tags": ["ui-component"]
},
"ui-brand": {
"tags": ["ui-component"]
},
"ui-button": {
"tags": ["ui-component"]
},
"ui-card": {
"tags": ["ui-component"]
},
"ui-cart-icon": {
"tags": ["ui-component"]
},
"ui-code": {
"tags": ["ui-component"]
},
"ui-comment": {
"tags": ["ui-component"]
},
"ui-footer": {
"tags": ["ui-component"]
},
"ui-form": {
"tags": ["ui-component"]
},
"ui-hero": {
"tags": ["ui-component"]
},
"ui-icon": {
"tags": ["ui-component"]
},
"ui-label": {
"tags": ["ui-component"]
},
"ui-link": {
"tags": ["ui-component"]
},
"ui-list": {
"tags": ["ui-component"]
},
"ui-loading": {
"tags": ["ui-component"]
},
"ui-markdown": {
"tags": ["ui-component"]
},
"ui-no-data": {
"tags": ["ui-component"]
},
"ui-price": {
"tags": ["ui-component"]
},
"ui-render": {
"tags": ["ui-component"]
},
"ui-sidebar": {
"tags": ["ui-component"]
},
"ui-tabs": {
"tags": ["ui-component"]
},
"ui-timeago": {
"tags": ["ui-component"]
}
}
}