Files
psp_panel/angular.json
T

388 lines
17 KiB
JSON
Raw Normal View History

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",
"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
},
2026-06-16 00:03:02 +03:30
"novin": {
"assets": [
{
"glob": "**/*",
"input": "public-novin"
}
],
"budgets": [
{
"maximumError": "3MB",
"maximumWarning": "2MB",
"type": "initial"
},
{
"maximumError": "8kB",
"maximumWarning": "4kB",
"type": "anyComponentStyle"
}
],
"fileReplacements": [
{
"replace": "src/config.ts",
"with": "src/tenants/novin/config.ts"
},
{
"replace": "src/assets/images/brandingAssets.ts",
"with": "src/tenants/novin/brandingAssets.ts"
},
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.novin.ts"
},
{
"replace": "src/app.routes.ts",
"with": "src/tenants/novin/app.routes.ts"
},
{
"replace": "src/app/branding/branding.config.ts",
"with": "src/tenants/novin/branding.config.ts"
}
],
"outputHashing": "all",
"outputPath": "dist/novin",
"styles": [
"src/assets/styles.scss",
"src/assets/psp.scss"
]
},
2025-12-04 21:07:18 +03:30
"production": {
"budgets": [
{
"maximumError": "2.5MB",
"maximumWarning": "1.5MB",
2025-12-04 21:07:18 +03:30
"type": "initial"
},
{
"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
}
],
"outputHashing": "all",
"outputPath": "dist/production"
2025-12-04 21:07:18 +03:30
},
"sepehr": {
"assets": [
{
"glob": "**/*",
"input": "public-sepehr"
}
],
"budgets": [
{
"maximumError": "3MB",
"maximumWarning": "2MB",
"type": "initial"
},
{
"maximumError": "8kB",
"maximumWarning": "4kB",
"type": "anyComponentStyle"
}
],
"fileReplacements": [
{
"replace": "src/config.ts",
"with": "src/tenants/sepehr/config.ts"
},
{
"replace": "src/assets/images/brandingAssets.ts",
"with": "src/tenants/sepehr/brandingAssets.ts"
},
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.sepehr.ts"
},
{
"replace": "src/app.routes.ts",
"with": "src/tenants/sepehr/app.routes.ts"
},
{
"replace": "src/app/branding/branding.config.ts",
"with": "src/tenants/sepehr/branding.config.ts"
}
],
"outputHashing": "all",
"outputPath": "dist/sepehr",
"styles": [
"src/assets/styles.scss",
"src/assets/psp.scss"
]
},
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
},
"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"
},
{
"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"
}
],
"outputHashing": "all",
"outputPath": "dist/tis",
"styles": [
"src/assets/styles.scss",
"src/assets/psp.scss"
]
},
"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"
},
{
"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,
"styles": [
"src/assets/styles.scss",
"src/assets/psp.scss"
]
2025-12-04 21:07:18 +03:30
}
},
"defaultConfiguration": "production",
2025-01-07 17:29:51 +03:00
"options": {
"allowedCommonJsDependencies": [
"dayjs",
"dayjs/locale/fa",
"dayjs/plugin/relativeTime"
],
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"
},
2026-06-16 00:03:02 +03:30
"novin": {
"buildTarget": "pos.client:build:novin"
},
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
},
"sepehr": {
"buildTarget": "pos.client:build:sepehr"
},
2025-12-04 21:07:18 +03:30
"staging": {
"buildTarget": "pos.client:build:staging"
},
"tis": {
"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": {
"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
}