{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "cli": { "analytics": "2ed75e61-714f-4d01-bf90-aa49cf351d90", "schematicCollections": ["@angular-eslint/schematics"] }, "version": 1, "newProjectRoot": "projects", "projects": { "wafrn": { "projectType": "application", "schematics": { "@schematics/angular:component": { "style": "scss" }, "@schematics/angular:application": { "strict": true } }, "root": "", "sourceRoot": "src", "prefix": "app", "architect": { "build": { "builder": "@angular-devkit/build-angular:application", "options": { "outputPath": { "base": "dist/wafrn" }, "index": "src/index.html", "polyfills": ["src/polyfills.ts"], "tsConfig": "tsconfig.app.json", "inlineStyleLanguage": "scss", "allowedCommonJsDependencies": [], "assets": ["src/favicon.ico", "src/assets", "src/.htaccess", "src/manifest.webmanifest", "src/robots.txt"], "styles": ["../../node_modules/primeflex/primeflex.css", "src/styles.scss"], "scripts": [], "serviceWorker": "ngsw-config.json", "browser": "src/main.ts" }, "configurations": { "production": { "budgets": [ { "type": "initial", "maximumWarning": "2.5mb", "maximumError": "5mb" }, { "type": "anyComponentStyle", "maximumWarning": "2kb", "maximumError": "16kb" } ], "fileReplacements": [ { "replace": "src/environments/environment.ts", "with": "src/environments/environment.prod.ts" } ], "sourceMap": true, "namedChunks": true, "outputHashing": "all" }, "custom": { "budgets": [ { "type": "initial", "maximumWarning": "2mb", "maximumError": "10mb" }, { "type": "anyComponentStyle", "maximumWarning": "2kb", "maximumError": "16kb" } ], "fileReplacements": [ { "replace": "src/environments/environment.ts", "with": "src/environments/environment.custom.ts" } ], "outputHashing": "all" }, "vercel": { "budgets": [ { "type": "initial", "maximumWarning": "2mb", "maximumError": "10mb" }, { "type": "anyComponentStyle", "maximumWarning": "2kb", "maximumError": "16kb" } ], "fileReplacements": [ { "replace": "src/environments/environment.ts", "with": "src/environments/environment.vercel.ts" } ], "outputHashing": "all" }, "development": { "optimization": false, "extractLicenses": false, "sourceMap": true, "namedChunks": true, "fileReplacements": [ { "replace": "src/environments/environment.ts", "with": "src/environments/environment.dev.ts" } ] }, "devlocal": { "optimization": false, "extractLicenses": false, "sourceMap": true, "namedChunks": true, "fileReplacements": [ { "replace": "src/environments/environment.ts", "with": "src/environments/environment.devlocal.ts" } ] }, "devprod": { "optimization": false, "extractLicenses": false, "sourceMap": true, "namedChunks": true, "fileReplacements": [ { "replace": "src/environments/environment.ts", "with": "src/environments/environment.devprod.ts" } ] }, "devdevelopment": { "optimization": false, "extractLicenses": false, "sourceMap": true, "namedChunks": true, "fileReplacements": [ { "replace": "src/environments/environment.ts", "with": "src/environments/environment.devdevelopment.ts" } ] } }, "defaultConfiguration": "production" }, "serve": { "builder": "@angular-devkit/build-angular:dev-server", "configurations": { "production": { "buildTarget": "wafrn:build:production" }, "development": { "buildTarget": "wafrn:build:development", "proxyConfig": "src/proxy.conf.json" }, "devlocal": { "buildTarget": "wafrn:build:devlocal", "proxyConfig": "src/proxy.conf.json" }, "devprod": { "buildTarget": "wafrn:build:devprod", "proxyConfig": "src/proxy.conf.prod.json" }, "devdevelopment": { "buildTarget": "wafrn:build:devdevelopment", "proxyConfig": "src/proxy.conf.prod.json" } }, "defaultConfiguration": "development" }, "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { "buildTarget": "wafrn:build" } }, "test": { "builder": "@angular-devkit/build-angular:jest", "options": { "tsConfig": "tsconfig.spec.json", "polyfills": ["zone.js", "zone.js/testing"] } }, "lint": { "builder": "@angular-eslint/builder:lint", "options": { "lintFilePatterns": ["src/**/*.ts", "src/**/*.html"] } } } } }, "schematics": { "@schematics/angular:component": { "type": "component" }, "@schematics/angular:directive": { "type": "directive" }, "@schematics/angular:service": { "type": "service" }, "@schematics/angular:guard": { "typeSeparator": "." }, "@schematics/angular:interceptor": { "typeSeparator": "." }, "@schematics/angular:module": { "typeSeparator": "." }, "@schematics/angular:pipe": { "typeSeparator": "." }, "@schematics/angular:resolver": { "typeSeparator": "." } } }