-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathangular.json
217 lines (217 loc) · 9.67 KB
/
angular.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
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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"uwrf-acm-website": {
"root": "",
"sourceRoot": "",
"projectType": "application",
"prefix": "app",
"schematics": {},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "src/main/resources/templates/angular_build",
"index": "angular/index.html",
"main": "angular/main.ts",
"polyfills": [
"angular/polyfills.ts",
"@angular/localize/init"
],
"tsConfig": "tsconfig.json",
"aot": false,
"assets": [
{
"glob": "**/*",
"input": "angular/assets",
"output": "/assets/"
},
{
"glob": "**/*",
"input": "node_modules/monaco-editor/min",
"output": "/assets/monaco-editor/min"
}
],
"styles": [
"angular/components/app/app-style.component.css",
"angular/components/elements/accordion/accordion-style.component.css",
"angular/components/elements/acm-action-list/acm-action-list-style.component.css",
"angular/components/elements/acm-action/acm-action-style.component.css",
"angular/components/elements/carousel/carousel-style.component.css",
"angular/components/elements/code-editor/code-editor-style.component.css",
"angular/components/elements/code-exercise/code-exercise-style.component.css",
"angular/components/elements/code-snippet/code-snippet-style.component.css",
"angular/components/elements/dev-team-project-list/dev-team-project-list-style.component.css",
"angular/components/elements/dev-team-project/dev-team-project-style.component.css",
"angular/components/elements/event-countdown-timer/event-countdown-timer-style.component.css",
"angular/components/elements/event-popup/event-popup-style.component.css",
"angular/components/elements/fade-in-content/fade-in-content-style.component.css",
"angular/components/elements/fade-in-out-content/fade-in-out-content-style.component.css",
"angular/components/elements/float-up/float-up-style.component.css",
"angular/components/elements/floating-content/floating-content-style.component.css",
"angular/components/elements/guest-speaker-topic-list/guest-speaker-topic-list-style.component.css",
"angular/components/elements/guest-speaker-topic/guest-speaker-topic-style.component.css",
"angular/components/elements/guest-speaker/guest-speaker-style.component.css",
"angular/components/elements/home-anchor/home-anchor-style.component.css",
"angular/components/elements/leetcode-exercise/leetcode-exercise-style.component.css",
"angular/components/elements/leetcode-problem-hint/leetcode-problem-hint-style.component.css",
"angular/components/elements/leetcode-problem/leetcode-problem-style.component.css",
"angular/components/elements/nav-bar/nav-bar-style.component.css",
"angular/components/elements/nav-item/nav-item-style.component.css",
"angular/components/elements/participation-mode-list/participation-mode-list-style.component.css",
"angular/components/elements/participation-mode/participation-mode-style.component.css",
"angular/components/elements/quote/quote-style.component.css",
"angular/components/elements/slide-in-content/slide-in-content-style.component.css",
"angular/components/elements/ss-anchor/ss-anchor-style.component.css",
"angular/components/elements/ss-button/ss-button-style.component.css",
"angular/components/elements/ss-code/ss-code-style.component.css",
"angular/components/elements/ss-footer/ss-footer-style.component.css",
"angular/components/elements/ss-img/ss-img-style.component.css",
"angular/components/elements/ss-input/ss-input-style.component.css",
"angular/components/elements/ss-paragraph/ss-paragraph-style.component.css",
"angular/components/elements/ss-title/ss-title-style.component.css",
"angular/components/elements/subtitle/subtitle-style.component.css",
"angular/components/elements/success-story-list/success-story-list-style.component.css",
"angular/components/elements/success-story/success-story-style.component.css",
"angular/components/elements/this-week-subtitle/this-week-subtitle-style.component.css",
"angular/components/elements/this-week-title-container/this-week-title-container-style.component.css",
"angular/components/elements/this-week-title/this-week-title-style.component.css",
"angular/components/elements/topic-bubble/topic-bubble-style.component.css",
"angular/components/elements/trivia-prize-list/trivia-prize-list-style.component.css",
"angular/components/elements/trivia-prize/trivia-prize-style.component.css",
"angular/components/elements/trivia-topic/trivia-topic-style.component.css",
"angular/components/elements/trivia/trivia-style.component.css",
"angular/components/elements/typing-text/typing-text-style.component.css",
"angular/components/pages/about/about-style.component.css",
"angular/components/pages/dev-team/dev-team-style.component.css",
"angular/components/pages/home/home-style.component.css",
"angular/components/pages/join/join-style.component.css",
"angular/components/pages/not-found/not-found-style.component.css",
"angular/components/pages/this-week/this-week-style.component.css"
],
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
],
"fileReplacements": []
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
}
],
"fileReplacements": [
{
"replace": "angular/environments/environment.ts",
"with": "angular/environments/environment.prod.ts"
}
],
"outputHashing": "all",
"optimization": {
"scripts": true,
"styles": {
"minify": true,
"inlineCritical": false
}
},
"sourceMap": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true
},
"development": {
"fileReplacements": [
{
"replace": "angular/environments/environment.ts",
"with": "angular/environments/environment.dev.ts"
}
],
"optimization": false,
"outputHashing": "none",
"sourceMap": true,
"namedChunks": true,
"aot": false,
"extractLicenses": true,
"vendorChunk": true,
"buildOptimizer": false
}
}
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"buildTarget": "uwrf-acm-website:build"
},
"configurations": {
"production": {
"buildTarget": "uwrf-acm-website:build:production"
},
"development": {
"buildTarget": "uwrf-acm-website:build:development"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "uwrf-acm-website:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "angular/test.ts",
"polyfills": [
"angular/polyfills.ts",
"@angular/localize/init"
],
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": [
"angular/assets"
],
"styles": [
"angular/styles/styles.css"
],
"scripts": []
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json",
"e2e/tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "uwrf-acm-website:serve"
},
"configurations": {
"production": {
"devServerTarget": "uwrf-acm-website:serve:production"
},
"development": {
"devServerTarget": "uwrf-acm-website:serve:development"
}
}
}
}
}
}
}