{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "cli": { "analytics": false }, "version": 1, "newProjectRoot": "projects", "projects": { "siibra-explorer": { "projectType": "application", "schematics": { "@schematics/angular:component": { "style": "sass" }, "@schematics/angular:application": { "strict": true } }, "root": "", "sourceRoot": "src", "prefix": "app", "architect": { "build": { "builder": "@angular-devkit/build-angular:browser", "options": { "outputPath": "dist/aot", "index": "src/index.html", "main": "src/main-aot.ts", "tsConfig": "tsconfig.app.json", "inlineStyleLanguage": "css", "assets": [ "src/assets" ], "styles": [ "src/theme.scss", "src/overwrite.scss", "src/extra_styles.css" ], "scripts": [{ "input": "worker/worker.js", "inject": false, "bundleName": "worker" },{ "input": "worker/worker-plotly.js", "inject": false, "bundleName": "worker-plotly" },{ "input": "worker/worker-nifti.js", "inject": false, "bundleName": "worker-nifti" }, { "input": "third_party/catchSyntaxError.js", "inject": false, "bundleName": "catchSyntaxError" },{ "input": "third_party/syntaxError.js", "inject": false, "bundleName": "syntaxError" }, { "input": "third_party/extra_js.js", "inject": false, "bundleName": "extra_js" }, { "input": "third_party/vanilla_nehuba.js", "inject": false, "bundleName": "vanilla_nehuba" },{ "input": "export-nehuba/dist/min/main.bundle.js", "inject": false, "bundleName": "main.bundle" },{ "input": "export-nehuba/dist/min/chunk_worker.bundle.js", "inject": false, "bundleName": "chunk_worker.bundle" }] }, "configurations": { "production": { "fileReplacements": [ { "replace": "src/environments/environment.ts", "with": "src/environments/environment.prod.ts" } ], "buildOptimizer": true, "optimization": { "scripts": true, "fonts": true, "styles": { "inlineCritical": false, "minify": true } }, "vendorChunk": true, "extractLicenses": false, "sourceMap": false, "namedChunks": true }, "development": { "buildOptimizer": false, "optimization": false, "vendorChunk": true, "extractLicenses": false, "sourceMap": true, "namedChunks": true } }, "defaultConfiguration": "production" }, "serve": { "builder": "@angular-devkit/build-angular:dev-server", "configurations": { "production": { "browserTarget": "siibra-explorer:build:production" }, "development": { "browserTarget": "siibra-explorer:build:development" } }, "defaultConfiguration": "development", "options": { "port": 8080 } }, "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { "browserTarget": "siibra-explorer:build" } }, "test": { "builder": "@angular-devkit/build-angular:karma", "options": { "main": "spec/test.ts", "tsConfig": "tsconfig.spec.json", "karmaConfig": "spec/karma.conf.js", "inlineStyleLanguage": "css", "assets": [ "src/favicon.ico", "src/assets" ], "styles": [ "src/theme.scss", "src/extra_styles.css" ], "scripts": [] } } } } }, "defaultProject": "siibra-explorer" }