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