2025-11-09 04:41:07 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
|
|
|
"version": 1,
|
|
|
|
|
"newProjectRoot": "projects",
|
|
|
|
|
"projects": {
|
|
|
|
|
"ui": {
|
|
|
|
|
"projectType": "application",
|
|
|
|
|
"schematics": {},
|
|
|
|
|
"root": "",
|
|
|
|
|
"sourceRoot": "src",
|
|
|
|
|
"prefix": "app",
|
|
|
|
|
"architect": {
|
|
|
|
|
"build": {
|
2025-12-29 22:10:45 +00:00
|
|
|
"builder": "@angular/build:application",
|
2025-11-09 04:41:07 +00:00
|
|
|
"options": {
|
|
|
|
|
"outputPath": "dist",
|
|
|
|
|
"index": "src/index.html",
|
2025-12-29 22:10:45 +00:00
|
|
|
"browser": "src/main.ts",
|
2025-11-09 19:06:05 +00:00
|
|
|
"polyfills": [
|
|
|
|
|
"zone.js"
|
|
|
|
|
],
|
2025-11-09 04:41:07 +00:00
|
|
|
"tsConfig": "tsconfig.app.json",
|
|
|
|
|
"assets": [
|
|
|
|
|
{
|
|
|
|
|
"glob": "**/*",
|
|
|
|
|
"input": "public"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"styles": [
|
2025-11-10 02:22:37 +00:00
|
|
|
"src/styles.css"
|
2025-11-09 04:41:07 +00:00
|
|
|
],
|
2025-12-29 22:10:45 +00:00
|
|
|
"scripts": []
|
2025-11-09 04:41:07 +00:00
|
|
|
},
|
|
|
|
|
"configurations": {
|
|
|
|
|
"production": {
|
|
|
|
|
"budgets": [
|
|
|
|
|
{
|
|
|
|
|
"type": "initial",
|
2025-12-29 22:10:45 +00:00
|
|
|
"maximumWarning": "1MB",
|
|
|
|
|
"maximumError": "2MB"
|
2025-11-09 04:41:07 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "anyComponentStyle",
|
2025-12-29 22:10:45 +00:00
|
|
|
"maximumWarning": "8kB",
|
|
|
|
|
"maximumError": "16kB"
|
2025-11-09 04:41:07 +00:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"development": {
|
|
|
|
|
"optimization": false,
|
|
|
|
|
"extractLicenses": false,
|
|
|
|
|
"sourceMap": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"defaultConfiguration": "production"
|
|
|
|
|
},
|
|
|
|
|
"serve": {
|
2025-12-29 22:10:45 +00:00
|
|
|
"builder": "@angular/build:dev-server",
|
2025-11-09 04:41:07 +00:00
|
|
|
"configurations": {
|
|
|
|
|
"production": {
|
|
|
|
|
"buildTarget": "ui:build:production"
|
|
|
|
|
},
|
|
|
|
|
"development": {
|
|
|
|
|
"buildTarget": "ui:build:development"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"defaultConfiguration": "development"
|
|
|
|
|
},
|
|
|
|
|
"extract-i18n": {
|
|
|
|
|
"builder": "@angular-devkit/build-angular:extract-i18n"
|
|
|
|
|
},
|
|
|
|
|
"test": {
|
|
|
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
|
|
|
"options": {
|
|
|
|
|
"polyfills": [
|
|
|
|
|
"zone.js",
|
|
|
|
|
"zone.js/testing"
|
|
|
|
|
],
|
|
|
|
|
"tsConfig": "tsconfig.spec.json",
|
|
|
|
|
"assets": [
|
|
|
|
|
{
|
|
|
|
|
"glob": "**/*",
|
|
|
|
|
"input": "public"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"styles": [
|
|
|
|
|
"src/styles.css"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-11-09 19:06:05 +00:00
|
|
|
},
|
|
|
|
|
"cli": {
|
|
|
|
|
"analytics": false
|
2025-11-09 04:41:07 +00:00
|
|
|
}
|
|
|
|
|
}
|