district-politics/angular.json

122 lines
4.1 KiB
JSON

{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"speech-statistics": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "scss"
},
"@schematics/angular:application": {
"strict": true
}
},
"root": "projects/speech-statistics",
"sourceRoot": "projects/speech-statistics/src",
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/speech-statistics",
"index": "projects/speech-statistics/src/index.html",
"main": "projects/speech-statistics/src/main.ts",
"polyfills": "projects/speech-statistics/src/polyfills.ts",
"tsConfig": "projects/speech-statistics/tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
"projects/speech-statistics/src/favicon.ico",
"projects/speech-statistics/src/assets",
"projects/speech-statistics/src/.htaccess"
],
"styles": [
"./node_modules/bootstrap/dist/css/bootstrap.min.css",
"./node_modules/bootstrap-icons/font/bootstrap-icons.css",
"projects/speech-statistics/src/styles.scss"
],
"scripts": [
"./node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
],
"baseHref": "/speech-statistics/"
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
}
],
"fileReplacements": [
{
"replace": "projects/speech-statistics/src/environments/environment.ts",
"with": "projects/speech-statistics/src/environments/environment.prod.ts"
}
],
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
}
},
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "speech-statistics:build:production"
},
"development": {
"browserTarget": "speech-statistics:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "speech-statistics:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/speech-statistics/src/test.ts",
"polyfills": "projects/speech-statistics/src/polyfills.ts",
"tsConfig": "projects/speech-statistics/tsconfig.spec.json",
"karmaConfig": "projects/speech-statistics/karma.conf.js",
"inlineStyleLanguage": "scss",
"assets": [
"projects/speech-statistics/src/favicon.ico",
"projects/speech-statistics/src/assets"
],
"styles": [
"projects/speech-statistics/src/styles.scss"
],
"scripts": []
}
},
"deploy": {
"builder": "@angular/fire:deploy",
"options": {}
}
}
}
},
"defaultProject": "speech-statistics"
}