| 
									
										
										
										
											2025-08-14 12:18:20 +02:00
										 |  |  | { | 
					
						
							|  |  |  |   "$schema": "./node_modules/@angular/cli/lib/config/schema.json", | 
					
						
							|  |  |  |   "version": 1, | 
					
						
							|  |  |  |   "newProjectRoot": "projects", | 
					
						
							|  |  |  |   "projects": { | 
					
						
							|  |  |  |     "my-app": { | 
					
						
							|  |  |  |       "projectType": "application", | 
					
						
							|  |  |  |       "schematics": { | 
					
						
							|  |  |  |         "@schematics/angular:component": { | 
					
						
							|  |  |  |           "style": "scss" | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |       }, | 
					
						
							|  |  |  |       "root": "", | 
					
						
							|  |  |  |       "sourceRoot": "src", | 
					
						
							|  |  |  |       "prefix": "app", | 
					
						
							|  |  |  |       "architect": { | 
					
						
							|  |  |  |         "build": { | 
					
						
							|  |  |  |           "builder": "@angular/build:application", | 
					
						
							|  |  |  |           "options": { | 
					
						
							|  |  |  |             "browser": "src/main.ts", | 
					
						
							|  |  |  |             "polyfills": [ | 
					
						
							|  |  |  |               "zone.js", | 
					
						
							|  |  |  |               "@angular/localize/init" | 
					
						
							|  |  |  |             ], | 
					
						
							|  |  |  |             "tsConfig": "tsconfig.app.json", | 
					
						
							|  |  |  |             "inlineStyleLanguage": "scss", | 
					
						
							|  |  |  |             "assets": [ | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 "glob": "**/*", | 
					
						
							|  |  |  |                 "input": "public" | 
					
						
							|  |  |  |               } | 
					
						
							|  |  |  |             ], | 
					
						
							|  |  |  |             "styles": [ | 
					
						
							|  |  |  |               "src/app/styles/styles.scss" | 
					
						
							|  |  |  |             ], | 
					
						
							|  |  |  |             "server": "src/main.server.ts" | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           "configurations": { | 
					
						
							|  |  |  |             "production": { | 
					
						
							|  |  |  |               "budgets": [ | 
					
						
							|  |  |  |                 { | 
					
						
							|  |  |  |                   "type": "initial", | 
					
						
							|  |  |  |                   "maximumWarning": "500kB", | 
					
						
							| 
									
										
										
										
											2025-10-08 16:08:04 +02:00
										 |  |  |                   "maximumError": "2MB" | 
					
						
							| 
									
										
										
										
											2025-08-14 12:18:20 +02:00
										 |  |  |                 }, | 
					
						
							|  |  |  |                 { | 
					
						
							|  |  |  |                   "type": "anyComponentStyle", | 
					
						
							|  |  |  |                   "maximumWarning": "4kB", | 
					
						
							|  |  |  |                   "maximumError": "8kB" | 
					
						
							|  |  |  |                 } | 
					
						
							|  |  |  |               ], | 
					
						
							|  |  |  |               "outputHashing": "all" | 
					
						
							|  |  |  |             }, | 
					
						
							|  |  |  |             "development": { | 
					
						
							|  |  |  |               "optimization": false, | 
					
						
							|  |  |  |               "extractLicenses": false, | 
					
						
							|  |  |  |               "sourceMap": true | 
					
						
							|  |  |  |             } | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           "defaultConfiguration": "production" | 
					
						
							|  |  |  |         }, | 
					
						
							|  |  |  |         "serve": { | 
					
						
							|  |  |  |           "builder": "@angular/build:dev-server", | 
					
						
							|  |  |  |           "configurations": { | 
					
						
							|  |  |  |             "production": { | 
					
						
							|  |  |  |               "buildTarget": "my-app:build:production" | 
					
						
							|  |  |  |             }, | 
					
						
							|  |  |  |             "development": { | 
					
						
							|  |  |  |               "buildTarget": "my-app:build:development" | 
					
						
							|  |  |  |             } | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           "defaultConfiguration": "development" | 
					
						
							|  |  |  |         }, | 
					
						
							|  |  |  |         "extract-i18n": { | 
					
						
							|  |  |  |           "builder": "@angular/build:extract-i18n" | 
					
						
							|  |  |  |         }, | 
					
						
							|  |  |  |         "test": { | 
					
						
							|  |  |  |           "builder": "@angular/build:karma", | 
					
						
							|  |  |  |           "options": { | 
					
						
							|  |  |  |             "polyfills": [ | 
					
						
							|  |  |  |               "zone.js", | 
					
						
							|  |  |  |               "zone.js/testing", | 
					
						
							|  |  |  |               "@angular/localize/init" | 
					
						
							|  |  |  |             ], | 
					
						
							|  |  |  |             "tsConfig": "tsconfig.spec.json", | 
					
						
							|  |  |  |             "inlineStyleLanguage": "scss", | 
					
						
							|  |  |  |             "assets": [ | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 "glob": "**/*", | 
					
						
							|  |  |  |                 "input": "public" | 
					
						
							|  |  |  |               } | 
					
						
							|  |  |  |             ], | 
					
						
							|  |  |  |             "styles": [ | 
					
						
							|  |  |  |               "src/styles.scss" | 
					
						
							|  |  |  |             ] | 
					
						
							|  |  |  |           } | 
					
						
							|  |  |  |         }, | 
					
						
							|  |  |  |         "storybook": { | 
					
						
							|  |  |  |           "builder": "@storybook/angular:start-storybook", | 
					
						
							|  |  |  |           "options": { | 
					
						
							|  |  |  |             "configDir": ".storybook", | 
					
						
							|  |  |  |             "browserTarget": "my-app:build", | 
					
						
							|  |  |  |             "compodoc": false, | 
					
						
							|  |  |  |             "port": 6006 | 
					
						
							|  |  |  |           } | 
					
						
							|  |  |  |         }, | 
					
						
							|  |  |  |         "build-storybook": { | 
					
						
							|  |  |  |           "builder": "@storybook/angular:build-storybook", | 
					
						
							|  |  |  |           "options": { | 
					
						
							|  |  |  |             "configDir": ".storybook", | 
					
						
							|  |  |  |             "browserTarget": "my-app:build", | 
					
						
							|  |  |  |             "compodoc": false, | 
					
						
							|  |  |  |             "outputDir": "storybook-static" | 
					
						
							|  |  |  |           } | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } |