2026-01-30 08:44:23 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
|
|
|
"version": 1,
|
|
|
|
|
"newProjectRoot": "projects",
|
|
|
|
|
"projects": {
|
2026-03-14 12:41:33 +00:00
|
|
|
"gui-ui": {
|
2026-01-30 08:44:23 +00:00
|
|
|
"projectType": "application",
|
|
|
|
|
"schematics": {
|
|
|
|
|
"@schematics/angular:component": {
|
2026-03-14 12:41:33 +00:00
|
|
|
"standalone": true
|
2026-01-30 08:44:23 +00:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"root": "",
|
|
|
|
|
"sourceRoot": "src",
|
2026-03-14 12:41:33 +00:00
|
|
|
"prefix": "core",
|
2026-01-30 08:44:23 +00:00
|
|
|
"architect": {
|
|
|
|
|
"build": {
|
|
|
|
|
"builder": "@angular/build:application",
|
|
|
|
|
"options": {
|
|
|
|
|
"browser": "src/main.ts",
|
|
|
|
|
"polyfills": [
|
|
|
|
|
"zone.js"
|
|
|
|
|
],
|
|
|
|
|
"tsConfig": "tsconfig.app.json",
|
|
|
|
|
"assets": [
|
|
|
|
|
{
|
|
|
|
|
"glob": "**/*",
|
|
|
|
|
"input": "public"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"styles": []
|
|
|
|
|
},
|
|
|
|
|
"configurations": {
|
|
|
|
|
"production": {
|
|
|
|
|
"budgets": [
|
|
|
|
|
{
|
|
|
|
|
"type": "initial",
|
|
|
|
|
"maximumWarning": "500kB",
|
|
|
|
|
"maximumError": "1MB"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "anyComponentStyle",
|
|
|
|
|
"maximumWarning": "4kB",
|
|
|
|
|
"maximumError": "8kB"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"outputHashing": "none"
|
|
|
|
|
},
|
|
|
|
|
"development": {
|
|
|
|
|
"optimization": false,
|
|
|
|
|
"extractLicenses": false,
|
|
|
|
|
"sourceMap": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"defaultConfiguration": "production"
|
|
|
|
|
},
|
|
|
|
|
"serve": {
|
|
|
|
|
"builder": "@angular/build:dev-server",
|
|
|
|
|
"configurations": {
|
|
|
|
|
"production": {
|
2026-03-14 12:41:33 +00:00
|
|
|
"buildTarget": "gui-ui:build:production"
|
2026-01-30 08:44:23 +00:00
|
|
|
},
|
|
|
|
|
"development": {
|
2026-03-14 12:41:33 +00:00
|
|
|
"buildTarget": "gui-ui:build:development"
|
2026-01-30 08:44:23 +00:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"defaultConfiguration": "development"
|
|
|
|
|
},
|
|
|
|
|
"extract-i18n": {
|
|
|
|
|
"builder": "@angular/build:extract-i18n"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|