| { | |
| "$schema": "./node_modules/@angular/cli/lib/config/schema.json", | |
| "version": 1, | |
| "defaultProject": "agentic-dashboard", | |
| "projects": { | |
| "agentic-dashboard": { | |
| "projectType": "application", | |
| "schematics": {}, | |
| "root": "", | |
| "sourceRoot": "src", | |
| "prefix": "app", | |
| "architect": { | |
| "build": { | |
| "builder": "@angular-devkit/build-angular:browser", | |
| "options": { | |
| "outputPath": "dist/agentic-dashboard", | |
| "index": "src/index.html", | |
| "main": "src/main.ts", | |
| "polyfills": "src/polyfills.ts", | |
| "tsConfig": "tsconfig.app.json", | |
| "assets": ["src/favicon.ico", "src/assets"], | |
| "styles": ["src/styles.css"], | |
| "scripts": [] | |
| }, | |
| "configurations": { | |
| "production": { | |
| "optimization": true, | |
| "outputHashing": "all", | |
| "sourceMap": false, | |
| "namedChunks": false, | |
| "aot": true, | |
| "extractLicenses": true, | |
| "vendorChunk": false, | |
| "buildOptimizer": true, | |
| "fileReplacements": [ | |
| { | |
| "replace": "src/environments/environment.ts", | |
| "with": "src/environments/environment.prod.ts" | |
| } | |
| ] | |
| } | |
| } | |
| }, | |
| "serve": { | |
| "builder": "@angular-devkit/build-angular:dev-server", | |
| "options": { | |
| "browserTarget": "agentic-dashboard:build" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "cli": { | |
| "analytics": false | |
| } | |
| } | |