904 lines
37 KiB
JSON
904 lines
37 KiB
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"version": 1,
|
|
"newProjectRoot": "projects",
|
|
"projects": {
|
|
"internet": {
|
|
"root": "",
|
|
"sourceRoot": "src",
|
|
"projectType": "application",
|
|
"prefix": "app",
|
|
"schematics": {
|
|
"@schematics/angular:component": {
|
|
"style": "scss"
|
|
}
|
|
},
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:browser",
|
|
"options": {
|
|
"outputPath": "dist/internet",
|
|
"index": "src/index.html",
|
|
"main": "src/main.ts",
|
|
"polyfills": "src/polyfills.ts",
|
|
"tsConfig": "src/tsconfig.app.json",
|
|
"assets": [
|
|
"src/favicon.ico",
|
|
"src/assets"
|
|
],
|
|
"styles": [
|
|
"src/styles.scss"
|
|
],
|
|
"stylePreprocessorOptions": {
|
|
"includePaths": [
|
|
"./src/stylesheets"
|
|
]
|
|
},
|
|
"scripts": [],
|
|
"vendorChunk": true,
|
|
"extractLicenses": false,
|
|
"buildOptimizer": false,
|
|
"sourceMap": true,
|
|
"optimization": false,
|
|
"namedChunks": true
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "src/environments/environment.ts",
|
|
"with": "src/environments/environment.prod.ts"
|
|
}
|
|
],
|
|
"optimization": true,
|
|
"outputHashing": "all",
|
|
"sourceMap": false,
|
|
"namedChunks": false,
|
|
"extractLicenses": true,
|
|
"vendorChunk": false,
|
|
"buildOptimizer": true,
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "2mb",
|
|
"maximumError": "5mb"
|
|
},
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "6kb"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"defaultConfiguration": ""
|
|
},
|
|
"serve": {
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
"options": {
|
|
"browserTarget": "internet:build"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"browserTarget": "internet:build:production"
|
|
}
|
|
}
|
|
},
|
|
"extract-i18n": {
|
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
"options": {
|
|
"browserTarget": "internet:build"
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"main": "src/test.ts",
|
|
"polyfills": "src/polyfills.ts",
|
|
"tsConfig": "src/tsconfig.spec.json",
|
|
"styles": [
|
|
"src/styles.scss"
|
|
],
|
|
"stylePreprocessorOptions": {
|
|
"includePaths": [
|
|
"./src/stylesheets"
|
|
]
|
|
},
|
|
"scripts": [],
|
|
"assets": [
|
|
"src/favicon.ico",
|
|
"src/assets"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"internet-e2e": {
|
|
"root": "e2e/",
|
|
"projectType": "application",
|
|
"prefix": "",
|
|
"architect": {
|
|
"e2e": {
|
|
"builder": "@angular-devkit/build-angular:protractor",
|
|
"options": {
|
|
"protractorConfig": "e2e/protractor.conf.js",
|
|
"devServerTarget": "internet:serve"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"devServerTarget": "internet:serve:production"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"market": {
|
|
"root": "projects/market/",
|
|
"sourceRoot": "projects/market/src",
|
|
"projectType": "application",
|
|
"prefix": "market",
|
|
"schematics": {
|
|
"@schematics/angular:component": {
|
|
"style": "scss",
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:class": {
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:directive": {
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:guard": {
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:module": {
|
|
},
|
|
"@schematics/angular:pipe": {
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:service": {
|
|
"skipTests": true
|
|
}
|
|
},
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:browser",
|
|
"options": {
|
|
"outputPath": "dist/market",
|
|
"index": "projects/market/src/index.html",
|
|
"main": "projects/market/src/main.ts",
|
|
"polyfills": "projects/market/src/polyfills.ts",
|
|
"tsConfig": "projects/market/tsconfig.app.json",
|
|
"assets": [
|
|
"projects/market/src/favicon.ico",
|
|
"projects/market/src/assets"
|
|
],
|
|
"styles": [
|
|
"src/styles.scss"
|
|
],
|
|
"stylePreprocessorOptions": {
|
|
"includePaths": [
|
|
"./src/stylesheets"
|
|
]
|
|
},
|
|
"scripts": [],
|
|
"vendorChunk": true,
|
|
"extractLicenses": false,
|
|
"buildOptimizer": false,
|
|
"sourceMap": true,
|
|
"optimization": false,
|
|
"namedChunks": true
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "projects/market/src/environments/environment.ts",
|
|
"with": "projects/market/src/environments/environment.prod.ts"
|
|
}
|
|
],
|
|
"optimization": true,
|
|
"outputHashing": "all",
|
|
"sourceMap": false,
|
|
"namedChunks": false,
|
|
"extractLicenses": true,
|
|
"vendorChunk": false,
|
|
"buildOptimizer": true,
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "2mb",
|
|
"maximumError": "5mb"
|
|
},
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "6kb"
|
|
}
|
|
]
|
|
},
|
|
"test": {
|
|
"budgets": [
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "6kb"
|
|
}
|
|
],
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "projects/market/src/environments/environment.ts",
|
|
"with": "projects/market/src/environments/environment.test.ts"
|
|
}
|
|
],
|
|
"optimization": true,
|
|
"outputHashing": "all",
|
|
"sourceMap": false,
|
|
"namedChunks": false,
|
|
"extractLicenses": true,
|
|
"vendorChunk": false,
|
|
"buildOptimizer": true
|
|
},
|
|
"development": {
|
|
"budgets": [
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "6kb"
|
|
}
|
|
],
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "projects/market/src/environments/environment.ts",
|
|
"with": "projects/market/src/environments/environment.dev.ts"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"defaultConfiguration": ""
|
|
},
|
|
"serve": {
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
"options": {
|
|
"browserTarget": "market:build"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"browserTarget": "market:build:production"
|
|
},
|
|
"development": {
|
|
"browserTarget": "market:build:development"
|
|
}
|
|
}
|
|
},
|
|
"extract-i18n": {
|
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
"options": {
|
|
"browserTarget": "market:build"
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"main": "projects/market/src/test.ts",
|
|
"polyfills": "projects/market/src/polyfills.ts",
|
|
"tsConfig": "projects/market/tsconfig.spec.json",
|
|
"karmaConfig": "projects/market/karma.conf.js",
|
|
"styles": [
|
|
"src/styles.scss"
|
|
],
|
|
"stylePreprocessorOptions": {
|
|
"includePaths": [
|
|
"./src/stylesheets"
|
|
]
|
|
},
|
|
"scripts": [],
|
|
"assets": [
|
|
"projects/market/src/favicon.ico",
|
|
"projects/market/src/assets"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"market-e2e": {
|
|
"root": "projects/market-e2e/",
|
|
"projectType": "application",
|
|
"prefix": "",
|
|
"architect": {
|
|
"e2e": {
|
|
"builder": "@angular-devkit/build-angular:protractor",
|
|
"options": {
|
|
"protractorConfig": "projects/market-e2e/protractor.conf.js",
|
|
"devServerTarget": "market:serve"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"devServerTarget": "market:serve:production"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"sso": {
|
|
"root": "projects/sso/",
|
|
"sourceRoot": "projects/sso/src",
|
|
"projectType": "application",
|
|
"prefix": "sso",
|
|
"schematics": {
|
|
"@schematics/angular:component": {
|
|
"style": "scss",
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:class": {
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:directive": {
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:guard": {
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:module": {
|
|
},
|
|
"@schematics/angular:pipe": {
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:service": {
|
|
"skipTests": true
|
|
}
|
|
},
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:browser",
|
|
"options": {
|
|
"outputPath": "dist/sso",
|
|
"index": "projects/sso/src/index.html",
|
|
"main": "projects/sso/src/main.ts",
|
|
"polyfills": "projects/sso/src/polyfills.ts",
|
|
"tsConfig": "projects/sso/tsconfig.app.json",
|
|
"assets": [
|
|
"projects/sso/src/favicon.ico",
|
|
"projects/sso/src/assets"
|
|
],
|
|
"styles": [
|
|
"src/styles.scss"
|
|
],
|
|
"stylePreprocessorOptions": {
|
|
"includePaths": [
|
|
"./src/stylesheets"
|
|
]
|
|
},
|
|
"scripts": [],
|
|
"vendorChunk": true,
|
|
"extractLicenses": false,
|
|
"buildOptimizer": false,
|
|
"sourceMap": true,
|
|
"optimization": false,
|
|
"namedChunks": true
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "projects/sso/src/environments/environment.ts",
|
|
"with": "projects/sso/src/environments/environment.prod.ts"
|
|
}
|
|
],
|
|
"optimization": true,
|
|
"outputHashing": "all",
|
|
"sourceMap": false,
|
|
"namedChunks": false,
|
|
"extractLicenses": true,
|
|
"commonChunk": true,
|
|
"buildOptimizer": true,
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "2mb",
|
|
"maximumError": "5mb"
|
|
},
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "6kb"
|
|
}
|
|
]
|
|
},
|
|
"test": {
|
|
"budgets": [
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "6kb"
|
|
}
|
|
],
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "projects/sso/src/environments/environment.ts",
|
|
"with": "projects/sso/src/environments/environment.test.ts"
|
|
}
|
|
],
|
|
"optimization": true,
|
|
"outputHashing": "all",
|
|
"sourceMap": false,
|
|
"namedChunks": false,
|
|
"extractLicenses": true,
|
|
"commonChunk": true,
|
|
"buildOptimizer": true
|
|
},
|
|
"development": {
|
|
"budgets": [
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "6kb"
|
|
}
|
|
],
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "projects/sso/src/environments/environment.ts",
|
|
"with": "projects/sso/src/environments/environment.dev.ts"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"defaultConfiguration": ""
|
|
},
|
|
"serve": {
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
"options": {
|
|
"browserTarget": "sso:build"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"browserTarget": "sso:build:production"
|
|
},
|
|
"development": {
|
|
"browserTarget": "sso:build:development"
|
|
}
|
|
}
|
|
},
|
|
"extract-i18n": {
|
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
"options": {
|
|
"browserTarget": "sso:build"
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"main": "projects/sso/src/test.ts",
|
|
"polyfills": "projects/sso/src/polyfills.ts",
|
|
"tsConfig": "projects/sso/tsconfig.spec.json",
|
|
"karmaConfig": "projects/sso/karma.conf.js",
|
|
"styles": [
|
|
"src/styles.scss"
|
|
],
|
|
"stylePreprocessorOptions": {
|
|
"includePaths": [
|
|
"./src/stylesheets"
|
|
]
|
|
},
|
|
"scripts": [],
|
|
"assets": [
|
|
"projects/sso/src/favicon.ico",
|
|
"projects/sso/src/assets"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"sso-e2e": {
|
|
"root": "projects/sso-e2e/",
|
|
"projectType": "application",
|
|
"prefix": "",
|
|
"architect": {
|
|
"e2e": {
|
|
"builder": "@angular-devkit/build-angular:protractor",
|
|
"options": {
|
|
"protractorConfig": "projects/sso-e2e/protractor.conf.js",
|
|
"devServerTarget": "sso:serve"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"devServerTarget": "sso:serve:production"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"globalnav": {
|
|
"root": "projects/globalnav",
|
|
"sourceRoot": "projects/globalnav/src",
|
|
"projectType": "library",
|
|
"prefix": "globalnav",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:ng-packagr",
|
|
"options": {
|
|
"tsConfig": "projects/globalnav/tsconfig.lib.json",
|
|
"project": "projects/globalnav/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "projects/globalnav/tsconfig.lib.prod.json"
|
|
}
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"main": "projects/globalnav/src/test.ts",
|
|
"tsConfig": "projects/globalnav/tsconfig.spec.json",
|
|
"karmaConfig": "projects/globalnav/karma.conf.js"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"account": {
|
|
"root": "projects/account/",
|
|
"sourceRoot": "projects/account/src",
|
|
"projectType": "application",
|
|
"prefix": "account",
|
|
"schematics": {
|
|
"@schematics/angular:component": {
|
|
"style": "scss",
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:class": {
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:directive": {
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:guard": {
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:module": {
|
|
},
|
|
"@schematics/angular:pipe": {
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:service": {
|
|
"skipTests": true
|
|
}
|
|
},
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:browser",
|
|
"options": {
|
|
"outputPath": "dist/account",
|
|
"index": "projects/account/src/index.html",
|
|
"main": "projects/account/src/main.ts",
|
|
"polyfills": "projects/account/src/polyfills.ts",
|
|
"tsConfig": "projects/account/tsconfig.app.json",
|
|
"assets": [
|
|
"projects/account/src/favicon.ico",
|
|
"projects/account/src/assets"
|
|
],
|
|
"styles": [
|
|
"src/styles.scss"
|
|
],
|
|
"stylePreprocessorOptions": {
|
|
"includePaths": [
|
|
"./src/stylesheets"
|
|
]
|
|
},
|
|
"scripts": [],
|
|
"vendorChunk": true,
|
|
"extractLicenses": false,
|
|
"buildOptimizer": false,
|
|
"sourceMap": true,
|
|
"optimization": false,
|
|
"namedChunks": true
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "projects/account/src/environments/environment.ts",
|
|
"with": "projects/account/src/environments/environment.prod.ts"
|
|
}
|
|
],
|
|
"optimization": true,
|
|
"outputHashing": "all",
|
|
"sourceMap": false,
|
|
"namedChunks": false,
|
|
"extractLicenses": true,
|
|
"vendorChunk": false,
|
|
"commonChunk": true,
|
|
"buildOptimizer": true,
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "2mb",
|
|
"maximumError": "5mb"
|
|
},
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "6kb"
|
|
}
|
|
]
|
|
},
|
|
"development": {
|
|
"budgets": [
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "6kb"
|
|
}
|
|
],
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "projects/account/src/environments/environment.ts",
|
|
"with": "projects/account/src/environments/environment.dev.ts"
|
|
}
|
|
]
|
|
},
|
|
"test": {
|
|
"budgets": [
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "6kb"
|
|
}
|
|
],
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "projects/account/src/environments/environment.ts",
|
|
"with": "projects/account/src/environments/environment.test.ts"
|
|
}
|
|
],
|
|
"optimization": true,
|
|
"outputHashing": "all",
|
|
"sourceMap": false,
|
|
"extractLicenses": true,
|
|
"commonChunk": true,
|
|
"buildOptimizer": true
|
|
}
|
|
},
|
|
"defaultConfiguration": ""
|
|
},
|
|
"serve": {
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
"options": {
|
|
"browserTarget": "account:build"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"browserTarget": "account:build:production"
|
|
},
|
|
"development": {
|
|
"browserTarget": "account:build:development"
|
|
}
|
|
}
|
|
},
|
|
"extract-i18n": {
|
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
"options": {
|
|
"browserTarget": "account:build"
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"main": "projects/account/src/test.ts",
|
|
"polyfills": "projects/account/src/polyfills.ts",
|
|
"tsConfig": "projects/account/tsconfig.spec.json",
|
|
"karmaConfig": "projects/account/karma.conf.js",
|
|
"styles": [
|
|
"src/styles.scss"
|
|
],
|
|
"stylePreprocessorOptions": {
|
|
"includePaths": [
|
|
"./src/stylesheets"
|
|
]
|
|
},
|
|
"scripts": [],
|
|
"assets": [
|
|
"projects/account/src/favicon.ico",
|
|
"projects/account/src/assets"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"account-e2e": {
|
|
"root": "projects/account-e2e/",
|
|
"projectType": "application",
|
|
"prefix": "",
|
|
"architect": {
|
|
"e2e": {
|
|
"builder": "@angular-devkit/build-angular:protractor",
|
|
"options": {
|
|
"protractorConfig": "projects/account-e2e/protractor.conf.js",
|
|
"devServerTarget": "account:serve"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"devServerTarget": "account:serve:production"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"shared": {
|
|
"root": "projects/shared",
|
|
"sourceRoot": "projects/shared/src",
|
|
"projectType": "library",
|
|
"prefix": "shared",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:ng-packagr",
|
|
"options": {
|
|
"tsConfig": "projects/shared/tsconfig.lib.json",
|
|
"project": "projects/shared/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "projects/shared/tsconfig.lib.prod.json"
|
|
}
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"main": "projects/shared/src/test.ts",
|
|
"tsConfig": "projects/shared/tsconfig.spec.json",
|
|
"karmaConfig": "projects/shared/karma.conf.js"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"precise": {
|
|
"projectType": "application",
|
|
"schematics": {
|
|
"@schematics/angular:component": {
|
|
"style": "scss"
|
|
}
|
|
},
|
|
"root": "projects/precise",
|
|
"sourceRoot": "projects/precise/src",
|
|
"prefix": "precise",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:browser",
|
|
"options": {
|
|
"outputPath": "dist/precise",
|
|
"index": "projects/precise/src/index.html",
|
|
"main": "projects/precise/src/main.ts",
|
|
"polyfills": "projects/precise/src/polyfills.ts",
|
|
"tsConfig": "projects/precise/tsconfig.app.json",
|
|
"assets": [
|
|
"projects/precise/src/favicon.ico",
|
|
"projects/precise/src/assets"
|
|
],
|
|
"styles": [
|
|
"src/styles.scss"
|
|
],
|
|
"stylePreprocessorOptions": {
|
|
"includePaths": [
|
|
"./src/stylesheets"
|
|
]
|
|
},
|
|
"scripts": [],
|
|
"vendorChunk": true,
|
|
"extractLicenses": false,
|
|
"buildOptimizer": false,
|
|
"sourceMap": true,
|
|
"optimization": false,
|
|
"namedChunks": true
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "projects/precise/src/environments/environment.ts",
|
|
"with": "projects/precise/src/environments/environment.prod.ts"
|
|
}
|
|
],
|
|
"optimization": true,
|
|
"outputHashing": "all",
|
|
"sourceMap": false,
|
|
"namedChunks": false,
|
|
"extractLicenses": true,
|
|
"vendorChunk": false,
|
|
"commonChunk": true,
|
|
"buildOptimizer": true,
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "2mb",
|
|
"maximumError": "5mb"
|
|
},
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "6kb",
|
|
"maximumError": "10kb"
|
|
}
|
|
]
|
|
},
|
|
"development": {
|
|
"budgets": [
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "6kb"
|
|
}
|
|
],
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "projects/precise/src/environments/environment.ts",
|
|
"with": "projects/precise/src/environments/environment.dev.ts"
|
|
}
|
|
]
|
|
},
|
|
"test": {
|
|
"budgets": [
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "6kb"
|
|
}
|
|
],
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "projects/precise/src/environments/environment.ts",
|
|
"with": "projects/precise/src/environments/environment.test.ts"
|
|
}
|
|
],
|
|
"optimization": true,
|
|
"outputHashing": "all",
|
|
"sourceMap": false,
|
|
"extractLicenses": true,
|
|
"commonChunk": true,
|
|
"buildOptimizer": true
|
|
}
|
|
},
|
|
"defaultConfiguration": ""
|
|
|
|
},
|
|
"serve": {
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
"options": {
|
|
"browserTarget": "precise:build"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"browserTarget": "precise:build:production"
|
|
},
|
|
"development": {
|
|
"browserTarget": "precise:build:development"
|
|
}
|
|
}
|
|
},
|
|
"extract-i18n": {
|
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
"options": {
|
|
"browserTarget": "precise:build"
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"main": "projects/precise/src/test.ts",
|
|
"polyfills": "projects/precise/src/polyfills.ts",
|
|
"tsConfig": "projects/precise/tsconfig.spec.json",
|
|
"karmaConfig": "projects/precise/karma.conf.js",
|
|
"assets": [
|
|
"projects/precise/src/favicon.ico",
|
|
"projects/precise/src/assets"
|
|
],
|
|
"styles": [
|
|
"projects/precise/src/styles.scss"
|
|
],
|
|
"scripts": []
|
|
}
|
|
},
|
|
"e2e": {
|
|
"builder": "@angular-devkit/build-angular:protractor",
|
|
"options": {
|
|
"protractorConfig": "projects/precise/e2e/protractor.conf.js",
|
|
"devServerTarget": "precise:serve"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"devServerTarget": "precise:serve:production"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|