|
|
|
@ -329,152 +329,6 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"setting-management-config": { |
|
|
|
"projectType": "library", |
|
|
|
"root": "packages/setting-management-config", |
|
|
|
"sourceRoot": "packages/setting-management-config/src", |
|
|
|
"prefix": "abp", |
|
|
|
"architect": { |
|
|
|
"build": { |
|
|
|
"builder": "@angular-devkit/build-ng-packagr:build", |
|
|
|
"options": { |
|
|
|
"tsConfig": "packages/setting-management-config/tsconfig.lib.json", |
|
|
|
"project": "packages/setting-management-config/ng-package.json" |
|
|
|
}, |
|
|
|
"configurations": { |
|
|
|
"production": { |
|
|
|
"tsConfig": "packages/setting-management-config/tsconfig.lib.prod.json" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
"builder": "@angular-builders/jest:run", |
|
|
|
"options": { |
|
|
|
"coverage": true, |
|
|
|
"passWithNoTests": true |
|
|
|
} |
|
|
|
}, |
|
|
|
"lint": { |
|
|
|
"builder": "@angular-devkit/build-angular:tslint", |
|
|
|
"options": { |
|
|
|
"tsConfig": [ |
|
|
|
"packages/setting-management-config/tsconfig.lib.json", |
|
|
|
"packages/setting-management-config/tsconfig.spec.json" |
|
|
|
] |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"identity-config": { |
|
|
|
"projectType": "library", |
|
|
|
"root": "packages/identity-config", |
|
|
|
"sourceRoot": "packages/identity-config/src", |
|
|
|
"prefix": "abp", |
|
|
|
"architect": { |
|
|
|
"build": { |
|
|
|
"builder": "@angular-devkit/build-ng-packagr:build", |
|
|
|
"options": { |
|
|
|
"tsConfig": "packages/identity-config/tsconfig.lib.json", |
|
|
|
"project": "packages/identity-config/ng-package.json" |
|
|
|
}, |
|
|
|
"configurations": { |
|
|
|
"production": { |
|
|
|
"tsConfig": "packages/identity-config/tsconfig.lib.prod.json" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
"builder": "@angular-builders/jest:run", |
|
|
|
"options": { |
|
|
|
"coverage": true, |
|
|
|
"passWithNoTests": true |
|
|
|
} |
|
|
|
}, |
|
|
|
"lint": { |
|
|
|
"builder": "@angular-devkit/build-angular:tslint", |
|
|
|
"options": { |
|
|
|
"tsConfig": [ |
|
|
|
"packages/identity-config/tsconfig.lib.json", |
|
|
|
"packages/identity-config/tsconfig.spec.json" |
|
|
|
], |
|
|
|
"exclude": ["**/node_modules/**"] |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"account-config": { |
|
|
|
"projectType": "library", |
|
|
|
"root": "packages/account-config", |
|
|
|
"sourceRoot": "packages/account-config/src", |
|
|
|
"prefix": "abp", |
|
|
|
"architect": { |
|
|
|
"build": { |
|
|
|
"builder": "@angular-devkit/build-ng-packagr:build", |
|
|
|
"options": { |
|
|
|
"tsConfig": "packages/account-config/tsconfig.lib.json", |
|
|
|
"project": "packages/account-config/ng-package.json" |
|
|
|
}, |
|
|
|
"configurations": { |
|
|
|
"production": { |
|
|
|
"tsConfig": "packages/account-config/tsconfig.lib.prod.json" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
"builder": "@angular-builders/jest:run", |
|
|
|
"options": { |
|
|
|
"coverage": true, |
|
|
|
"passWithNoTests": true |
|
|
|
} |
|
|
|
}, |
|
|
|
"lint": { |
|
|
|
"builder": "@angular-devkit/build-angular:tslint", |
|
|
|
"options": { |
|
|
|
"tsConfig": [ |
|
|
|
"packages/account-config/tsconfig.lib.json", |
|
|
|
"packages/account-config/tsconfig.spec.json" |
|
|
|
], |
|
|
|
"exclude": ["**/node_modules/**"] |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"tenant-management-config": { |
|
|
|
"projectType": "library", |
|
|
|
"root": "packages/tenant-management-config", |
|
|
|
"sourceRoot": "packages/tenant-management-config/src", |
|
|
|
"prefix": "abp", |
|
|
|
"architect": { |
|
|
|
"build": { |
|
|
|
"builder": "@angular-devkit/build-ng-packagr:build", |
|
|
|
"options": { |
|
|
|
"tsConfig": "packages/tenant-management-config/tsconfig.lib.json", |
|
|
|
"project": "packages/tenant-management-config/ng-package.json" |
|
|
|
}, |
|
|
|
"configurations": { |
|
|
|
"production": { |
|
|
|
"tsConfig": "packages/tenant-management-config/tsconfig.lib.prod.json" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
"builder": "@angular-builders/jest:run", |
|
|
|
"options": { |
|
|
|
"coverage": true, |
|
|
|
"passWithNoTests": true |
|
|
|
} |
|
|
|
}, |
|
|
|
"lint": { |
|
|
|
"builder": "@angular-devkit/build-angular:tslint", |
|
|
|
"options": { |
|
|
|
"tsConfig": [ |
|
|
|
"packages/tenant-management-config/tsconfig.lib.json", |
|
|
|
"packages/tenant-management-config/tsconfig.spec.json" |
|
|
|
] |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"dev-app": { |
|
|
|
"projectType": "application", |
|
|
|
"schematics": { |
|
|
|
@ -557,7 +411,7 @@ |
|
|
|
"budgets": [ |
|
|
|
{ |
|
|
|
"type": "initial", |
|
|
|
"maximumWarning": "2mb", |
|
|
|
"maximumWarning": "1mb", |
|
|
|
"maximumError": "5mb" |
|
|
|
}, |
|
|
|
{ |
|
|
|
|