{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": "projects", "projects": { "stellaops-web": { "projectType": "application", "schematics": { "@schematics/angular:component": { "style": "scss" } }, "root": "", "sourceRoot": "src", "prefix": "app", "architect": { "build": { "builder": "@angular/build:application", "options": { "outputPath": "dist/stellaops-web", "index": "src/index.html", "browser": "src/main.ts", "polyfills": [ "zone.js" ], "tsConfig": "tsconfig.app.json", "inlineStyleLanguage": "scss", "stylePreprocessorOptions": { "includePaths": [ "src/styles" ] }, "assets": [ "src/favicon.ico", "src/assets", "src/manifest.webmanifest", { "glob": "config.json", "input": "src/config", "output": "." } ], "styles": [ "src/styles.scss" ], "scripts": [] }, "configurations": { "production": { "budgets": [ { "type": "initial", "maximumWarning": "750kb", "maximumError": "2mb" }, { "type": "anyComponentStyle", "maximumWarning": "20kb", "maximumError": "30kb" } ], "outputHashing": "all", "namedChunks": true }, "development": { "optimization": false, "extractLicenses": false, "sourceMap": true } }, "defaultConfiguration": "production" }, "serve": { "builder": "@angular/build:dev-server", "options": { "port": 10000, "ssl": true, "proxyConfig": "proxy.conf.json" }, "configurations": { "production": { "buildTarget": "stellaops-web:build:production" }, "development": { "buildTarget": "stellaops-web:build:development" } }, "defaultConfiguration": "development" }, "extract-i18n": { "builder": "@angular/build:extract-i18n", "options": { "buildTarget": "stellaops-web:build" } }, "test": { "builder": "@angular/build:unit-test", "options": { "tsConfig": "tsconfig.spec.json", "buildTarget": "stellaops-web:build:development", "runner": "vitest", "setupFiles": ["src/test-setup.ts"], "exclude": [ "**/*.e2e.spec.ts", "src/app/core/api/vex-hub.client.spec.ts", "src/app/core/services/*.spec.ts", "src/app/features/**/*.spec.ts", "src/app/shared/components/**/*.spec.ts" ] } }, "storybook": { "builder": "@storybook/angular:start-storybook", "options": { "configDir": ".storybook", "browserTarget": "stellaops-web:build", "compodoc": false, "port": 6006 } }, "build-storybook": { "builder": "@storybook/angular:build-storybook", "options": { "configDir": ".storybook", "browserTarget": "stellaops-web:build", "compodoc": false, "outputDir": "storybook-static" } } } } }, "cli": { "analytics": false }, "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": "." } } }