EG version upgrade to 1.3
[ealt-edge.git] / example-apps / PDD / frontend-src / angular.json
1 {
2   "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3   "version": 1,
4   "newProjectRoot": "projects",
5   "projects": {
6     "ealtedge": {
7       "projectType": "application",
8       "schematics": {
9         "@schematics/angular:component": {
10           "style": "scss"
11         }
12       },
13       "root": "",
14       "sourceRoot": "src",
15       "prefix": "app",
16       "architect": {
17         "build": {
18           "builder": "@angular-devkit/build-angular:browser",
19           "options": {
20             "outputPath": "dist/ealtedge",
21             "index": "src/index.html",
22             "main": "src/main.ts",
23             "polyfills": "src/polyfills.ts",
24             "tsConfig": "tsconfig.app.json",
25             "aot": false,
26             "assets": [
27               "src/favicon.ico",
28               "src/assets"
29             ],
30             "styles": [
31               "./node_modules/bootstrap/dist/css/bootstrap.min.css",
32               "src/styles.scss"
33             ],
34             "scripts": [
35               "node_modules/particles.js/particles.js"
36             ]
37           },
38           "configurations": {
39             "production": {
40               "fileReplacements": [
41                 {
42                   "replace": "src/environments/environment.ts",
43                   "with": "src/environments/environment.prod.ts"
44                 }
45               ],
46               "optimization": true,
47               "outputHashing": "all",
48               "sourceMap": false,
49               "extractCss": true,
50               "namedChunks": false,
51               "aot": true,
52               "extractLicenses": true,
53               "vendorChunk": false,
54               "buildOptimizer": true,
55               "budgets": [
56                 {
57                   "type": "initial",
58                   "maximumWarning": "4mb",
59                   "maximumError": "5mb"
60                 },
61                 {
62                   "type": "anyComponentStyle",
63                   "maximumWarning": "2mb",
64                   "maximumError": "2kb"
65                 }
66               ]
67             }
68           }
69         },
70         "serve": {
71           "builder": "@angular-devkit/build-angular:dev-server",
72           "options": {
73             "browserTarget": "ealtedge:build",
74             "proxyConfig": "proxy-conf.json"
75           },
76           "configurations": {
77             "production": {
78               "browserTarget": "ealtedge:build:production"
79             }
80           },
81           "scripts": [
82             "node_modules/particles.js/particles.js",
83             "node_modules/chart.js/dist/Chart.js"
84           ]
85         },
86         "extract-i18n": {
87           "builder": "@angular-devkit/build-angular:extract-i18n",
88           "options": {
89             "browserTarget": "ealtedge:build"
90           }
91         },
92         "test": {
93           "builder": "@angular-devkit/build-angular:karma",
94           "options": {
95             "main": "src/test.ts",
96             "polyfills": "src/polyfills.ts",
97             "tsConfig": "tsconfig.spec.json",
98             "karmaConfig": "karma.conf.js",
99             "assets": [
100               "src/favicon.ico",
101               "src/assets"
102             ],
103             "styles": [
104               "./node_modules/bootstrap/dist/css/bootstrap.min.css",
105               "src/styles.scss",
106               "node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss",
107               "node_modules/@fortawesome/fontawesome-free/scss/solid.scss",
108               "node_modules/@fortawesome/fontawesome-free/scss/regular.scss",
109               "node_modules/@fortawesome/fontawesome-free/scss/brands.scss",
110               "node_modules/angular-bootstrap-md/assets/scss/bootstrap/bootstrap.scss",
111               "node_modules/angular-bootstrap-md/assets/scss/mdb.scss",
112               "node_modules/animate.css/animate.css"
113             ],
114             "scripts": []
115           }
116         },
117         "lint": {
118           "builder": "@angular-devkit/build-angular:tslint",
119           "options": {
120             "tsConfig": [
121               "tsconfig.app.json",
122               "tsconfig.spec.json",
123               "e2e/tsconfig.json"
124             ],
125             "exclude": [
126               "**/node_modules/**"
127             ]
128           }
129         },
130         "e2e": {
131           "builder": "@angular-devkit/build-angular:protractor",
132           "options": {
133             "protractorConfig": "e2e/protractor.conf.js",
134             "devServerTarget": "ealtedge:serve"
135           },
136           "configurations": {
137             "production": {
138               "devServerTarget": "ealtedge:serve:production"
139             }
140           }
141         },
142         "deploy": {
143           "builder": "@angular/fire:deploy",
144           "options": {}
145         }
146       }
147     }
148   },
149   "defaultProject": "ealtedge",
150   "cli": {
151     "analytics": "7f67dc91-d9ae-45b6-9289-13885740c4f1"
152   }
153 }