| { |
| "$schema": "./node_modules/@angular/cli/lib/config/schema.json", |
| "version": 1, |
| "newProjectRoot": "projects", |
| "projects": { |
| "vid-cli": { |
| "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", |
| "assets": [ |
| "src/assets", |
| "src/favicon.ico" |
| ], |
| "styles": [ |
| "src/styles.scss", |
| "node_modules/font-awesome/css/font-awesome.css", |
| "node_modules/bootstrap/dist/css/bootstrap.min.css", |
| "node_modules/angular-tree-component/dist/angular-tree-component.css" |
| ], |
| "scripts": [] |
| }, |
| "configurations": { |
| "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": "vid-cli:build" |
| }, |
| "configurations": { |
| "production": { |
| "browserTarget": "vid-cli:build:production" |
| } |
| } |
| }, |
| "extract-i18n": { |
| "builder": "@angular-devkit/build-angular:extract-i18n", |
| "options": { |
| "browserTarget": "vid-cli:build" |
| } |
| }, |
| "test": { |
| "builder": "@angular-builders/jest:run", |
| "options": { |
| "scripts": [], |
| "styles": [ |
| "src/styles.scss", |
| "node_modules/font-awesome/css/font-awesome.css", |
| "node_modules/bootstrap/dist/css/bootstrap.min.css", |
| "node_modules/angular-tree-component/dist/angular-tree-component.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/**" |
| ] |
| } |
| } |
| } |
| } |
| }, |
| "defaultProject": "vid-cli", |
| "schematics": { |
| "@schematics/angular:component": { |
| "prefix": "app", |
| "styleext": "scss" |
| }, |
| "@schematics/angular:directive": { |
| "prefix": "app" |
| } |
| } |
| } |