| { |
| "$schema": "./node_modules/@angular/cli/lib/config/schema.json", |
| "version": 1, |
| "newProjectRoot": "projects", |
| "projects": { |
| "Accident.Web": { |
| "projectType": "application", |
| "schematics": {}, |
| "root": "", |
| "sourceRoot": "src", |
| "prefix": "app", |
| "architect": { |
| "build": { |
| "builder": "@angular-devkit/build-angular:application", |
| "options": { |
| "outputPath": "dist/accident.web", |
| "index": "src/index.html", |
| "browser": "src/main.ts", |
| "polyfills": [ |
| "zone.js" |
| ], |
| "tsConfig": "tsconfig.app.json", |
| "assets": [ |
| "src/favicon.ico", |
| "src/assets" |
| ], |
| "styles": [ |
| "src/styles.css", |
| "node_modules/maplibre-gl/dist/maplibre-gl.css" |
| ], |
| "scripts": [], |
| "server": "src/main.server.ts", |
| "prerender": true, |
| "ssr": { |
| "entry": "server.ts" |
| } |
| }, |
| "configurations": { |
| "production": { |
| "budgets": [ |
| { |
| "type": "initial", |
| "maximumWarning": "500kb", |
| "maximumError": "1mb" |
| }, |
| { |
| "type": "anyComponentStyle", |
| "maximumWarning": "6kb", |
| "maximumError": "8kb" |
| } |
| ], |
| "outputHashing": "all" |
| }, |
| "development": { |
| "optimization": false, |
| "extractLicenses": false, |
| "sourceMap": true |
| } |
| }, |
| "defaultConfiguration": "production" |
| }, |
| "serve": { |
| "builder": "@angular-devkit/build-angular:dev-server", |
| "options": { |
| "proxyConfig": "proxy.conf.cjs" |
| }, |
| "configurations": { |
| "production": { |
| "buildTarget": "Accident.Web:build:production" |
| }, |
| "development": { |
| "buildTarget": "Accident.Web:build:development" |
| } |
| }, |
| "defaultConfiguration": "development" |
| }, |
| "extract-i18n": { |
| "builder": "@angular-devkit/build-angular:extract-i18n", |
| "options": { |
| "buildTarget": "Accident.Web:build" |
| } |
| }, |
| "test": { |
| "builder": "@angular-devkit/build-angular:karma", |
| "options": { |
| "polyfills": [ |
| "zone.js", |
| "zone.js/testing" |
| ], |
| "tsConfig": "tsconfig.spec.json", |
| "assets": [ |
| "src/favicon.ico", |
| "src/assets" |
| ], |
| "styles": [ |
| "src/styles.css", |
| "node_modules/maplibre-gl/dist/maplibre-gl.css" |
| ], |
| "scripts": [] |
| } |
| } |
| } |
| } |
| }, |
| "cli": { |
| "analytics": false |
| } |
| } |
|
|