135 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			135 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |   "$schema": "./node_modules/@angular/cli/lib/config/schema.json", | ||
|  |   "version": 1, | ||
|  |   "newProjectRoot": "projects", | ||
|  |   "projects": { | ||
|  |     "angularclarity": { | ||
|  |       "projectType": "application", | ||
|  |       "schematics": { | ||
|  |         "@schematics/angular:component": { | ||
|  |           "style": "scss" | ||
|  |         } | ||
|  |       }, | ||
|  |       "root": "", | ||
|  |       "sourceRoot": "src", | ||
|  |       "prefix": "app", | ||
|  |       "architect": { | ||
|  |         "build": { | ||
|  |           "builder": "@angular-devkit/build-angular:browser", | ||
|  |           "options": { | ||
|  |             "outputPath": "dist", | ||
|  |             "index": "src/index.html", | ||
|  |             "main": "src/main.ts", | ||
|  |             "polyfills": "src/polyfills.ts", | ||
|  |             "tsConfig": "tsconfig.app.json", | ||
|  |             "allowedCommonJsDependencies": [ | ||
|  |               "lodash", "xlsx", "file-saver","@swimlane/ngx-datatable","@swimlane/ngx-charts","jquery","highcharts","chart.js", | ||
|  |               "clone-deep","@ckeditor/ckeditor5-build-classic","@ctrl/ngx-codemirror" | ||
|  |             ], | ||
|  |             "assets": [ | ||
|  |               "src/favicon.ico", | ||
|  |               "src/assets" | ||
|  |             ], | ||
|  |             "styles": [ | ||
|  |               "node_modules/@clr/icons/clr-icons.min.css", | ||
|  |               "node_modules/@clr/ui/clr-ui.min.css", | ||
|  |               "src/styles.scss", | ||
|  |               "node_modules/ngx-toastr/toastr.css" | ||
|  |             ], | ||
|  |             "scripts": [ | ||
|  |               "node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js", | ||
|  |               "node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js", | ||
|  |               "node_modules/@clr/icons/clr-icons.min.js" | ||
|  |             ], | ||
|  |             "vendorChunk": true, | ||
|  |             "extractLicenses": false, | ||
|  |             "buildOptimizer": false, | ||
|  |             "sourceMap": true, | ||
|  |             "optimization": false, | ||
|  |             "namedChunks": true | ||
|  |           }, | ||
|  |           "configurations": { | ||
|  |             "production": { | ||
|  |               "fileReplacements": [ | ||
|  |                 { | ||
|  |                   "replace": "src/environments/environment.ts", | ||
|  |                   "with": "src/environments/environment.prod.ts" | ||
|  |                 } | ||
|  |               ], | ||
|  |               "optimization": true, | ||
|  |               "outputHashing": "all", | ||
|  |               "sourceMap": false, | ||
|  |               "namedChunks": false, | ||
|  |               "extractLicenses": true, | ||
|  |               "vendorChunk": false, | ||
|  |               "buildOptimizer": true, | ||
|  |               "budgets": [ | ||
|  |                 { | ||
|  |                   "type": "initial", | ||
|  |                   "maximumWarning": "10mb", | ||
|  |                   "maximumError": "10mb" | ||
|  |                 }, | ||
|  |                 { | ||
|  |                   "type": "anyComponentStyle", | ||
|  |                   "maximumWarning": "200kb", | ||
|  |                   "maximumError": "4mb" | ||
|  |                 } | ||
|  |               ] | ||
|  |             } | ||
|  |           }, | ||
|  |           "defaultConfiguration": "" | ||
|  |         }, | ||
|  |         "serve": { | ||
|  |           "builder": "@angular-devkit/build-angular:dev-server", | ||
|  |           "options": { | ||
|  |             "browserTarget": "angularclarity:build" | ||
|  |           }, | ||
|  |           "configurations": { | ||
|  |             "production": { | ||
|  |               "browserTarget": "angularclarity:build:production" | ||
|  |             } | ||
|  |           } | ||
|  |         }, | ||
|  |         "extract-i18n": { | ||
|  |           "builder": "@angular-devkit/build-angular:extract-i18n", | ||
|  |           "options": { | ||
|  |             "browserTarget": "angularclarity:build" | ||
|  |           } | ||
|  |         }, | ||
|  |         "test": { | ||
|  |           "builder": "@angular-devkit/build-angular:karma", | ||
|  |           "options": { | ||
|  |             "main": "src/test.ts", | ||
|  |             "polyfills": "src/polyfills.ts", | ||
|  |             "tsConfig": "tsconfig.spec.json", | ||
|  |             "karmaConfig": "karma.conf.js", | ||
|  |             "assets": [ | ||
|  |               "src/favicon.ico", | ||
|  |               "src/assets" | ||
|  |             ], | ||
|  |             "styles": [ | ||
|  |               "src/styles.scss" | ||
|  |             ], | ||
|  |             "scripts": [] | ||
|  |           } | ||
|  |         }, | ||
|  |         "e2e": { | ||
|  |           "builder": "@angular-devkit/build-angular:protractor", | ||
|  |           "options": { | ||
|  |             "protractorConfig": "e2e/protractor.conf.js", | ||
|  |             "devServerTarget": "angularclarity:serve" | ||
|  |           }, | ||
|  |           "configurations": { | ||
|  |             "production": { | ||
|  |               "devServerTarget": "angularclarity:serve:production" | ||
|  |             } | ||
|  |           } | ||
|  |         } | ||
|  |       } | ||
|  |     } | ||
|  |   }, | ||
|  |   "cli": { | ||
|  |     "analytics": "6e7a3b23-d894-47dd-8b4b-7fdeba9a5abd" | ||
|  |   } | ||
|  | } |