Warning, /firebird/firebird-ng/angular.json is written in an unsupported language. File is not indexed.
0001 {
0002 "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
0003 "version": 1,
0004 "newProjectRoot": "projects",
0005 "projects": {
0006 "firebird": {
0007 "projectType": "application",
0008 "schematics": {
0009 "@schematics/angular:component": {
0010 "style": "scss"
0011 }
0012 },
0013 "root": "",
0014 "sourceRoot": "src",
0015 "prefix": "app",
0016 "architect": {
0017 "build": {
0018 "builder": "@angular/build:application",
0019 "options": {
0020 "polyfills": [
0021 "zone.js"
0022 ],
0023 "browser": "src/main.ts",
0024 "tsConfig": "tsconfig.app.json",
0025 "inlineStyleLanguage": "scss",
0026 "assets": [
0027 {
0028 "glob": "favicon.ico",
0029 "input": "src",
0030 "output": "/"
0031 },
0032 {
0033 "glob": "**/*",
0034 "input": "src/assets",
0035 "output": "/assets"
0036 }
0037 ],
0038 "styles": [
0039 "@angular/material/prebuilt-themes/azure-blue.css",
0040 "src/styles.scss",
0041 "node_modules/prismjs/themes/prism-okaidia.min.css"
0042 ],
0043 "scripts": [
0044 "node_modules/prismjs/prism.js",
0045 "node_modules/prismjs/components/prism-markup.min.js",
0046 "node_modules/prismjs/components/prism-css.min.js",
0047 "node_modules/prismjs/components/prism-typescript.min.js"
0048 ],
0049 "allowedCommonJsDependencies": [
0050 "reflect-metadata",
0051 "jszip",
0052 "html2canvas",
0053 "jsdom",
0054 "canvas",
0055 "tmp",
0056 "tough-cookie",
0057 "html-encoding-sniffer",
0058 "whatwg-url",
0059 "whatwg-encoding",
0060 "whatwg-mimetype",
0061 "mathjax",
0062 "events",
0063 "webidl-conversions",
0064 "cssstyle",
0065 "w3c-xmlserializer",
0066 "parse5",
0067 "url",
0068 "data-urls",
0069 "lodash",
0070 "whatwg-url/webidl2js-wrapper",
0071 "symbol-tree",
0072 "ws",
0073 "util",
0074 "rrweb-cssom",
0075 "saxes",
0076 "http-proxy-agent",
0077 "https-proxy-agent",
0078 "is-potential-custom-element-name",
0079 "nwsapi",
0080 "decimal.js",
0081 "xml-name-validator"
0082 ]
0083 },
0084 "configurations": {
0085 "production": {
0086 "budgets": [
0087 {
0088 "type": "initial",
0089 "maximumWarning": "2MB",
0090 "maximumError": "5MB"
0091 },
0092 {
0093 "type": "anyComponentStyle",
0094 "maximumWarning": "10kB",
0095 "maximumError": "40kB"
0096 }
0097 ],
0098 "outputHashing": "all"
0099 },
0100 "development": {
0101 "optimization": false,
0102 "extractLicenses": false,
0103 "sourceMap": true,
0104 "fileReplacements": [
0105 {
0106 "replace": "src/environments/environment.ts",
0107 "with": "src/environments/environment.development.ts"
0108 }
0109 ]
0110 }
0111 },
0112 "defaultConfiguration": "production"
0113 },
0114 "serve": {
0115 "builder": "@angular/build:dev-server",
0116 "configurations": {
0117 "production": {
0118 "buildTarget": "firebird:build:production"
0119 },
0120 "development": {
0121 "buildTarget": "firebird:build:development"
0122 }
0123 },
0124 "defaultConfiguration": "development"
0125 },
0126 "extract-i18n": {
0127 "builder": "@angular/build:extract-i18n"
0128 },
0129 "test": {
0130 "builder": "@angular/build:karma",
0131 "options": {
0132 "tsConfig": "tsconfig.spec.json",
0133 "inlineStyleLanguage": "scss",
0134 "polyfills": [
0135 "zone.js",
0136 "zone.js/testing"
0137 ],
0138 "assets": [
0139 {
0140 "glob": "favicon.ico",
0141 "input": "src",
0142 "output": "/"
0143 },
0144 {
0145 "glob": "**/*",
0146 "input": "src/assets",
0147 "output": "/assets"
0148 }
0149 ],
0150 "styles": [
0151 "@angular/material/prebuilt-themes/azure-blue.css",
0152 "src/styles.scss"
0153 ]
0154 }
0155 }
0156 }
0157 }
0158 },
0159 "cli": {
0160 "analytics": "aa6f00cf-04e4-4e98-9d0e-1423cb1a0d51"
0161 }
0162 }