1 | {
|
---|
2 | "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
---|
3 | "version": 1,
|
---|
4 | "newProjectRoot": "projects",
|
---|
5 | "projects": {
|
---|
6 | "bus-n-go-frontend": {
|
---|
7 | "projectType": "application",
|
---|
8 | "schematics": {},
|
---|
9 | "root": "",
|
---|
10 | "sourceRoot": "src",
|
---|
11 | "prefix": "app",
|
---|
12 | "architect": {
|
---|
13 | "build": {
|
---|
14 | "builder": "@angular-devkit/build-angular:application",
|
---|
15 | "options": {
|
---|
16 | "outputPath": "dist/bus-n-go-frontend",
|
---|
17 | "index": "src/index.html",
|
---|
18 | "browser": "src/main.ts",
|
---|
19 | "polyfills": [
|
---|
20 | "zone.js"
|
---|
21 | ],
|
---|
22 | "tsConfig": "tsconfig.app.json",
|
---|
23 | "assets": [
|
---|
24 | {
|
---|
25 | "glob": "**/*",
|
---|
26 | "input": "public"
|
---|
27 | }
|
---|
28 | ],
|
---|
29 | "styles": [
|
---|
30 | "@angular/material/prebuilt-themes/azure-blue.css",
|
---|
31 | "src/styles.css"
|
---|
32 | ],
|
---|
33 | "scripts": []
|
---|
34 | },
|
---|
35 | "configurations": {
|
---|
36 | "production": {
|
---|
37 | "budgets": [
|
---|
38 | {
|
---|
39 | "type": "initial",
|
---|
40 | "maximumWarning": "500kB",
|
---|
41 | "maximumError": "1MB"
|
---|
42 | },
|
---|
43 | {
|
---|
44 | "type": "anyComponentStyle",
|
---|
45 | "maximumWarning": "2kB",
|
---|
46 | "maximumError": "4kB"
|
---|
47 | }
|
---|
48 | ],
|
---|
49 | "outputHashing": "all"
|
---|
50 | },
|
---|
51 | "development": {
|
---|
52 | "optimization": false,
|
---|
53 | "extractLicenses": false,
|
---|
54 | "sourceMap": true
|
---|
55 | }
|
---|
56 | },
|
---|
57 | "defaultConfiguration": "production"
|
---|
58 | },
|
---|
59 | "serve": {
|
---|
60 | "builder": "@angular-devkit/build-angular:dev-server",
|
---|
61 | "options": {
|
---|
62 | "proxyConfig": "src/proxy.conf.json"
|
---|
63 | },
|
---|
64 | "configurations": {
|
---|
65 | "production": {
|
---|
66 | "buildTarget": "bus-n-go-frontend:build:production"
|
---|
67 | },
|
---|
68 | "development": {
|
---|
69 | "buildTarget": "bus-n-go-frontend:build:development"
|
---|
70 | }
|
---|
71 | },
|
---|
72 | "defaultConfiguration": "development"
|
---|
73 | },
|
---|
74 | "extract-i18n": {
|
---|
75 | "builder": "@angular-devkit/build-angular:extract-i18n"
|
---|
76 | },
|
---|
77 | "test": {
|
---|
78 | "builder": "@angular-devkit/build-angular:karma",
|
---|
79 | "options": {
|
---|
80 | "polyfills": [
|
---|
81 | "zone.js",
|
---|
82 | "zone.js/testing"
|
---|
83 | ],
|
---|
84 | "tsConfig": "tsconfig.spec.json",
|
---|
85 | "assets": [
|
---|
86 | {
|
---|
87 | "glob": "**/*",
|
---|
88 | "input": "public"
|
---|
89 | }
|
---|
90 | ],
|
---|
91 | "styles": [
|
---|
92 | "@angular/material/prebuilt-themes/azure-blue.css",
|
---|
93 | "src/styles.css"
|
---|
94 | ],
|
---|
95 | "scripts": []
|
---|
96 | }
|
---|
97 | }
|
---|
98 | }
|
---|
99 | }
|
---|
100 | },
|
---|
101 | "cli": {
|
---|
102 | "analytics": "45bfd673-4c0f-4013-b6f6-1abf912480e8"
|
---|
103 | }
|
---|
104 | }
|
---|