Projekt

Obecné

Profil

Stáhnout (4.11 KB) Statistiky
| Větev: | Tag: | Revize:
1
{
2
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3
  "version": 1,
4
  "newProjectRoot": "projects",
5
  "projects": {
6
    "fulltextsearch": {
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/fulltextsearch",
17
            "index": "src/index.html",
18
            "main": "src/main.ts",
19
            "polyfills": "src/polyfills.ts",
20
            "tsConfig": "tsconfig.app.json",
21
            "aot": false,
22
            "assets": [
23
              "src/favicon.ico",
24
              "src/assets"
25
            ],
26
            "styles": [
27
              "src/styles.css",
28
              "./node_modules/bootstrap/dist/css/bootstrap.min.css"
29
            ],
30
            "scripts": [
31
              "./node_modules/jquery/dist/jquery.slim.min.js",
32
              "./node_modules/popper.js/dist/umd/popper.min.js",
33
              "./node_modules/bootstrap/dist/js/bootstrap.min.js"
34
            ]
35
          },
36
          "configurations": {
37
            "production": {
38
              "fileReplacements": [
39
                {
40
                  "replace": "src/environments/environment.ts",
41
                  "with": "src/environments/environment.prod.ts"
42
                }
43
              ],
44
              "optimization": true,
45
              "outputHashing": "all",
46
              "sourceMap": false,
47
              "extractCss": true,
48
              "namedChunks": false,
49
              "aot": true,
50
              "extractLicenses": true,
51
              "vendorChunk": false,
52
              "buildOptimizer": true,
53
              "budgets": [
54
                {
55
                  "type": "initial",
56
                  "maximumWarning": "2mb",
57
                  "maximumError": "5mb"
58
                },
59
                {
60
                  "type": "anyComponentStyle",
61
                  "maximumWarning": "6kb",
62
                  "maximumError": "10kb"
63
                }
64
              ]
65
            }
66
          }
67
        },
68
        "serve": {
69
          "builder": "@angular-devkit/build-angular:dev-server",
70
          "options": {
71
            "browserTarget": "fulltextsearch:build"
72
          },
73
          "configurations": {
74
            "production": {
75
              "browserTarget": "fulltextsearch:build:production"
76
            }
77
          }
78
        },
79
        "extract-i18n": {
80
          "builder": "@angular-devkit/build-angular:extract-i18n",
81
          "options": {
82
            "browserTarget": "fulltextsearch:build"
83
          }
84
        },
85
        "test": {
86
          "builder": "@angular-devkit/build-angular:karma",
87
          "options": {
88
            "main": "src/test.ts",
89
            "polyfills": "src/polyfills.ts",
90
            "tsConfig": "tsconfig.spec.json",
91
            "karmaConfig": "karma.conf.js",
92
            "assets": [
93
              "src/favicon.ico",
94
              "src/assets"
95
            ],
96
            "styles": [
97
              "src/styles.css",
98
              "./node_modules/bootstrap/dist/css/bootstrap.min.css"
99
            ],
100
            "scripts": [
101
              "./node_modules/jquery/dist/jquery.slim.min.js",
102
              "./node_modules/popper.js/dist/umd/popper.min.js",
103
              "./node_modules/bootstrap/dist/js/bootstrap.min.js"
104
            ]
105
          }
106
        },
107
        "lint": {
108
          "builder": "@angular-devkit/build-angular:tslint",
109
          "options": {
110
            "tsConfig": [
111
              "tsconfig.app.json",
112
              "tsconfig.spec.json",
113
              "e2e/tsconfig.json"
114
            ],
115
            "exclude": [
116
              "**/node_modules/**"
117
            ]
118
          }
119
        },
120
        "e2e": {
121
          "builder": "@angular-devkit/build-angular:protractor",
122
          "options": {
123
            "protractorConfig": "e2e/protractor.conf.js",
124
            "devServerTarget": "fulltextsearch:serve"
125
          },
126
          "configurations": {
127
            "production": {
128
              "devServerTarget": "fulltextsearch:serve:production"
129
            }
130
          }
131
        }
132
      }
133
    }},
134
  "defaultProject": "fulltextsearch"
135
}
(4-4/12)