2018-05-25 13:49:00 +00:00
|
|
|
{
|
|
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
|
|
"version": 1,
|
|
|
|
"newProjectRoot": "projects",
|
|
|
|
"projects": {
|
|
|
|
"overlord": {
|
2020-10-10 03:15:05 +00:00
|
|
|
"projectType": "application",
|
|
|
|
"schematics": {
|
|
|
|
"@schematics/angular:application": {
|
|
|
|
"strict": true
|
|
|
|
}
|
|
|
|
},
|
2018-05-25 13:49:00 +00:00
|
|
|
"root": "",
|
|
|
|
"sourceRoot": "src",
|
|
|
|
"prefix": "app",
|
|
|
|
"architect": {
|
|
|
|
"build": {
|
|
|
|
"builder": "@angular-devkit/build-angular:browser",
|
|
|
|
"options": {
|
2020-05-30 18:31:50 +00:00
|
|
|
"outputPath": "../frontend",
|
2018-05-25 13:49:00 +00:00
|
|
|
"index": "src/index.html",
|
|
|
|
"main": "src/main.ts",
|
|
|
|
"polyfills": "src/polyfills.ts",
|
2020-10-10 03:15:05 +00:00
|
|
|
"tsConfig": "tsconfig.app.json",
|
2018-05-25 13:49:00 +00:00
|
|
|
"assets": [
|
|
|
|
"src/favicon.ico",
|
|
|
|
"src/assets"
|
|
|
|
],
|
|
|
|
"styles": [
|
2018-11-26 03:16:03 +00:00
|
|
|
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
|
2018-05-25 13:49:00 +00:00
|
|
|
"src/styles.css"
|
|
|
|
],
|
|
|
|
"scripts": []
|
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"production": {
|
2021-09-06 15:06:36 +00:00
|
|
|
"budgets": [
|
|
|
|
{
|
|
|
|
"type": "initial",
|
|
|
|
"maximumWarning": "500kb",
|
|
|
|
"maximumError": "1mb"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "anyComponentStyle",
|
|
|
|
"maximumWarning": "2kb",
|
|
|
|
"maximumError": "4kb"
|
|
|
|
}
|
|
|
|
],
|
2018-05-25 13:49:00 +00:00
|
|
|
"fileReplacements": [
|
|
|
|
{
|
|
|
|
"replace": "src/environments/environment.ts",
|
|
|
|
"with": "src/environments/environment.prod.ts"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"optimization": true,
|
|
|
|
"outputHashing": "all",
|
|
|
|
"sourceMap": false,
|
|
|
|
"namedChunks": false,
|
|
|
|
"extractLicenses": true,
|
|
|
|
"vendorChunk": false,
|
2021-09-06 15:06:36 +00:00
|
|
|
"buildOptimizer": true
|
|
|
|
},
|
|
|
|
"development": {
|
|
|
|
"buildOptimizer": false,
|
|
|
|
"optimization": false,
|
|
|
|
"vendorChunk": true,
|
|
|
|
"extractLicenses": false,
|
|
|
|
"sourceMap": true,
|
|
|
|
"namedChunks": true
|
2018-05-25 13:49:00 +00:00
|
|
|
}
|
2021-09-06 15:06:36 +00:00
|
|
|
},
|
|
|
|
"defaultConfiguration": "production"
|
2018-05-25 13:49:00 +00:00
|
|
|
},
|
|
|
|
"serve": {
|
|
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
|
|
"configurations": {
|
|
|
|
"production": {
|
|
|
|
"browserTarget": "overlord:build:production"
|
2021-09-06 15:06:36 +00:00
|
|
|
},
|
|
|
|
"development": {
|
|
|
|
"browserTarget": "overlord:build:development"
|
2018-05-25 13:49:00 +00:00
|
|
|
}
|
2021-09-06 15:06:36 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"browserTarget": "overlord:build",
|
|
|
|
"proxyConfig": "proxy.conf.json"
|
|
|
|
},
|
|
|
|
"defaultConfiguration": "development"
|
2018-05-25 13:49:00 +00:00
|
|
|
},
|
|
|
|
"extract-i18n": {
|
|
|
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
|
|
"options": {
|
|
|
|
"browserTarget": "overlord:build"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
|
|
"options": {
|
|
|
|
"main": "src/test.ts",
|
|
|
|
"polyfills": "src/polyfills.ts",
|
2020-10-10 03:15:05 +00:00
|
|
|
"tsConfig": "tsconfig.spec.json",
|
|
|
|
"karmaConfig": "karma.conf.js",
|
2020-11-23 04:55:53 +00:00
|
|
|
"assets": [
|
|
|
|
"src/favicon.ico",
|
|
|
|
"src/assets"
|
|
|
|
],
|
2018-05-25 13:49:00 +00:00
|
|
|
"styles": [
|
2018-11-26 03:16:03 +00:00
|
|
|
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
|
|
|
|
"src/styles.css"
|
2018-05-25 13:49:00 +00:00
|
|
|
],
|
2020-11-23 04:55:53 +00:00
|
|
|
"scripts": []
|
2018-05-25 13:49:00 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"lint": {
|
2020-10-01 15:21:22 +00:00
|
|
|
"builder": "@angular-eslint/builder:lint",
|
2018-05-25 13:49:00 +00:00
|
|
|
"options": {
|
2020-12-08 06:40:35 +00:00
|
|
|
"lintFilePatterns": [
|
|
|
|
"src/**/*.ts",
|
|
|
|
"src/**/*.html"
|
2018-05-25 13:49:00 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2021-09-06 15:06:36 +00:00
|
|
|
"defaultProject": "overlord",
|
|
|
|
"cli": {
|
|
|
|
"defaultCollection": "@angular-eslint/schematics"
|
|
|
|
}
|
2018-05-25 13:49:00 +00:00
|
|
|
}
|