2021-12-06 10:26:58 +03:00
|
|
|
{
|
2025-01-07 17:29:51 +03:00
|
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
2025-12-04 21:07:18 +03:30
|
|
|
"cli": {
|
|
|
|
|
"analytics": false
|
|
|
|
|
},
|
2025-01-07 17:29:51 +03:00
|
|
|
"newProjectRoot": "projects",
|
|
|
|
|
"projects": {
|
2025-12-04 21:07:18 +03:30
|
|
|
"pos.client": {
|
2025-01-07 17:29:51 +03:00
|
|
|
"architect": {
|
|
|
|
|
"build": {
|
2025-12-04 21:07:18 +03:30
|
|
|
"builder": "@angular/build:application",
|
|
|
|
|
"configurations": {
|
2026-05-04 20:02:10 +03:30
|
|
|
"default": {
|
|
|
|
|
"assets": [
|
|
|
|
|
{
|
|
|
|
|
"glob": "**/*",
|
|
|
|
|
"input": "public-default"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"budgets": [
|
|
|
|
|
{
|
|
|
|
|
"maximumError": "3MB",
|
|
|
|
|
"maximumWarning": "2MB",
|
|
|
|
|
"type": "initial"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"maximumError": "8kB",
|
|
|
|
|
"maximumWarning": "4kB",
|
|
|
|
|
"type": "anyComponentStyle"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"fileReplacements": [
|
|
|
|
|
{
|
|
|
|
|
"replace": "src/environments/environment.ts",
|
|
|
|
|
"with": "src/environments/environment.default.ts"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"replace": "src/app.routes.ts",
|
|
|
|
|
"with": "src/tenants/default/app.routes.ts"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"replace": "src/app/branding/branding.config.ts",
|
|
|
|
|
"with": "src/tenants/default/branding.config.ts"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"outputHashing": "all",
|
2026-05-16 21:17:51 +03:30
|
|
|
"outputPath": "dist/default"
|
2026-05-04 20:02:10 +03:30
|
|
|
},
|
2025-12-04 21:07:18 +03:30
|
|
|
"development": {
|
|
|
|
|
"extractLicenses": false,
|
|
|
|
|
"optimization": false,
|
|
|
|
|
"sourceMap": true
|
|
|
|
|
},
|
|
|
|
|
"production": {
|
|
|
|
|
"budgets": [
|
|
|
|
|
{
|
2026-05-10 12:42:53 +03:30
|
|
|
"maximumError": "2.5MB",
|
|
|
|
|
"maximumWarning": "1.5MB",
|
2025-12-04 21:07:18 +03:30
|
|
|
"type": "initial"
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-05-10 12:42:53 +03:30
|
|
|
"maximumError": "6kB",
|
|
|
|
|
"maximumWarning": "3kB",
|
2025-12-04 21:07:18 +03:30
|
|
|
"type": "anyComponentStyle"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"fileReplacements": [
|
|
|
|
|
{
|
|
|
|
|
"replace": "src/environments/environment.ts",
|
|
|
|
|
"with": "src/environments/environment.prod.ts"
|
2026-05-04 20:02:10 +03:30
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"replace": "src/app.routes.ts",
|
|
|
|
|
"with": "src/tenants/default/app.routes.ts"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"replace": "src/app/branding/branding.config.ts",
|
2026-05-10 09:44:30 +03:30
|
|
|
"with": "src/tenants/default/branding.config.ts"
|
2025-12-04 21:07:18 +03:30
|
|
|
}
|
|
|
|
|
],
|
2026-04-27 21:53:11 +03:30
|
|
|
"outputHashing": "all",
|
2026-05-16 21:17:51 +03:30
|
|
|
"outputPath": "dist/production"
|
2025-12-04 21:07:18 +03:30
|
|
|
},
|
|
|
|
|
"staging": {
|
|
|
|
|
"extractLicenses": true,
|
|
|
|
|
"fileReplacements": [
|
|
|
|
|
{
|
|
|
|
|
"replace": "src/environments/environment.ts",
|
|
|
|
|
"with": "src/environments/environment.staging.ts"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"optimization": true,
|
|
|
|
|
"outputHashing": "all",
|
|
|
|
|
"sourceMap": false
|
2026-04-27 21:53:11 +03:30
|
|
|
},
|
|
|
|
|
"tis": {
|
|
|
|
|
"assets": [
|
|
|
|
|
{
|
|
|
|
|
"glob": "**/*",
|
|
|
|
|
"input": "public-tis"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"budgets": [
|
|
|
|
|
{
|
|
|
|
|
"maximumError": "3MB",
|
|
|
|
|
"maximumWarning": "2MB",
|
|
|
|
|
"type": "initial"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"maximumError": "8kB",
|
|
|
|
|
"maximumWarning": "4kB",
|
|
|
|
|
"type": "anyComponentStyle"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"fileReplacements": [
|
2026-05-11 15:41:58 +03:30
|
|
|
{
|
|
|
|
|
"replace": "src/config.ts",
|
|
|
|
|
"with": "src/tenants/tis/config.ts"
|
|
|
|
|
},
|
2026-05-11 13:36:06 +03:30
|
|
|
{
|
|
|
|
|
"replace": "src/assets/images/brandingAssets.ts",
|
|
|
|
|
"with": "src/tenants/tis/brandingAssets.ts"
|
|
|
|
|
},
|
2026-04-27 21:53:11 +03:30
|
|
|
{
|
|
|
|
|
"replace": "src/environments/environment.ts",
|
|
|
|
|
"with": "src/environments/environment.tis.ts"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"replace": "src/app.routes.ts",
|
|
|
|
|
"with": "src/tenants/tis/app.routes.ts"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"replace": "src/app/branding/branding.config.ts",
|
|
|
|
|
"with": "src/tenants/tis/branding.config.ts"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"outputHashing": "all",
|
2026-05-16 21:17:51 +03:30
|
|
|
"outputPath": "dist/tis"
|
2026-05-11 13:36:06 +03:30
|
|
|
},
|
|
|
|
|
"tis-development": {
|
|
|
|
|
"assets": [
|
|
|
|
|
{
|
|
|
|
|
"glob": "**/*",
|
|
|
|
|
"input": "public-tis"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"budgets": [
|
|
|
|
|
{
|
|
|
|
|
"maximumError": "2.5MB",
|
|
|
|
|
"maximumWarning": "1.5MB",
|
|
|
|
|
"type": "initial"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"maximumError": "6kB",
|
|
|
|
|
"maximumWarning": "3kB",
|
|
|
|
|
"type": "anyComponentStyle"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"extractLicenses": false,
|
|
|
|
|
"fileReplacements": [
|
2026-05-11 18:42:05 +03:30
|
|
|
{
|
|
|
|
|
"replace": "src/config.ts",
|
|
|
|
|
"with": "src/tenants/tis/config.ts"
|
|
|
|
|
},
|
2026-05-11 13:36:06 +03:30
|
|
|
{
|
|
|
|
|
"replace": "src/assets/images/brandingAssets.ts",
|
|
|
|
|
"with": "src/tenants/tis/brandingAssets.ts"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"replace": "src/environments/environment.ts",
|
|
|
|
|
"with": "src/environments/environment.tis.ts"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"replace": "src/app.routes.ts",
|
|
|
|
|
"with": "src/tenants/tis/app.routes.ts"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"replace": "src/app/branding/branding.config.ts",
|
|
|
|
|
"with": "src/tenants/tis/branding.config.ts"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"optimization": false,
|
|
|
|
|
"outputHashing": "all",
|
|
|
|
|
"outputPath": "dist/tis",
|
|
|
|
|
"sourceMap": true
|
2025-12-04 21:07:18 +03:30
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"defaultConfiguration": "production",
|
2025-01-07 17:29:51 +03:00
|
|
|
"options": {
|
2026-05-10 12:42:53 +03:30
|
|
|
"allowedCommonJsDependencies": [
|
|
|
|
|
"dayjs",
|
|
|
|
|
"dayjs/locale/fa",
|
|
|
|
|
"dayjs/plugin/relativeTime",
|
|
|
|
|
"flatpickr-wrap/dist/l10n/fa.js"
|
|
|
|
|
],
|
2025-01-07 17:29:51 +03:00
|
|
|
"assets": [
|
|
|
|
|
{
|
|
|
|
|
"glob": "**/*",
|
|
|
|
|
"input": "public"
|
|
|
|
|
}
|
|
|
|
|
],
|
2025-12-04 21:07:18 +03:30
|
|
|
"browser": "src/main.ts",
|
|
|
|
|
"fileReplacements": [],
|
|
|
|
|
"inlineStyleLanguage": "scss",
|
|
|
|
|
"loader": {
|
|
|
|
|
".jpg": "file",
|
|
|
|
|
".png": "file",
|
|
|
|
|
".svg": "text",
|
|
|
|
|
".webp": "file"
|
|
|
|
|
},
|
2025-01-07 17:29:51 +03:00
|
|
|
"styles": [
|
2025-07-08 17:15:32 +03:00
|
|
|
"src/assets/styles.scss"
|
2025-01-07 17:29:51 +03:00
|
|
|
],
|
2025-12-04 21:07:18 +03:30
|
|
|
"tsConfig": "tsconfig.app.json"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"extract-i18n": {
|
|
|
|
|
"builder": "@angular/build:extract-i18n"
|
2025-01-07 17:29:51 +03:00
|
|
|
},
|
|
|
|
|
"serve": {
|
2025-12-04 21:07:18 +03:30
|
|
|
"builder": "@angular/build:dev-server",
|
2025-01-07 17:29:51 +03:00
|
|
|
"configurations": {
|
2025-12-04 21:07:18 +03:30
|
|
|
"development": {
|
|
|
|
|
"buildTarget": "pos.client:build:development"
|
|
|
|
|
},
|
2025-01-07 17:29:51 +03:00
|
|
|
"production": {
|
2025-12-04 21:07:18 +03:30
|
|
|
"buildTarget": "pos.client:build:production"
|
2025-01-07 17:29:51 +03:00
|
|
|
},
|
2025-12-04 21:07:18 +03:30
|
|
|
"staging": {
|
|
|
|
|
"buildTarget": "pos.client:build:staging"
|
2026-04-27 21:53:11 +03:30
|
|
|
},
|
|
|
|
|
"tis": {
|
2026-05-11 13:36:06 +03:30
|
|
|
"buildTarget": "pos.client:build:tis-development"
|
2025-01-07 17:29:51 +03:00
|
|
|
}
|
|
|
|
|
},
|
2025-12-04 21:07:18 +03:30
|
|
|
"defaultConfiguration": "development",
|
|
|
|
|
"options": {
|
2026-04-27 21:53:11 +03:30
|
|
|
"port": 5000
|
2025-12-04 21:07:18 +03:30
|
|
|
}
|
2025-01-07 17:29:51 +03:00
|
|
|
},
|
|
|
|
|
"test": {
|
2025-12-04 21:07:18 +03:30
|
|
|
"builder": "@angular/build:karma",
|
2025-01-07 17:29:51 +03:00
|
|
|
"options": {
|
|
|
|
|
"assets": [
|
|
|
|
|
{
|
|
|
|
|
"glob": "**/*",
|
|
|
|
|
"input": "public"
|
|
|
|
|
}
|
|
|
|
|
],
|
2025-12-04 21:07:18 +03:30
|
|
|
"inlineStyleLanguage": "scss",
|
|
|
|
|
"karmaConfig": "karma.conf.js",
|
2025-01-07 17:29:51 +03:00
|
|
|
"styles": [
|
2025-07-08 17:15:32 +03:00
|
|
|
"src/assets/styles.scss"
|
2025-01-07 17:29:51 +03:00
|
|
|
],
|
2025-12-04 21:07:18 +03:30
|
|
|
"tsConfig": "tsconfig.spec.json"
|
2025-01-07 17:29:51 +03:00
|
|
|
}
|
|
|
|
|
}
|
2025-12-04 21:07:18 +03:30
|
|
|
},
|
|
|
|
|
"prefix": "app",
|
|
|
|
|
"projectType": "application",
|
|
|
|
|
"root": "",
|
|
|
|
|
"schematics": {
|
|
|
|
|
"@schematics/angular:component": {
|
|
|
|
|
"standalone": false,
|
|
|
|
|
"style": "scss"
|
|
|
|
|
},
|
|
|
|
|
"@schematics/angular:directive": {
|
|
|
|
|
"standalone": false
|
|
|
|
|
},
|
|
|
|
|
"@schematics/angular:pipe": {
|
|
|
|
|
"standalone": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"sourceRoot": "src"
|
2021-12-06 10:26:58 +03:00
|
|
|
}
|
2025-02-25 16:41:46 +03:00
|
|
|
},
|
2025-12-04 21:07:18 +03:30
|
|
|
"version": 1
|
|
|
|
|
}
|