Created
April 3, 2019 15:40
-
-
Save rightisleft/1b4c127559db0cb51a8737bc3e133f83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "./node_modules/@angular/cli/lib/config/schema.json", | |
| "version": 1, | |
| "newProjectRoot": "projects", | |
| "projects": { | |
| "web": { | |
| "root": "", | |
| "sourceRoot": "src", | |
| "projectType": "application", | |
| "architect": { | |
| "build": { | |
| "builder": "@angular-devkit/build-angular:browser", | |
| "options": { | |
| "outputPath": "dist", | |
| "index": "src/index.html", | |
| "main": "src/main.ts", | |
| "tsConfig": "src/tsconfig.app.json", | |
| "polyfills": "src/polyfills.ts", | |
| "preserveSymlinks": true, | |
| "sourceMap": true, | |
| "deleteOutputPath": false, | |
| "showCircularDependencies": false, | |
| "baseHref": "/core/", | |
| "deployUrl": "/core/", | |
| "statsJson": true, | |
| "assets": [ | |
| "src/assets", | |
| "src/favicon.ico" | |
| ], | |
| "styles": [ | |
| "src/assets/ng2-select.css", | |
| "node_modules/ngx-toasta/styles/style-material.css", | |
| "node_modules/bootstrap/dist/css/bootstrap.css", | |
| "node_modules/loaders.css/loaders.min.css", | |
| "node_modules/pretty-checkbox/dist/pretty-checkbox.css", | |
| "node_modules/load-awesome/css/ball-triangle-path.css", | |
| "node_modules/load-awesome/css/ball-beat.css", | |
| "src/styles.scss" | |
| ], | |
| "scripts": [ | |
| "node_modules/chart.js/dist/Chart.min.js" | |
| ] | |
| }, | |
| "configurations": { | |
| "dev": { | |
| "fileReplacements": [ | |
| { | |
| "replace": "src/environments/environment.ts", | |
| "with": "src/environments/environment.dev.ts" | |
| } | |
| ] | |
| }, | |
| "production": { | |
| "optimization": true, | |
| "outputHashing": "all", | |
| "sourceMap": false, | |
| "extractCss": true, | |
| "namedChunks": false, | |
| "aot": true, | |
| "extractLicenses": true, | |
| "vendorChunk": false, | |
| "buildOptimizer": true, | |
| "fileReplacements": [ | |
| { | |
| "replace": "src/environments/environment.ts", | |
| "with": "src/environments/environment.prod.ts" | |
| } | |
| ] | |
| } | |
| } | |
| }, | |
| "serve": { | |
| "builder": "@angular-devkit/build-angular:dev-server", | |
| "options": { | |
| "browserTarget": "web:build" | |
| }, | |
| "configurations": { | |
| "dev": { | |
| "browserTarget": "web:build:dev" | |
| }, | |
| "production": { | |
| "browserTarget": "web:build:production" | |
| } | |
| } | |
| }, | |
| "extract-i18n": { | |
| "builder": "@angular-devkit/build-angular:extract-i18n", | |
| "options": { | |
| "browserTarget": "web:build" | |
| } | |
| }, | |
| "test": { | |
| "builder": "@angular-devkit/build-angular:karma", | |
| "options": { | |
| "main": "src/test.ts", | |
| "karmaConfig": "./karma.conf.js", | |
| "polyfills": "src/polyfills.ts", | |
| "tsConfig": "src/tsconfig.spec.json", | |
| "scripts": [ | |
| "node_modules/chart.js/dist/Chart.min.js" | |
| ], | |
| "styles": [ | |
| "src/assets/ng2-select.css", | |
| "node_modules/ng2-toasty/style-material.css", | |
| "node_modules/bootstrap/dist/css/bootstrap.css", | |
| "node_modules/loaders.css/loaders.min.css", | |
| "node_modules/pretty-checkbox/dist/pretty-checkbox.css", | |
| "node_modules/load-awesome/css/ball-triangle-path.css", | |
| "node_modules/load-awesome/css/ball-beat.css", | |
| "src/styles.scss", | |
| "src/toast.css" | |
| ], | |
| "assets": [ | |
| "src/assets", | |
| "src/favicon.ico" | |
| ] | |
| } | |
| }, | |
| "lint": { | |
| "builder": "@angular-devkit/build-angular:tslint", | |
| "options": { | |
| "tsConfig": [ | |
| "src/tsconfig.app.json", | |
| "src/tsconfig.spec.json" | |
| ], | |
| "exclude": [ | |
| "**/node_modules/**" | |
| ] | |
| } | |
| } | |
| } | |
| }, | |
| "web-e2e": { | |
| "root": "e2e", | |
| "sourceRoot": "e2e", | |
| "projectType": "application", | |
| "architect": { | |
| "e2e": { | |
| "builder": "@angular-devkit/build-angular:protractor", | |
| "options": { | |
| "protractorConfig": "./protractor.conf.js", | |
| "devServerTarget": "web:serve" | |
| } | |
| }, | |
| "lint": { | |
| "builder": "@angular-devkit/build-angular:tslint", | |
| "options": { | |
| "tsConfig": [ | |
| "e2e/tsconfig.e2e.json" | |
| ], | |
| "exclude": [ | |
| "**/node_modules/**" | |
| ] | |
| } | |
| } | |
| } | |
| }, | |
| "pienso-auth": { | |
| "root": "projects/pienso-auth", | |
| "sourceRoot": "projects/pienso-auth/src", | |
| "projectType": "library", | |
| "prefix": "lib", | |
| "architect": { | |
| "build": { | |
| "builder": "@angular-devkit/build-ng-packagr:build", | |
| "options": { | |
| "tsConfig": "projects/pienso-auth/tsconfig.lib.json", | |
| "project": "projects/pienso-auth/ng-package.json" | |
| } | |
| }, | |
| "test": { | |
| "builder": "@angular-devkit/build-angular:karma", | |
| "options": { | |
| "main": "projects/pienso-auth/src/test.ts", | |
| "tsConfig": "projects/pienso-auth/tsconfig.spec.json", | |
| "karmaConfig": "projects/pienso-auth/karma.conf.js" | |
| } | |
| }, | |
| "lint": { | |
| "builder": "@angular-devkit/build-angular:tslint", | |
| "options": { | |
| "tsConfig": [ | |
| "projects/pienso-auth/tsconfig.lib.json", | |
| "projects/pienso-auth/tsconfig.spec.json" | |
| ], | |
| "exclude": [ | |
| "**/node_modules/**" | |
| ] | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "defaultProject": "web", | |
| "schematics": { | |
| "@schematics/angular:component": { | |
| "prefix": "app", | |
| "styleext": "scss" | |
| }, | |
| "@schematics/angular:directive": { | |
| "prefix": "app" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment