81dd9afaf0b544bf46e58e67dc960c07f7f2e315
[ealt-edge.git] / example-apps / ROBO / RoboUI / angular.json
1 {
2   "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3   "version": 1,
4   "newProjectRoot": "projects",
5   "projects": {
6     "RoboUI": {
7       "projectType": "application",
8       "schematics": {},
9       "root": "",
10       "sourceRoot": "src",
11       "prefix": "app",
12       "architect": {
13         "build": {
14           "builder": "@angular-devkit/build-angular:browser",
15           "options": {
16             "outputPath": "dist/RoboUI",
17             "index": "src/index.html",
18             "main": "src/main.ts",
19             "polyfills": "src/polyfills.ts",
20             "tsConfig": "tsconfig.app.json",
21             "aot": true,
22             "assets": [
23               "src/favicon.ico",
24               "src/assets"
25             ],
26             "styles": [
27               "src/styles.scss",
28               "node_modules/ngx-toastr/toastr.css"
29             ],
30             "scripts": []
31           },
32           "configurations": {
33             "production": {
34               "fileReplacements": [
35                 {
36                   "replace": "src/environments/environment.ts",
37                   "with": "src/environments/environment.prod.ts"
38                 }
39               ],
40               "optimization": true,
41               "outputHashing": "all",
42               "namedChunks": false,
43               "aot": true,
44               "extractLicenses": true,
45               "vendorChunk": false,
46               "buildOptimizer": true,
47               "budgets": [
48                 {
49                   "type": "initial",
50                   "maximumWarning": "2mb",
51                   "maximumError": "5mb"
52                 },
53                 {
54                   "type": "anyComponentStyle",
55                   "maximumWarning": "6kb",
56                   "maximumError": "10kb"
57                 }
58               ]
59             }
60           }
61         },
62         "serve": {
63           "builder": "@angular-devkit/build-angular:dev-server",
64           "options": {
65             "browserTarget": "RoboUI:build",
66             "proxyConfig": "src/proxy.conf.json"
67           },
68           "configurations": {
69             "production": {
70               "browserTarget": "RoboUI:build:production"
71             }
72           }
73         },
74         "extract-i18n": {
75           "builder": "@angular-devkit/build-angular:extract-i18n",
76           "options": {
77             "browserTarget": "RoboUI:build"
78           }
79         },
80         "test": {
81           "builder": "@angular-devkit/build-angular:karma",
82           "options": {
83             "main": "src/test.ts",
84             "polyfills": "src/polyfills.ts",
85             "tsConfig": "tsconfig.spec.json",
86             "karmaConfig": "karma.conf.js",
87             "assets": [
88               "src/favicon.ico",
89               "src/assets"
90             ],
91             "styles": [
92               "src/styles.scss"
93             ],
94             "scripts": []
95           }
96         },
97         "lint": {
98           "builder": "@angular-devkit/build-angular:tslint",
99           "options": {
100             "tsConfig": [
101               "tsconfig.app.json",
102               "tsconfig.spec.json",
103               "e2e/tsconfig.json"
104             ],
105             "exclude": [
106               "**/node_modules/**"
107             ]
108           }
109         },
110         "e2e": {
111           "builder": "@angular-devkit/build-angular:protractor",
112           "options": {
113             "protractorConfig": "e2e/protractor.conf.js",
114             "devServerTarget": "RoboUI:serve"
115           },
116           "configurations": {
117             "production": {
118               "devServerTarget": "RoboUI:serve:production"
119             }
120           }
121         }
122       }
123     }
124   },
125   "defaultProject": "RoboUI",
126   "schematics": {
127     "@schematics/angular:component": {
128       "styleext": "scss"
129     }
130   }
131 }