2026-04-23 03:49:40 +04:00
|
|
|
{
|
|
|
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
|
|
|
"version": 1,
|
|
|
|
|
"cli": {
|
|
|
|
|
"packageManager": "npm"
|
|
|
|
|
},
|
|
|
|
|
"newProjectRoot": "projects",
|
|
|
|
|
"projects": {
|
|
|
|
|
"qr_vitanova": {
|
|
|
|
|
"projectType": "application",
|
|
|
|
|
"schematics": {
|
|
|
|
|
"@schematics/angular:component": {
|
|
|
|
|
"style": "scss"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"root": "",
|
|
|
|
|
"sourceRoot": "src",
|
|
|
|
|
"prefix": "app",
|
|
|
|
|
"architect": {
|
|
|
|
|
"build": {
|
|
|
|
|
"builder": "@angular/build:application",
|
|
|
|
|
"options": {
|
2026-04-23 04:14:55 +04:00
|
|
|
"outputPath": {
|
|
|
|
|
"base": "dist",
|
|
|
|
|
"browser": ""
|
|
|
|
|
},
|
2026-04-23 03:49:40 +04:00
|
|
|
"browser": "src/main.ts",
|
|
|
|
|
"tsConfig": "tsconfig.app.json",
|
|
|
|
|
"inlineStyleLanguage": "scss",
|
|
|
|
|
"assets": [
|
|
|
|
|
{
|
|
|
|
|
"glob": "**/*",
|
|
|
|
|
"input": "public"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"styles": [
|
|
|
|
|
"src/styles.scss"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"configurations": {
|
|
|
|
|
"production": {
|
|
|
|
|
"budgets": [
|
|
|
|
|
{
|
|
|
|
|
"type": "initial",
|
|
|
|
|
"maximumWarning": "500kB",
|
|
|
|
|
"maximumError": "1MB"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "anyComponentStyle",
|
2026-04-30 01:17:17 +04:00
|
|
|
"maximumWarning": "10kB",
|
|
|
|
|
"maximumError": "16kB"
|
2026-04-23 03:49:40 +04:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"outputHashing": "all"
|
|
|
|
|
},
|
|
|
|
|
"development": {
|
|
|
|
|
"optimization": false,
|
|
|
|
|
"extractLicenses": false,
|
|
|
|
|
"sourceMap": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"defaultConfiguration": "production"
|
|
|
|
|
},
|
|
|
|
|
"serve": {
|
|
|
|
|
"builder": "@angular/build:dev-server",
|
|
|
|
|
"configurations": {
|
|
|
|
|
"production": {
|
|
|
|
|
"buildTarget": "qr_vitanova:build:production"
|
|
|
|
|
},
|
|
|
|
|
"development": {
|
2026-05-06 17:21:35 +04:00
|
|
|
"buildTarget": "qr_vitanova:build:development",
|
|
|
|
|
"proxyConfig": "proxy.conf.json"
|
2026-04-23 03:49:40 +04:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"defaultConfiguration": "development"
|
|
|
|
|
},
|
|
|
|
|
"test": {
|
|
|
|
|
"builder": "@angular/build:unit-test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|