| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276 |
- {
- "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
- "version": 1,
- "newProjectRoot": "projects",
- "projects": {
- "fisapp-ui": {
- "projectType": "application",
- "schematics": {
- "@schematics/angular:component": {
- "style": "scss"
- }
- },
- "root": "",
- "sourceRoot": "src",
- "prefix": "app",
- "architect": {
- "build": {
- "builder": "@angular/build:application",
- "options": {
- "outputPath": "dist/fisapp-ui",
- "index": "src/index.html",
- "browser": "src/main.ts",
- "polyfills": [
- "zone.js"
- ],
- "tsConfig": "tsconfig.app.json",
- "inlineStyleLanguage": "scss",
- "assets": [
- "src/favicon.ico",
- "src/assets",
- "src/config",
- "src/manifest.webmanifest"
- ],
- "styles": [
- "angularlib/styles/main.theme.scss",
- "angularlib/styles/pink.theme.scss",
- "src/styles.scss"
- ],
- "scripts": []
- },
- "configurations": {
- "production": {
- "budgets": [
- {
- "type": "initial",
- "maximumWarning": "5000kb",
- "maximumError": "6mb"
- },
- {
- "type": "anyComponentStyle",
- "maximumWarning": "32kb",
- "maximumError": "64kb"
- }
- ],
- "outputHashing": "all",
- "serviceWorker": "ngsw-config.json"
- },
- "leave-prod": {
- "budgets": [
- {
- "type": "initial",
- "maximumWarning": "5000kb",
- "maximumError": "6mb"
- },
- {
- "type": "anyComponentStyle",
- "maximumWarning": "32kb",
- "maximumError": "64kb"
- }
- ],
- "outputHashing": "all",
- "assets": [
- "src/favicon.ico",
- "src/assets",
- "src/config",
- "src/manifest.webmanifest",
- {
- "input": "src/src.leave",
- "output": "",
- "glob": "*"
- },
- {
- "input": "src/src.leave",
- "output": "",
- "glob": "*/*"
- }
- ],
- "fileReplacements": [
- {
- "replace": "src/app/menu/menu.ts",
- "with":"src/app/menu/menu.leave.ts"
- }
- ],
- "serviceWorker": "ngsw-config.json"
- },
- "quotation-prod": {
- "budgets": [
- {
- "type": "initial",
- "maximumWarning": "5000kb",
- "maximumError": "6mb"
- },
- {
- "type": "anyComponentStyle",
- "maximumWarning": "32kb",
- "maximumError": "64kb"
- }
- ],
- "outputHashing": "all",
- "assets": [
- "src/favicon.ico",
- "src/assets",
- "src/config",
- "src/manifest.webmanifest",
- {
- "input": "src/src.quotation",
- "output": "",
- "glob": "*"
- },
- {
- "input": "src/src.quotation",
- "output": "",
- "glob": "*/*"
- }
- ],
- "fileReplacements": [
- {
- "replace": "src/app/menu/menu.ts",
- "with":"src/app/menu/menu.quotation.ts"
- }
- ],
- "serviceWorker": "ngsw-config.json"
- },
- "maf-quot-prod": {
- "budgets": [
- {
- "type": "initial",
- "maximumWarning": "5000kb",
- "maximumError": "6mb"
- },
- {
- "type": "anyComponentStyle",
- "maximumWarning": "32kb",
- "maximumError": "64kb"
- }
- ],
- "outputHashing": "all",
- "assets": [
- "src/favicon.ico",
- "src/assets",
- "src/config",
- "src/manifest.webmanifest",
- {
- "input": "src/src.maf.quotation",
- "output": "",
- "glob": "*"
- },
- {
- "input": "src/src.maf.quotation",
- "output": "",
- "glob": "*/*"
- }
- ],
- "fileReplacements": [
- {
- "replace": "src/app/menu/menu.ts",
- "with":"src/app/menu/menu.quotation.ts"
- }
- ],
- "serviceWorker": "ngsw-config.json"
- },
- "development": {
- "optimization": false,
- "extractLicenses": false,
- "sourceMap": true,
- "assets": [
- "src/favicon.ico",
- "src/assets",
- "src/config",
- "src/manifest.webmanifest",
- {
- "input": "src/src.test",
- "output": "",
- "glob": "*/*"
- },
- {
- "input": "src/src.test/assets/icons",
- "output": "assets/icons",
- "glob": "*.png"
- }
- ],
- "fileReplacements": [
- {
- "replace": "src/dependencies/dp-ui/dp.service.ts",
- "with":"src/dependencies/dp-ui/dp.service.t.ts"
- },
- {
- "replace": "src/dependencies/angularlib/environments/environment.ts",
- "with":"src/dependencies/angularlib/environments/environment.t.ts"
- }
- ],
- "serviceWorker": "ngsw-config.json"
- }
- },
- "defaultConfiguration": "development"
- },
- "serve": {
- "builder": "@angular/build:dev-server",
- "configurations": {
- "production": {
- "buildTarget": "fisapp-ui:build:production"
- },
- "development": {
- "buildTarget": "fisapp-ui:build:development"
- }
- },
- "defaultConfiguration": "development"
- },
- "extract-i18n": {
- "builder": "@angular/build:extract-i18n",
- "options": {
- "buildTarget": "fisapp-ui:build"
- }
- },
- "test": {
- "builder": "@angular/build:karma",
- "options": {
- "polyfills": [
- "zone.js",
- "zone.js/testing"
- ],
- "tsConfig": "tsconfig.spec.json",
- "inlineStyleLanguage": "scss",
- "assets": [
- "src/favicon.ico",
- "src/assets"
- ],
- "styles": [
- "src/styles.scss"
- ],
- "scripts": []
- }
- }
- }
- }
- },
- "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": "."
- }
- }
- }
|