{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "project": { "name": "myapp" }, "apps": [ { "name": "dist", "root": "src", "outDir": "dist", "assets": [ "assets", "favicon.ico", "app.config.json", "versions.json", { "glob": "**/*", "input": "../resources", "output": "./resources" }, { "glob": "**/*", "input": "../node_modules/@alfresco/adf-core/prebuilt-themes", "output": "./assets/prebuilt-themes" }, { "glob": "**/*", "input": "../node_modules/@alfresco/adf-core/bundles/assets", "output": "./assets/" }, { "glob": "**/*", "input": "../node_modules/@alfresco/adf-insights/bundles/assets", "output": "./assets/" }, { "glob": "**/*", "input": "../node_modules/@alfresco/adf-process-services/bundles/assets", "output": "./assets/" }, { "glob": "**/*", "input": "../node_modules/@alfresco/adf-content-services/bundles/assets", "output": "./assets/" }, { "glob": "pdf.worker.js", "input": "../node_modules/pdfjs-dist/build", "output": "./" } ], "index": "index.html", "main": "main.ts", "polyfills": "polyfills.ts", "test": "test.ts", "tsconfig": "tsconfig.app.json", "testTsconfig": "tsconfig.spec.json", "prefix": "app", "styles": [ "styles.scss", "custom-style.scss" ], "stylePreprocessorOptions": { "includePaths": [ "../node_modules/" ] }, "scripts": [ "../node_modules/pdfjs-dist/build/pdf.js", "../node_modules/pdfjs-dist/web/pdf_viewer.js", "../node_modules/raphael/raphael.min.js", "../node_modules/moment/min/moment.min.js" ], "environmentSource": "environments/environment.ts", "environments": { "dev": "environments/environment.ts", "prod": "environments/environment.prod.ts" } }, { "name": "dev", "root": "src", "outDir": "dist", "assets": [ "assets", "app.config.json", "versions.json", { "glob": "**/*", "input": "../resources", "output": "./resources" }, { "glob": "**/*", "input": "../../lib/core/prebuilt-themes", "output": "./assets/prebuilt-themes" }, { "glob": "**/*", "input": "../../lib/core/assets", "output": "./assets/" }, { "glob": "**/*", "input": "../../lib/process-services/assets", "output": "./assets/" }, { "glob": "**/*", "input": "../../lib/content-services/assets", "output": "./assets/" }, { "glob": "**/*", "input": "../../lib/core/i18n", "output": "./assets/adf-core/i18n" }, { "glob": "**/*", "input": "../../lib/process-services/i18n", "output": "./assets/adf-process-services/i18n" }, { "glob": "**/*", "input": "../../lib/content-services/i18n", "output": "./assets/adf-content-services/i18n" }, { "glob": "**/*", "input": "../../lib/insights/i18n", "output": "./assets/adf-insights/i18n" }, { "glob": "pdf.worker.js", "input": "../node_modules/pdfjs-dist/build", "output": "./" } ], "index": "index.html", "main": "main.ts", "polyfills": "polyfills.ts", "test": "test.ts", "tsconfig": "tsconfig.dev.json", "testTsconfig": "tsconfig.spec.json", "prefix": "app-dev", "styles": [ "styles.scss", "custom-style-dev.scss" ], "stylePreprocessorOptions": { "includePaths": [ "../../lib/" ] }, "scripts": [ "../node_modules/pdfjs-dist/build/pdf.js", "../node_modules/pdfjs-dist/web/pdf_viewer.js", "../node_modules/raphael/raphael.min.js", "../node_modules/moment/min/moment.min.js" ], "environmentSource": "environments/environment.ts", "environments": { "dev": "environments/environment.ts", "prod": "environments/environment.prod.ts" } } ], "e2e": { "protractor": { "config": "./protractor.conf.js" } }, "lint": [ { "project": "src/tsconfig.app.json", "exclude": "**/node_modules/**/*" }, { "project": "src/tsconfig.spec.json", "exclude": "**/node_modules/**/*" }, { "project": "e2e/tsconfig.e2e.json", "exclude": "**/node_modules/**/*" } ], "test": { "karma": { "config": "./karma.conf.js" } }, "defaults": { "styleExt": "scss", "component": { }, "serve": { "port": 3000 } } }