Project

General

Profile

1
{
2
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3
  "version": 1,
4
  "newProjectRoot": "projects",
5
  "projects": {
6
    "open-science-observatory-ui": {
7
      "root": "",
8
      "sourceRoot": "src",
9
      "projectType": "application",
10
      "prefix": "app",
11
      "schematics": {},
12
      "architect": {
13
        "build": {
14
          "builder": "@angular-devkit/build-angular:browser",
15
          "options": {
16
            "outputPath": "dist/open-science-observatory-ui",
17
            "index": "src/index.html",
18
            "main": "src/main.ts",
19
            "polyfills": "src/polyfills.ts",
20
            "tsConfig": "src/tsconfig.app.json",
21
            "assets": [
22
              "src/favicon.ico",
23
              "src/assets"
24
            ],
25
            "styles": [
26
              "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
27
              "src/styles.css",
28
              "node_modules/font-awesome/css/font-awesome.css",
29
              "src/assets/css/material.scss"
30
            ],
31
            "scripts": [
32
              "node_modules/jquery/dist/jquery.min.js",
33
              "node_modules/uikit/dist/js/uikit.min.js",
34
              "node_modules/uikit/dist/js/uikit-icons.min.js"
35
            ],
36
            "aot": false,
37
            "vendorChunk": true,
38
            "extractLicenses": false,
39
            "buildOptimizer": false,
40
            "sourceMap": true,
41
            "optimization": false,
42
            "namedChunks": true
43
          },
44
          "configurations": {
45
            "production": {
46
              "fileReplacements": [
47
                {
48
                  "replace": "src/environments/environment.ts",
49
                  "with": "src/environments/environment.prod.ts"
50
                }
51
              ],
52
              "optimization": true,
53
              "outputHashing": "all",
54
              "sourceMap": false,
55
              "namedChunks": false,
56
              "aot": true,
57
              "extractLicenses": true,
58
              "vendorChunk": false,
59
              "buildOptimizer": true,
60
              "budgets": [
61
                {
62
                  "type": "initial",
63
                  "maximumWarning": "2mb",
64
                  "maximumError": "5mb"
65
                }
66
              ]
67
            },
68
            "beta": {
69
              "fileReplacements": [
70
                {
71
                  "replace": "src/environments/environment.ts",
72
                  "with": "src/environments/environment.beta.ts"
73
                }
74
              ],
75
              "optimization": true,
76
              "outputHashing": "all",
77
              "sourceMap": false,
78
              "namedChunks": false,
79
              "aot": true,
80
              "extractLicenses": true,
81
              "vendorChunk": false,
82
              "buildOptimizer": true,
83
              "budgets": [
84
                {
85
                  "type": "initial",
86
                  "maximumWarning": "2mb",
87
                  "maximumError": "5mb"
88
                }
89
              ]
90
            },
91
            "madgik": {
92
              "fileReplacements": [
93
                {
94
                  "replace": "src/environments/environment.ts",
95
                  "with": "src/environments/environment.madgik.ts"
96
                }
97
              ],
98
              "optimization": true,
99
              "outputHashing": "all",
100
              "sourceMap": false,
101
              "namedChunks": false,
102
              "aot": true,
103
              "extractLicenses": true,
104
              "vendorChunk": false,
105
              "buildOptimizer": true,
106
              "budgets": [
107
                {
108
                  "type": "initial",
109
                  "maximumWarning": "2mb",
110
                  "maximumError": "5mb"
111
                }
112
              ]
113
            }
114
          },
115
          "defaultConfiguration": ""
116
        },
117
        "serve": {
118
          "builder": "@angular-devkit/build-angular:dev-server",
119
          "options": {
120
            "browserTarget": "open-science-observatory-ui:build"
121
          },
122
          "configurations": {
123
            "production": {
124
              "browserTarget": "open-science-observatory-ui:build:production"
125
            }
126
          }
127
        },
128
        "extract-i18n": {
129
          "builder": "@angular-devkit/build-angular:extract-i18n",
130
          "options": {
131
            "browserTarget": "open-science-observatory-ui:build"
132
          }
133
        },
134
        "test": {
135
          "builder": "@angular-devkit/build-angular:karma",
136
          "options": {
137
            "main": "src/test.ts",
138
            "polyfills": "src/polyfills.ts",
139
            "tsConfig": "src/tsconfig.spec.json",
140
            "karmaConfig": "src/karma.conf.js",
141
            "styles": [
142
              "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
143
              "src/styles.css"
144
            ],
145
            "scripts": [],
146
            "assets": [
147
              "src/favicon.ico",
148
              "src/assets"
149
            ]
150
          }
151
        },
152
        "lint": {
153
          "builder": "@angular-devkit/build-angular:tslint",
154
          "options": {
155
            "tsConfig": [
156
              "src/tsconfig.app.json",
157
              "src/tsconfig.spec.json"
158
            ],
159
            "exclude": [
160
              "**/node_modules/**"
161
            ]
162
          }
163
        }
164
      }
165
    },
166
    "open-science-observatory-ui-e2e": {
167
      "root": "e2e/",
168
      "projectType": "application",
169
      "prefix": "",
170
      "architect": {
171
        "e2e": {
172
          "builder": "@angular-devkit/build-angular:protractor",
173
          "options": {
174
            "protractorConfig": "e2e/protractor.conf.js",
175
            "devServerTarget": "open-science-observatory-ui:serve"
176
          },
177
          "configurations": {
178
            "production": {
179
              "devServerTarget": "open-science-observatory-ui:serve:production"
180
            }
181
          }
182
        },
183
        "lint": {
184
          "builder": "@angular-devkit/build-angular:tslint",
185
          "options": {
186
            "tsConfig": "e2e/tsconfig.e2e.json",
187
            "exclude": [
188
              "**/node_modules/**"
189
            ]
190
          }
191
        }
192
      }
193
    }
194
  },
195
  "defaultProject": "open-science-observatory-ui"
196
}
(4-4/8)