2021-03-30 19:12:01 +01:00
|
|
|
{
|
2020-01-15 23:43:20 +00:00
|
|
|
"$schema": "node_modules/@angular/cli/lib/config/schema.json",
|
2021-03-30 19:12:01 +01:00
|
|
|
"version": 1,
|
2021-02-12 21:45:13 +00:00
|
|
|
"newProjectRoot": "core/app",
|
2021-03-30 19:12:01 +01:00
|
|
|
"projects": {
|
2021-02-12 21:45:13 +00:00
|
|
|
"shell": {
|
|
|
|
"root": "core/app/shell",
|
|
|
|
"sourceRoot": "core/app/shell/src",
|
2021-03-30 19:12:01 +01:00
|
|
|
"projectType": "application",
|
|
|
|
"prefix": "scrm",
|
|
|
|
"architect": {
|
|
|
|
"build": {
|
2021-02-12 21:45:13 +00:00
|
|
|
"builder": "ngx-build-plus:browser",
|
2021-03-30 19:12:01 +01:00
|
|
|
"options": {
|
2021-07-15 11:56:54 +01:00
|
|
|
"namedChunks": true,
|
2021-06-28 09:59:47 +01:00
|
|
|
"commonChunk": false,
|
2021-07-15 11:56:54 +01:00
|
|
|
"sourceMap": true,
|
2020-06-03 11:23:12 +01:00
|
|
|
"aot": true,
|
2020-11-09 12:52:29 +00:00
|
|
|
"outputPath": "public/dist/",
|
2021-02-12 21:45:13 +00:00
|
|
|
"index": "core/app/shell/src/index.html",
|
|
|
|
"main": "core/app/shell/src/main.ts",
|
|
|
|
"polyfills": "core/app/shell/src/polyfills.ts",
|
|
|
|
"tsConfig": "core/app/shell/tsconfig.app.json",
|
2023-06-02 18:21:39 +03:00
|
|
|
"scripts": [
|
|
|
|
"node_modules/tinymce/tinymce.min.js"
|
|
|
|
],
|
2021-03-30 19:12:01 +01:00
|
|
|
"styles": [
|
2020-01-15 23:43:20 +00:00
|
|
|
"node_modules/bootstrap-css-only/css/bootstrap.min.css",
|
2024-02-07 18:15:24 +03:00
|
|
|
"core/app/shell/src/themes/suite8/css/style.scss",
|
2024-03-07 14:42:25 +00:00
|
|
|
"node_modules/primeng/resources/themes/bootstrap4-light-blue/theme.css",
|
2024-02-07 18:15:24 +03:00
|
|
|
"node_modules/primeng/resources/primeng.min.css"
|
2020-01-15 23:43:20 +00:00
|
|
|
],
|
2021-06-25 15:06:01 +01:00
|
|
|
"stylePreprocessorOptions": {
|
|
|
|
"includePaths": [
|
|
|
|
"core/app/shell/src/themes/*/css"
|
|
|
|
]
|
|
|
|
},
|
2020-11-27 16:29:41 +00:00
|
|
|
"deployUrl": "dist/",
|
2020-01-15 23:43:20 +00:00
|
|
|
"assets": [
|
2021-06-25 15:06:01 +01:00
|
|
|
{
|
|
|
|
"glob": "**/*",
|
|
|
|
"input": "core/app/shell/src/themes",
|
|
|
|
"ignore": [
|
|
|
|
"**/*.scss"
|
|
|
|
],
|
|
|
|
"output": "/themes/"
|
2022-02-23 16:42:56 +00:00
|
|
|
},
|
2024-10-16 17:28:21 +01:00
|
|
|
{
|
|
|
|
"glob": "**/*",
|
|
|
|
"input": "node_modules/tinymce",
|
|
|
|
"output": "/tinymce/"
|
|
|
|
}
|
2021-02-04 15:46:29 +00:00
|
|
|
],
|
|
|
|
"allowedCommonJsDependencies": [
|
|
|
|
"graphql-tag",
|
2021-09-17 12:02:50 +01:00
|
|
|
"zen-observable",
|
|
|
|
"seedrandom"
|
2021-02-12 21:45:13 +00:00
|
|
|
],
|
|
|
|
"extraWebpackConfig": "core/app/shell/webpack.config.js"
|
2021-03-30 19:12:01 +01:00
|
|
|
},
|
|
|
|
"configurations": {
|
2020-01-15 23:43:20 +00:00
|
|
|
"serve": {
|
2020-06-03 11:23:12 +01:00
|
|
|
"budgets": [
|
|
|
|
{
|
|
|
|
"type": "anyComponentStyle",
|
|
|
|
"maximumWarning": "6kb"
|
|
|
|
}
|
|
|
|
],
|
2020-01-15 23:43:20 +00:00
|
|
|
"assets": [
|
|
|
|
{
|
|
|
|
"glob": "**/*",
|
2021-02-12 21:45:13 +00:00
|
|
|
"input": "core/app/shell/src/themes",
|
2020-11-09 12:52:29 +00:00
|
|
|
"output": "public/dist/themes"
|
2020-01-15 23:43:20 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-03-30 19:12:01 +01:00
|
|
|
"production": {
|
|
|
|
"fileReplacements": [
|
|
|
|
{
|
2021-02-12 21:45:13 +00:00
|
|
|
"replace": "core/app/shell/src/environments/environment.ts",
|
|
|
|
"with": "core/app/shell/src/environments/environment.prod.ts"
|
2021-03-30 19:12:01 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"optimization": true,
|
|
|
|
"outputHashing": "all",
|
|
|
|
"sourceMap": false,
|
2021-06-28 09:59:47 +01:00
|
|
|
"namedChunks": true,
|
2021-03-30 19:12:01 +01:00
|
|
|
"extractLicenses": true,
|
|
|
|
"vendorChunk": false,
|
2021-02-12 21:45:13 +00:00
|
|
|
"buildOptimizer": true,
|
2021-06-28 09:59:47 +01:00
|
|
|
"budgets": [
|
|
|
|
{
|
|
|
|
"type": "initial",
|
|
|
|
"maximumWarning": "2mb",
|
|
|
|
"maximumError": "5mb"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "anyComponentStyle",
|
|
|
|
"maximumWarning": "6kb",
|
|
|
|
"maximumError": "10kb"
|
|
|
|
}
|
|
|
|
],
|
2021-02-12 21:45:13 +00:00
|
|
|
"extraWebpackConfig": "core/app/shell/webpack.prod.config.js"
|
2021-03-30 19:12:01 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"test": {
|
2021-02-12 21:45:13 +00:00
|
|
|
"builder": "ngx-build-plus:karma",
|
2021-03-30 19:12:01 +01:00
|
|
|
"options": {
|
2021-02-12 21:45:13 +00:00
|
|
|
"main": "core/app/shell/src/test.ts",
|
|
|
|
"polyfills": "core/app/shell/src/polyfills.ts",
|
|
|
|
"tsConfig": "core/app/shell/tsconfig.spec.json",
|
|
|
|
"karmaConfig": "core/app/shell/karma.conf.js",
|
2021-03-30 19:12:01 +01:00
|
|
|
"styles": [
|
2020-01-15 23:43:20 +00:00
|
|
|
"node_modules/bootstrap-css-only/css/bootstrap.min.css",
|
2021-02-12 21:45:13 +00:00
|
|
|
"core/app/shell/src/themes/suite8/css/style.scss"
|
2021-03-30 19:12:01 +01:00
|
|
|
],
|
|
|
|
"scripts": [],
|
|
|
|
"assets": [
|
2021-02-12 21:45:13 +00:00
|
|
|
"core/app/shell/src/themes"
|
|
|
|
],
|
2021-02-12 21:54:06 +00:00
|
|
|
"extraWebpackConfig": "core/app/shell/webpack.config.spec.js"
|
2021-03-30 19:12:01 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"lint": {
|
2020-02-10 12:11:39 +00:00
|
|
|
"builder": "@angular-eslint/builder:lint",
|
2021-03-30 19:12:01 +01:00
|
|
|
"options": {
|
2020-02-10 12:11:39 +00:00
|
|
|
"eslintConfig": "./.eslintrc.js",
|
2021-02-12 21:45:13 +00:00
|
|
|
"tsConfig": "core/app/shell/tsconfig.app.json",
|
2020-02-10 12:11:39 +00:00
|
|
|
"fix": true
|
2021-03-30 19:12:01 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2021-02-19 23:44:23 +00:00
|
|
|
"core": {
|
|
|
|
"projectType": "library",
|
|
|
|
"root": "core/app/core",
|
|
|
|
"sourceRoot": "core/app/core/src",
|
|
|
|
"prefix": "lib",
|
|
|
|
"architect": {
|
|
|
|
"build": {
|
|
|
|
"builder": "@angular-devkit/build-angular:ng-packagr",
|
|
|
|
"options": {
|
|
|
|
"tsConfig": "core/app/core/tsconfig.lib.json",
|
|
|
|
"project": "core/app/core/ng-package.json"
|
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"production": {
|
|
|
|
"tsConfig": "core/app/core/tsconfig.lib.prod.json"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"test": {
|
2021-02-25 17:42:44 +00:00
|
|
|
"builder": "ngx-build-plus:karma",
|
2021-02-19 23:44:23 +00:00
|
|
|
"options": {
|
|
|
|
"main": "core/app/core/src/test.ts",
|
|
|
|
"tsConfig": "core/app/core/tsconfig.spec.json",
|
2021-02-25 17:42:44 +00:00
|
|
|
"karmaConfig": "core/app/core/karma.conf.js",
|
|
|
|
"styles": [
|
|
|
|
"node_modules/bootstrap-css-only/css/bootstrap.min.css"
|
|
|
|
],
|
|
|
|
"scripts": [],
|
2023-05-24 18:42:53 +03:00
|
|
|
"assets": [],
|
2021-02-25 17:42:44 +00:00
|
|
|
"extraWebpackConfig": "core/app/core/webpack.config.spec.js"
|
2021-02-19 23:44:23 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-03-30 19:12:01 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"schematics": {
|
|
|
|
"@schematics/angular:component": {
|
|
|
|
"prefix": "app",
|
2020-06-03 11:23:12 +01:00
|
|
|
"style": "scss"
|
2021-03-30 19:12:01 +01:00
|
|
|
},
|
|
|
|
"@schematics/angular:directive": {
|
|
|
|
"prefix": "app"
|
|
|
|
}
|
2021-02-12 21:54:06 +00:00
|
|
|
},
|
|
|
|
"cli": {
|
2024-02-07 18:15:24 +03:00
|
|
|
"packageManager": "yarn",
|
|
|
|
"analytics": false
|
2021-03-30 19:12:01 +01:00
|
|
|
}
|
2021-02-12 21:57:48 +00:00
|
|
|
}
|