aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular.json
blob: 0a82b62fad1227455511dae67aa3bd98c9700c99 (plain) (blame)
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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
{
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  "version": 1,
  "newProjectRoot": "projects",
  "projects": {
    "PeerTube": {
      "root": "",
      "sourceRoot": "src",
      "projectType": "application",
      "i18n": {
        "sourceLocale": {
          "code": "en",
          "baseHref": "/client/en-US/"
        },
        "locales": {
          "ar": {
            "translation": "src/locale/angular.ar-001.xlf",
            "baseHref": "/client/ar-001/"
          },
          "hu": {
            "translation": "src/locale/angular.hu-HU.xlf",
            "baseHref": "/client/hu-HU/"
          },
          "th": {
            "translation": "src/locale/angular.th-TH.xlf",
            "baseHref": "/client/th-TH/"
          },
          "fi": {
            "translation": "src/locale/angular.fi-FI.xlf",
            "baseHref": "/client/fi-FI/"
          },
          "nl": {
            "translation": "src/locale/angular.nl-NL.xlf",
            "baseHref": "/client/nl-NL/"
          },
          "gd": {
            "translation": "src/locale/angular.gd.xlf",
            "baseHref": "/client/gd/"
          },
          "el": {
            "translation": "src/locale/angular.el-GR.xlf",
            "baseHref": "/client/el-GR/"
          },
          "es": {
            "translation": "src/locale/angular.es-ES.xlf",
            "baseHref": "/client/es-ES/"
          },
          "oc": {
            "translation": "src/locale/angular.oc.xlf",
            "baseHref": "/client/oc/"
          },
          "pt": {
            "translation": "src/locale/angular.pt-BR.xlf",
            "baseHref": "/client/pt-BR/"
          },
          "pt-PT": {
            "translation": "src/locale/angular.pt-PT.xlf",
            "baseHref": "/client/pt-PT/"
          },
          "sv": {
            "translation": "src/locale/angular.sv-SE.xlf",
            "baseHref": "/client/sv-SE/"
          },
          "pl": {
            "translation": "src/locale/angular.pl-PL.xlf",
            "baseHref": "/client/pl-PL/"
          },
          "ru": {
            "translation": "src/locale/angular.ru-RU.xlf",
            "baseHref": "/client/ru-RU/"
          },
          "zh-Hans": {
            "translation": "src/locale/angular.zh-Hans-CN.xlf",
            "baseHref": "/client/zh-Hans-CN/"
          },
          "zh-Hant": {
            "translation": "src/locale/angular.zh-Hant-TW.xlf",
            "baseHref": "/client/zh-Hant-TW/"
          },
          "fr": {
            "translation": "src/locale/angular.fr-FR.xlf",
            "baseHref": "/client/fr-FR/"
          },
          "ja": {
            "translation": "src/locale/angular.ja-JP.xlf",
            "baseHref": "/client/ja-JP/"
          },
          "eu": {
            "translation": "src/locale/angular.eu-ES.xlf",
            "baseHref": "/client/eu-ES/"
          },
          "ca": {
            "translation": "src/locale/angular.ca-ES.xlf",
            "baseHref": "/client/ca-ES/"
          },
          "cs": {
            "translation": "src/locale/angular.cs-CZ.xlf",
            "baseHref": "/client/cs-CZ/"
          },
          "eo": {
            "translation": "src/locale/angular.eo.xlf",
            "baseHref": "/client/eo/"
          },
          "de": {
            "translation": "src/locale/angular.de-DE.xlf",
            "baseHref": "/client/de-DE/"
          },
          "it": {
            "translation": "src/locale/angular.it-IT.xlf",
            "baseHref": "/client/it-IT/"
          },
          "vi": {
            "translation": "src/locale/angular.vi-VN.xlf",
            "baseHref": "/client/vi-VN/"
          },
          "kab": {
            "translation": "src/locale/angular.kab.xlf",
            "baseHref": "/client/kab/"
          }
        }
      },
      "architect": {
        "build": {
          "builder": "@angular-devkit/build-angular:browser",
          "options": {
            "aot": true,
            "outputPath": "dist",
            "index": "src/index.html",
            "main": "src/main.ts",
            "tsConfig": "tsconfig.app.json",
            "polyfills": "src/polyfills.ts",
            "stylePreprocessorOptions": {
              "includePaths": [
                "src/sass/include"
              ]
            },
            "assets": [
              "src/assets/images",
              "src/manifest.webmanifest"
            ],
            "styles": [
              "src/sass/application.scss"
            ],
            "scripts": []
          },
          "configurations": {
            "production": {
              "optimization": true,
              "outputHashing": "all",
              "sourceMap": false,
              "extractCss": true,
              "namedChunks": false,
              "aot": true,
              "extractLicenses": true,
              "vendorChunk": false,
              "buildOptimizer": true,
              "serviceWorker": true,
              "ngswConfigPath": "src/ngsw-config.json",
              "budgets": [
                {
                  "type": "initial",
                  "maximumWarning": "2mb",
                  "maximumError": "5mb"
                },
                {
                  "type": "anyComponentStyle",
                  "maximumWarning": "6kb",
                  "maximumError": "50kb"
                }
              ],
              "fileReplacements": [
                {
                  "replace": "src/environments/environment.ts",
                  "with": "src/environments/environment.prod.ts"
                }
              ]
            },
            "hmr": {
              "budgets": [
                {
                  "type": "anyComponentStyle",
                  "maximumWarning": "6kb"
                }
              ],
              "fileReplacements": [
                {
                  "replace": "src/environments/environment.ts",
                  "with": "src/environments/environment.hmr.ts"
                }
              ]
            },
            "e2e": {
              "budgets": [
                {
                  "type": "anyComponentStyle",
                  "maximumWarning": "6kb"
                }
              ],
              "fileReplacements": [
                {
                  "replace": "src/environments/environment.ts",
                  "with": "src/environments/environment.e2e.ts"
                }
              ]
            },
            "ar-001": {
              "localize": [ "ar" ]
            },
            "hu-HU": {
              "localize": [ "hu" ]
            },
            "th-TH": {
              "localize":  [ "th" ]
            },
            "fi-FI": {
              "localize":  [ "fi" ]
            },
            "nl-NL": {
              "localize":  [ "nl" ]
            },
            "gd": {
              "localize":  [ "gd" ]
            },
            "el-GR": {
              "localize":  [ "el" ]
            },
            "es-ES": {
              "localize":  [ "es" ]
            },
            "oc": {
              "localize":  [ "oc" ]
            },
            "pt-BR": {
              "localize":  [ "pt" ]
            },
            "pt-PT": {
              "localize":  [ "pt-PT" ]
            },
            "sv-SE": {
              "localize":  [ "sv" ]
            },
            "pl-PL": {
              "localize":  [ "pl" ]
            },
            "ru-RU": {
              "localize":  [ "ru" ]
            },
            "zh-Hans-CN": {
              "localize":  [ "zh-Hans" ]
            },
            "zh-Hant-TW": {
              "localize":  [ "zh-Hant" ]
            },
            "fr-FR": {
              "localize":  [ "fr" ]
            },
            "ja-JP": {
              "localize":  [ "ja" ]
            },
            "eu-ES": {
              "localize":  [ "eu" ]
            },
            "ca-ES": {
              "localize":  [ "ca" ]
            },
            "cs-CZ": {
              "localize":  [ "cs" ]
            },
            "eo": {
              "localize":  [ "eo" ]
            },
            "de-DE": {
              "localize":  [ "de" ]
            },
            "it-IT": {
              "localize":  [ "it" ]
            },
            "vi-VN": {
              "localize":  [ "vi" ]
            },
            "kab": {
              "localize":  [ "kab" ]
            }
          }
        },
        "serve": {
          "builder": "@angular-devkit/build-angular:dev-server",
          "options": {
            "baseHref": "/",
            "deployUrl": "client/",
            "browserTarget": "PeerTube:build",
            "proxyConfig": "proxy.config.json"
          },
          "configurations": {
            "production": {
              "browserTarget": "PeerTube:build:production"
            },
            "hmr": {
              "browserTarget": "PeerTube:build:hmr"
            },
            "e2e": {
              "browserTarget": "PeerTube:build:e2e",
              "proxyConfig": "e2e/proxy.config.json"
            }
          }
        },
        "extract-i18n": {
          "builder": "@angular-devkit/build-angular:extract-i18n",
          "options": {
            "browserTarget": "PeerTube:build"
          }
        },
        "test": {
          "builder": "@angular-devkit/build-angular:karma",
          "options": {
            "main": "src/test.ts",
            "karmaConfig": "./karma.conf.js",
            "polyfills": "src/polyfills.ts",
            "tsConfig": "src/tsconfig.spec.json",
            "scripts": [],
            "styles": [
              "src/sass/application.scss"
            ],
            "assets": [
              "src/assets/images",
              "src/manifest.webmanifest"
            ]
          }
        },
        "lint": {
          "builder": "@angular-devkit/build-angular:tslint",
          "options": {
            "tsConfig": [
              "tsconfig.app.json"
            ],
            "exclude": [
              "**/node_modules/**"
            ]
          }
        },
        "xliffmerge": {
          "builder": "@ngx-i18nsupport/tooling:xliffmerge",
          "options": {
            "xliffmergeOptions": {
              "i18nFormat": "xlf",
              "srcDir": "src/locale",
              "genDir": "src/locale",
              "i18nBaseFile": "angular",
              "defaultLanguage": "en-US",
              "languages": [
                "ar-001",
                "ca-ES",
                "cs-CZ",
                "da-DK",
                "de-DE",
                "el-GR",
                "en-GB",
                "en-US",
                "eo",
                "es-ES",
                "eu-ES",
                "fa-IR",
                "fi-FI",
                "fr-FR",
                "gd",
                "gl-ES",
                "hu-HU",
                "it-IT",
                "ja-JP",
                "jbo",
                "kab",
                "ko-KR",
                "lt-LT",
                "nb-NO",
                "nl-NL",
                "oc",
                "pl-PL",
                "pt-BR",
                "pt-PT",
                "ru-RU",
                "sk-SK",
                "sl-SI",
                "sv-SE",
                "ta",
                "th-TH",
                "tr-TR",
                "uk-UA",
                "vi-VN",
                "zh-Hans-CN",
                "zh-Hant-TW"
              ]
            }
          }
        }
      }
    },
    "PeerTube-e2e": {
      "root": "e2e/",
      "sourceRoot": "",
      "projectType": "application",
      "architect": {
        "e2e": {
          "builder": "@angular-devkit/build-angular:protractor",
          "options": {
            "protractorConfig": "e2e/protractor.conf.js",
            "devServerTarget": "PeerTube:serve:e2e"
          },
          "configurations": {
            "local": {
              "protractorConfig": "e2e/local-protractor.conf.js"
            }
          }
        },
        "lint": {
          "builder": "@angular-devkit/build-angular:tslint",
          "options": {
            "tsConfig": [
              "e2e/tsconfig.e2e.json"
            ],
            "exclude": [
              "**/node_modules/**"
            ]
          }
        }
      }
    }
  },
  "defaultProject": "PeerTube",
  "schematics": {
    "@schematics/angular:component": {
      "prefix": "app",
      "styleext": "scss"
    },
    "@schematics/angular:directive": {
      "prefix": "app"
    }
  }
}