|
1 |
| -{ |
2 |
| - "$schema": "./node_modules/@angular/cli/lib/config/schema.json", |
3 |
| - "version": 1, |
4 |
| - "newProjectRoot": "projects", |
5 |
| - "projects": { |
6 |
| - "demo": { |
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/demo", |
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/assets" |
23 |
| - ], |
24 |
| - "styles": [ |
25 |
| - "src/assets/fonts.css", |
26 |
| - "src/assets/styles.css" |
27 |
| - ], |
28 |
| - "scripts": [] |
29 |
| - }, |
30 |
| - "configurations": { |
31 |
| - "production": { |
32 |
| - "fileReplacements": [ |
33 |
| - { |
34 |
| - "replace": "src/environments/environment.ts", |
35 |
| - "with": "src/environments/environment.prod.ts" |
36 |
| - } |
37 |
| - ], |
38 |
| - "optimization": false, |
39 |
| - "outputHashing": "all", |
40 |
| - "sourceMap": false, |
41 |
| - "extractCss": true, |
42 |
| - "namedChunks": false, |
43 |
| - "aot": true, |
44 |
| - "extractLicenses": true, |
45 |
| - "vendorChunk": false, |
46 |
| - "buildOptimizer": false |
47 |
| - } |
48 |
| - } |
49 |
| - }, |
50 |
| - "serve": { |
51 |
| - "builder": "@angular-devkit/build-angular:dev-server", |
52 |
| - "options": { |
53 |
| - "browserTarget": "demo:build" |
54 |
| - }, |
55 |
| - "configurations": { |
56 |
| - "production": { |
57 |
| - "browserTarget": "demo:build:production" |
58 |
| - } |
59 |
| - } |
60 |
| - }, |
61 |
| - "extract-i18n": { |
62 |
| - "builder": "@angular-devkit/build-angular:extract-i18n", |
63 |
| - "options": { |
64 |
| - "browserTarget": "demo:build" |
65 |
| - } |
66 |
| - }, |
67 |
| - "test": { |
68 |
| - "builder": "@angular-devkit/build-angular:karma", |
69 |
| - "options": { |
70 |
| - "main": "src/test.ts", |
71 |
| - "polyfills": "src/polyfills.ts", |
72 |
| - "tsConfig": "src/tsconfig.spec.json", |
73 |
| - "karmaConfig": "src/karma.conf.js", |
74 |
| - "styles": [ |
75 |
| - "styles.css" |
76 |
| - ], |
77 |
| - "scripts": [], |
78 |
| - "assets": [ |
79 |
| - "src/favicon.ico", |
80 |
| - "src/assets" |
81 |
| - ] |
82 |
| - } |
83 |
| - }, |
84 |
| - "lint": { |
85 |
| - "builder": "@angular-devkit/build-angular:tslint", |
86 |
| - "options": { |
87 |
| - "tsConfig": [ |
88 |
| - "src/tsconfig.app.json", |
89 |
| - "src/tsconfig.spec.json" |
90 |
| - ], |
91 |
| - "exclude": [ |
92 |
| - "**/node_modules/**" |
93 |
| - ] |
94 |
| - } |
95 |
| - } |
96 |
| - } |
97 |
| - }, |
98 |
| - "demo-e2e": { |
99 |
| - "root": "e2e/", |
100 |
| - "projectType": "application", |
101 |
| - "architect": { |
102 |
| - "e2e": { |
103 |
| - "builder": "@angular-devkit/build-angular:protractor", |
104 |
| - "options": { |
105 |
| - "protractorConfig": "e2e/protractor.conf.js", |
106 |
| - "devServerTarget": "demo:serve" |
107 |
| - } |
108 |
| - }, |
109 |
| - "lint": { |
110 |
| - "builder": "@angular-devkit/build-angular:tslint", |
111 |
| - "options": { |
112 |
| - "tsConfig": "e2e/tsconfig.e2e.json", |
113 |
| - "exclude": [ |
114 |
| - "**/node_modules/**" |
115 |
| - ] |
116 |
| - } |
117 |
| - } |
118 |
| - } |
119 |
| - } |
120 |
| - }, |
121 |
| - "defaultProject": "demo" |
122 |
| -} |
123 |
| - |
| 1 | +{ |
| 2 | + "$schema": "./node_modules/@angular/cli/lib/config/schema.json", |
| 3 | + "cli": { |
| 4 | + "analytics": "1e1de97b-a744-405a-8b5a-0397bb3d01ce" |
| 5 | + }, |
| 6 | + "newProjectRoot": "projects", |
| 7 | + "projects": { |
| 8 | + "demo": { |
| 9 | + "architect": { |
| 10 | + "build": { |
| 11 | + "builder": "@angular-devkit/build-angular:application", |
| 12 | + "configurations": { |
| 13 | + "development": { |
| 14 | + "extractLicenses": false, |
| 15 | + "namedChunks": true, |
| 16 | + "optimization": false, |
| 17 | + "sourceMap": true |
| 18 | + }, |
| 19 | + "production": { |
| 20 | + "aot": true, |
| 21 | + "extractLicenses": true, |
| 22 | + "namedChunks": false, |
| 23 | + "optimization": true, |
| 24 | + "outputHashing": "all", |
| 25 | + "sourceMap": false |
| 26 | + } |
| 27 | + }, |
| 28 | + "options": { |
| 29 | + "assets": [], |
| 30 | + "index": "src/index.html", |
| 31 | + "browser": "src/main.ts", |
| 32 | + "outputPath": "dist/demo", |
| 33 | + "polyfills": ["zone.js"], |
| 34 | + "scripts": [], |
| 35 | + "styles": [ |
| 36 | + "./node_modules/jqwidgets-ng/jqwidgets/styles/jqx.base.css", |
| 37 | + "./node_modules/jqwidgets-ng/jqwidgets/styles/jqx.fluent.css", |
| 38 | + "src/assets/fonts.css", |
| 39 | + "src/assets/styles.css" |
| 40 | + ], |
| 41 | + "tsConfig": "src/tsconfig.app.json" |
| 42 | + } |
| 43 | + }, |
| 44 | + "serve": { |
| 45 | + "builder": "@angular-devkit/build-angular:dev-server", |
| 46 | + "configurations": { |
| 47 | + "development": { |
| 48 | + "buildTarget": "demo:build:development" |
| 49 | + }, |
| 50 | + "production": { |
| 51 | + "buildTarget": "demo:build:production" |
| 52 | + } |
| 53 | + }, |
| 54 | + "defaultConfiguration": "development" |
| 55 | + } |
| 56 | + }, |
| 57 | + "prefix": "app", |
| 58 | + "projectType": "application", |
| 59 | + "root": "", |
| 60 | + "schematics": {}, |
| 61 | + "sourceRoot": "src" |
| 62 | + } |
| 63 | + }, |
| 64 | + "version": 1 |
| 65 | +} |
0 commit comments