2020-05-04 23:33:14 +00:00
|
|
|
{
|
|
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
|
|
"version": 1,
|
|
|
|
"newProjectRoot": "projects",
|
|
|
|
"projects": {
|
2020-07-05 20:09:28 +00:00
|
|
|
"universal-statuspage": {
|
2020-05-04 23:33:14 +00:00
|
|
|
"projectType": "application",
|
|
|
|
"schematics": {
|
|
|
|
"@schematics/angular:component": {
|
|
|
|
"style": "scss"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"root": "",
|
|
|
|
"sourceRoot": "src",
|
|
|
|
"prefix": "app",
|
|
|
|
"architect": {
|
|
|
|
"build": {
|
|
|
|
"builder": "@angular-devkit/build-angular:browser",
|
|
|
|
"options": {
|
2021-01-10 15:06:18 +00:00
|
|
|
"allowedCommonJsDependencies": ["dayjs/locale/de"],
|
2020-07-05 20:09:28 +00:00
|
|
|
"outputPath": "dist/universal-statuspage/browser",
|
2020-05-04 23:33:14 +00:00
|
|
|
"index": "src/index.html",
|
|
|
|
"main": "src/main.ts",
|
|
|
|
"polyfills": "src/polyfills.ts",
|
|
|
|
"tsConfig": "tsconfig.app.json",
|
|
|
|
"aot": true,
|
2021-01-10 15:06:18 +00:00
|
|
|
"outputHashing": "media",
|
2020-05-04 23:33:14 +00:00
|
|
|
"assets": [
|
2020-05-06 15:25:35 +00:00
|
|
|
"src/favicon.png",
|
2020-05-04 23:33:14 +00:00
|
|
|
"src/favicon-operational.ico",
|
|
|
|
"src/favicon-outage.ico",
|
|
|
|
"src/favicon-maintenance.ico",
|
|
|
|
"src/assets"
|
|
|
|
],
|
|
|
|
"styles": [
|
|
|
|
"src/styles.scss"
|
|
|
|
],
|
|
|
|
"scripts": []
|
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"production": {
|
|
|
|
"fileReplacements": [
|
|
|
|
{
|
|
|
|
"replace": "src/environments/environment.ts",
|
|
|
|
"with": "src/environments/environment.prod.ts"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"optimization": true,
|
|
|
|
"outputHashing": "all",
|
|
|
|
"sourceMap": false,
|
|
|
|
"namedChunks": false,
|
|
|
|
"extractLicenses": true,
|
|
|
|
"vendorChunk": false,
|
|
|
|
"buildOptimizer": true,
|
|
|
|
"budgets": [
|
|
|
|
{
|
|
|
|
"type": "initial",
|
|
|
|
"maximumWarning": "2mb",
|
|
|
|
"maximumError": "5mb"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "anyComponentStyle",
|
|
|
|
"maximumWarning": "6kb",
|
|
|
|
"maximumError": "10kb"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"serve": {
|
|
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
|
|
"options": {
|
2020-07-05 20:09:28 +00:00
|
|
|
"browserTarget": "universal-statuspage:build"
|
2020-05-04 23:33:14 +00:00
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"production": {
|
2020-07-05 20:09:28 +00:00
|
|
|
"browserTarget": "universal-statuspage:build:production"
|
2020-05-04 23:33:14 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"extract-i18n": {
|
|
|
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
|
|
"options": {
|
2020-07-05 20:09:28 +00:00
|
|
|
"browserTarget": "universal-statuspage:build"
|
2020-05-04 23:33:14 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
|
|
"options": {
|
|
|
|
"main": "src/test.ts",
|
|
|
|
"polyfills": "src/polyfills.ts",
|
|
|
|
"tsConfig": "tsconfig.spec.json",
|
|
|
|
"karmaConfig": "karma.conf.js",
|
|
|
|
"assets": [
|
2020-05-06 15:25:35 +00:00
|
|
|
"src/favicon.png",
|
|
|
|
"src/favicon-operational.ico",
|
|
|
|
"src/favicon-outage.ico",
|
|
|
|
"src/favicon-maintenance.ico",
|
2020-05-04 23:33:14 +00:00
|
|
|
"src/assets"
|
|
|
|
],
|
|
|
|
"styles": [
|
|
|
|
"src/styles.scss"
|
|
|
|
],
|
|
|
|
"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",
|
2020-07-05 20:09:28 +00:00
|
|
|
"devServerTarget": "universal-statuspage:serve"
|
2020-05-06 15:25:35 +00:00
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"production": {
|
2020-07-05 20:09:28 +00:00
|
|
|
"devServerTarget": "universal-statuspage:serve:production"
|
2020-05-06 15:25:35 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"server": {
|
|
|
|
"builder": "@angular-devkit/build-angular:server",
|
|
|
|
"options": {
|
2020-07-05 20:09:28 +00:00
|
|
|
"outputPath": "dist/universal-statuspage/server",
|
2020-05-06 15:25:35 +00:00
|
|
|
"main": "server.ts",
|
|
|
|
"tsConfig": "tsconfig.server.json"
|
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"production": {
|
|
|
|
"outputHashing": "media",
|
|
|
|
"fileReplacements": [
|
|
|
|
{
|
|
|
|
"replace": "src/environments/environment.ts",
|
|
|
|
"with": "src/environments/environment.prod.ts"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sourceMap": false,
|
|
|
|
"optimization": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"serve-ssr": {
|
|
|
|
"builder": "@nguniversal/builders:ssr-dev-server",
|
|
|
|
"options": {
|
2020-07-05 20:09:28 +00:00
|
|
|
"browserTarget": "universal-statuspage:build",
|
|
|
|
"serverTarget": "universal-statuspage:server"
|
2020-05-04 23:33:14 +00:00
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"production": {
|
2020-07-05 20:09:28 +00:00
|
|
|
"browserTarget": "universal-statuspage:build:production",
|
|
|
|
"serverTarget": "universal-statuspage:server:production"
|
2020-05-04 23:33:14 +00:00
|
|
|
}
|
|
|
|
}
|
2020-05-06 15:25:35 +00:00
|
|
|
},
|
|
|
|
"prerender": {
|
|
|
|
"builder": "@nguniversal/builders:prerender",
|
|
|
|
"options": {
|
2020-07-05 20:09:28 +00:00
|
|
|
"browserTarget": "universal-statuspage:build:production",
|
|
|
|
"serverTarget": "universal-statuspage:server:production",
|
2020-05-06 15:25:35 +00:00
|
|
|
"routes": [
|
|
|
|
"/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"production": {}
|
|
|
|
}
|
2020-05-04 23:33:14 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}},
|
2020-07-05 20:09:28 +00:00
|
|
|
"defaultProject": "universal-statuspage"
|
2020-05-04 23:33:14 +00:00
|
|
|
}
|