Spaces:
Build error
Build error
| { | |
| "$schema": "./node_modules/@angular/cli/lib/config/schema.json", | |
| "version": 1, | |
| "newProjectRoot": "projects", | |
| "projects": { | |
| "youtube-dl-material": { | |
| "root": "", | |
| "sourceRoot": "src", | |
| "projectType": "application", | |
| "i18n": { | |
| "sourceLocale": "en-US", | |
| "locales": { | |
| "es": "src/locale/messages.es.xlf" | |
| } | |
| }, | |
| "architect": { | |
| "build": { | |
| "builder": "@angular-devkit/build-angular:browser", | |
| "options": { | |
| "outputPath": "backend/public", | |
| "index": "src/index.html", | |
| "main": "src/main.ts", | |
| "tsConfig": "src/tsconfig.app.json", | |
| "polyfills": "src/polyfills.ts", | |
| "assets": [ | |
| "src/assets", | |
| "src/favicon.ico", | |
| "src/backend/audio", | |
| "src/backend/video", | |
| "src/backend" | |
| ], | |
| "styles": [ | |
| "src/styles.scss", | |
| "src/bootstrap.min.css" | |
| ], | |
| "scripts": [], | |
| "vendorChunk": true, | |
| "extractLicenses": false, | |
| "buildOptimizer": false, | |
| "sourceMap": true, | |
| "optimization": false, | |
| "namedChunks": true, | |
| "allowedCommonJsDependencies": [ | |
| "rxjs", | |
| "crypto-js" | |
| ] | |
| }, | |
| "configurations": { | |
| "production": { | |
| "budgets": [ | |
| { | |
| "type": "anyComponentStyle", | |
| "maximumWarning": "6kb" | |
| } | |
| ], | |
| "optimization": true, | |
| "outputHashing": "all", | |
| "namedChunks": false, | |
| "extractLicenses": true, | |
| "vendorChunk": false, | |
| "buildOptimizer": true, | |
| "fileReplacements": [ | |
| { | |
| "replace": "src/environments/environment.ts", | |
| "with": "src/environments/environment.prod.ts" | |
| } | |
| ] | |
| }, | |
| "codespaces": { | |
| "fileReplacements": [ | |
| { | |
| "replace": "src/environments/environment.ts", | |
| "with": "src/environments/environment.codespaces.ts" | |
| } | |
| ] | |
| }, | |
| "es": { | |
| "localize": ["es"] | |
| } | |
| }, | |
| "defaultConfiguration": "" | |
| }, | |
| "serve": { | |
| "builder": "@angular-devkit/build-angular:dev-server", | |
| "options": { | |
| "browserTarget": "youtube-dl-material:build" | |
| }, | |
| "configurations": { | |
| "production": { | |
| "browserTarget": "youtube-dl-material:build:production" | |
| }, | |
| "es": { | |
| "browserTarget": "youtube-dl-material:build:es" | |
| }, | |
| "codespaces": { | |
| "browserTarget": "youtube-dl-material:build:codespaces" | |
| } | |
| } | |
| }, | |
| "extract-i18n": { | |
| "builder": "@angular-devkit/build-angular:extract-i18n", | |
| "options": { | |
| "browserTarget": "youtube-dl-material:build" | |
| } | |
| }, | |
| "serve-electron": { | |
| "builder": "@angular-guru/electron-builder:dev-server", | |
| "options": { | |
| "browserTarget": "youtube-dl-material:build" | |
| }, | |
| "configurations": { | |
| "production": { | |
| "browserTarget": "youtube-dl-material:build:production" | |
| } | |
| } | |
| }, | |
| "electron": { | |
| "builder": "@angular-guru/electron-builder:build", | |
| "options": { | |
| "outputPath": "dist", | |
| "index": "src/index.html", | |
| "main": "main.js", | |
| "tsConfig": "src/tsconfig.app.json", | |
| "polyfills": "src/polyfills.ts", | |
| "assets": [ | |
| "src/assets", | |
| "src/favicon.ico", | |
| "src/backend/audio", | |
| "src/backend/video", | |
| "src/backend" | |
| ], | |
| "styles": [ | |
| "src/styles.scss", | |
| "src/bootstrap.min.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" | |
| } | |
| ] | |
| } | |
| } | |
| }, | |
| "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": [], | |
| "styles": [ | |
| "src/styles.scss", | |
| "src/bootstrap.min.css" | |
| ], | |
| "assets": [ | |
| "src/assets", | |
| "src/favicon.ico", | |
| "src/backend/audio", | |
| "src/backend/video", | |
| "src/backend" | |
| ] | |
| } | |
| } | |
| } | |
| }, | |
| "youtube-dl-material-e2e": { | |
| "root": "e2e", | |
| "sourceRoot": "e2e", | |
| "projectType": "application", | |
| "architect": { | |
| "e2e": { | |
| "builder": "@angular-devkit/build-angular:protractor", | |
| "options": { | |
| "protractorConfig": "./protractor.conf.js", | |
| "devServerTarget": "youtube-dl-material:serve" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "schematics": { | |
| "@schematics/angular:component": { | |
| "prefix": "app", | |
| "style": "scss" | |
| }, | |
| "@schematics/angular:directive": { | |
| "prefix": "app" | |
| } | |
| }, | |
| "cli": { | |
| "analytics": false | |
| } | |
| } |