mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
662 lines
21 KiB
662 lines
21 KiB
{
|
|
"version": 1,
|
|
"projects": {
|
|
"account": {
|
|
"projectType": "library",
|
|
"root": "packages/account",
|
|
"sourceRoot": "packages/account/src",
|
|
"prefix": "abp",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@nrwl/angular:package",
|
|
"outputs": ["dist/packages/account"],
|
|
"options": {
|
|
"project": "packages/account/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "packages/account/tsconfig.lib.prod.json"
|
|
},
|
|
"development": {
|
|
"tsConfig": "packages/account/tsconfig.lib.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/packages/account"],
|
|
"options": {
|
|
"jestConfig": "packages/account/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": ["packages/account/src/**/*.ts", "packages/account/src/**/*.html"]
|
|
},
|
|
"outputs": ["{options.outputFile}"]
|
|
}
|
|
},
|
|
"tags": [],
|
|
"implicitDependencies": ["core", "theme-shared", "account-core"]
|
|
},
|
|
"account-core": {
|
|
"projectType": "library",
|
|
"root": "packages/account-core",
|
|
"sourceRoot": "packages/account-core/src",
|
|
"prefix": "abp",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@nrwl/angular:package",
|
|
"outputs": ["dist/packages/account-core"],
|
|
"options": {
|
|
"project": "packages/account-core/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "packages/account-core/tsconfig.lib.prod.json"
|
|
},
|
|
"development": {
|
|
"tsConfig": "packages/account-core/tsconfig.lib.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/packages/account-core"],
|
|
"options": {
|
|
"jestConfig": "packages/account-core/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": [
|
|
"packages/account-core/src/**/*.ts",
|
|
"packages/account-core/src/**/*.html"
|
|
]
|
|
},
|
|
"outputs": ["{options.outputFile}"]
|
|
}
|
|
},
|
|
"tags": [],
|
|
"implicitDependencies": ["core", "theme-shared"]
|
|
},
|
|
"components": {
|
|
"projectType": "library",
|
|
"root": "packages/components",
|
|
"sourceRoot": "packages/components/src",
|
|
"prefix": "abp",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@nrwl/angular:package",
|
|
"outputs": ["dist/packages/components"],
|
|
"options": {
|
|
"project": "packages/components/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "packages/components/tsconfig.lib.prod.json"
|
|
},
|
|
"development": {
|
|
"tsConfig": "packages/components/tsconfig.lib.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/packages/components"],
|
|
"options": {
|
|
"jestConfig": "packages/components/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": [
|
|
"packages/components/src/**/*.ts",
|
|
"packages/components/src/**/*.html"
|
|
]
|
|
},
|
|
"outputs": ["{options.outputFile}"]
|
|
}
|
|
},
|
|
"tags": [],
|
|
"implicitDependencies": ["core", "theme-shared"]
|
|
},
|
|
"core": {
|
|
"projectType": "library",
|
|
"root": "packages/core",
|
|
"sourceRoot": "packages/core/src",
|
|
"prefix": "abp",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@nrwl/angular:package",
|
|
"outputs": ["dist/packages/core"],
|
|
"options": {
|
|
"project": "packages/core/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "packages/core/tsconfig.lib.prod.json"
|
|
},
|
|
"development": {
|
|
"tsConfig": "packages/core/tsconfig.lib.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/packages/core"],
|
|
"options": {
|
|
"jestConfig": "packages/core/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": ["packages/core/src/**/*.ts", "packages/core/src/**/*.html"]
|
|
},
|
|
"outputs": ["{options.outputFile}"]
|
|
}
|
|
},
|
|
"tags": []
|
|
},
|
|
"dev-app": {
|
|
"projectType": "application",
|
|
"root": "apps/dev-app",
|
|
"sourceRoot": "apps/dev-app/src",
|
|
"prefix": "app",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:browser",
|
|
"outputs": ["{options.outputPath}"],
|
|
"options": {
|
|
"outputPath": "dist/apps/dev-app",
|
|
"index": "apps/dev-app/src/index.html",
|
|
"main": "apps/dev-app/src/main.ts",
|
|
"polyfills": "apps/dev-app/src/polyfills.ts",
|
|
"tsConfig": "apps/dev-app/tsconfig.app.json",
|
|
"inlineStyleLanguage": "scss",
|
|
"allowedCommonJsDependencies": ["chart.js", "js-sha256"],
|
|
"assets": ["apps/dev-app/src/favicon.ico", "apps/dev-app/src/assets"],
|
|
"styles": [
|
|
{
|
|
"input": "node_modules/bootstrap/dist/css/bootstrap.rtl.min.css",
|
|
"inject": false,
|
|
"bundleName": "bootstrap-rtl.min"
|
|
},
|
|
{
|
|
"input": "node_modules/bootstrap/dist/css/bootstrap.min.css",
|
|
"inject": true,
|
|
"bundleName": "bootstrap-ltr.min"
|
|
},
|
|
{
|
|
"input": "node_modules/@fortawesome/fontawesome-free/css/all.min.css",
|
|
"inject": true,
|
|
"bundleName": "fontawesome-all.min"
|
|
},
|
|
{
|
|
"input": "node_modules/@fortawesome/fontawesome-free/css/v4-shims.min.css",
|
|
"inject": true,
|
|
"bundleName": "fontawesome-v4-shims.min"
|
|
},
|
|
{
|
|
"input": "node_modules/@swimlane/ngx-datatable/index.css",
|
|
"inject": true,
|
|
"bundleName": "ngx-datatable-index"
|
|
},
|
|
{
|
|
"input": "node_modules/@swimlane/ngx-datatable/assets/icons.css",
|
|
"inject": true,
|
|
"bundleName": "ngx-datatable-icons"
|
|
},
|
|
{
|
|
"input": "node_modules/@swimlane/ngx-datatable/themes/material.css",
|
|
"inject": true,
|
|
"bundleName": "ngx-datatable-material"
|
|
},
|
|
"apps/dev-app/src/styles.scss"
|
|
],
|
|
"scripts": []
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "apps/dev-app/tsconfig.app.json",
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "1mb",
|
|
"maximumError": "5mb"
|
|
},
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "6kb",
|
|
"maximumError": "10kb"
|
|
}
|
|
],
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "apps/dev-app/src/environments/environment.ts",
|
|
"with": "apps/dev-app/src/environments/environment.prod.ts"
|
|
}
|
|
],
|
|
"outputHashing": "all"
|
|
},
|
|
"development": {
|
|
"buildOptimizer": false,
|
|
"optimization": false,
|
|
"vendorChunk": true,
|
|
"extractLicenses": false,
|
|
"sourceMap": true,
|
|
"namedChunks": true
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"serve": {
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
"configurations": {
|
|
"production": {
|
|
"browserTarget": "dev-app:build:production"
|
|
},
|
|
"development": {
|
|
"browserTarget": "dev-app:build:development"
|
|
}
|
|
},
|
|
"defaultConfiguration": "development"
|
|
},
|
|
"extract-i18n": {
|
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
"options": {
|
|
"browserTarget": "dev-app:build"
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": ["apps/dev-app/src/**/*.ts", "apps/dev-app/src/**/*.html"]
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/apps/dev-app"],
|
|
"options": {
|
|
"jestConfig": "apps/dev-app/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dev-app-e2e": {
|
|
"root": "apps/dev-app-e2e",
|
|
"sourceRoot": "apps/dev-app-e2e/src",
|
|
"projectType": "application",
|
|
"architect": {
|
|
"e2e": {
|
|
"builder": "@nrwl/cypress:cypress",
|
|
"options": {
|
|
"cypressConfig": "apps/dev-app-e2e/cypress.json",
|
|
"tsConfig": "apps/dev-app-e2e/tsconfig.e2e.json",
|
|
"devServerTarget": "dev-app:serve:development"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"devServerTarget": "dev-app:serve:production"
|
|
}
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": ["apps/dev-app-e2e/**/*.{js,ts}"]
|
|
},
|
|
"outputs": ["{options.outputFile}"]
|
|
}
|
|
},
|
|
"tags": [],
|
|
"implicitDependencies": ["dev-app"]
|
|
},
|
|
"feature-management": {
|
|
"projectType": "library",
|
|
"root": "packages/feature-management",
|
|
"sourceRoot": "packages/feature-management/src",
|
|
"prefix": "abp",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@nrwl/angular:package",
|
|
"outputs": ["dist/packages/feature-management"],
|
|
"options": {
|
|
"project": "packages/feature-management/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "packages/feature-management/tsconfig.lib.prod.json"
|
|
},
|
|
"development": {
|
|
"tsConfig": "packages/feature-management/tsconfig.lib.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/packages/feature-management"],
|
|
"options": {
|
|
"jestConfig": "packages/feature-management/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": [
|
|
"packages/feature-management/src/**/*.ts",
|
|
"packages/feature-management/src/**/*.html"
|
|
]
|
|
},
|
|
"outputs": ["{options.outputFile}"]
|
|
}
|
|
},
|
|
"tags": [],
|
|
"implicitDependencies": ["core", "theme-shared"]
|
|
},
|
|
"identity": {
|
|
"projectType": "library",
|
|
"root": "packages/identity",
|
|
"sourceRoot": "packages/identity/src",
|
|
"prefix": "abp",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@nrwl/angular:package",
|
|
"outputs": ["dist/packages/identity"],
|
|
"options": {
|
|
"project": "packages/identity/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "packages/identity/tsconfig.lib.prod.json"
|
|
},
|
|
"development": {
|
|
"tsConfig": "packages/identity/tsconfig.lib.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/packages/identity"],
|
|
"options": {
|
|
"jestConfig": "packages/identity/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": ["packages/identity/src/**/*.ts", "packages/identity/src/**/*.html"]
|
|
},
|
|
"outputs": ["{options.outputFile}"]
|
|
}
|
|
},
|
|
"tags": [],
|
|
"implicitDependencies": ["core", "theme-shared", "permission-management"]
|
|
},
|
|
"permission-management": {
|
|
"projectType": "library",
|
|
"root": "packages/permission-management",
|
|
"sourceRoot": "packages/permission-management/src",
|
|
"prefix": "abp",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@nrwl/angular:package",
|
|
"outputs": ["dist/packages/permission-management"],
|
|
"options": {
|
|
"project": "packages/permission-management/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "packages/permission-management/tsconfig.lib.prod.json"
|
|
},
|
|
"development": {
|
|
"tsConfig": "packages/permission-management/tsconfig.lib.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/packages/permission-management"],
|
|
"options": {
|
|
"jestConfig": "packages/permission-management/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": [
|
|
"packages/permission-management/src/**/*.ts",
|
|
"packages/permission-management/src/**/*.html"
|
|
]
|
|
},
|
|
"outputs": ["{options.outputFile}"]
|
|
}
|
|
},
|
|
"tags": [],
|
|
"implicitDependencies": ["core", "theme-shared"]
|
|
},
|
|
"schematics": {
|
|
"projectType": "library",
|
|
"root": "packages/schematics",
|
|
"sourceRoot": "packages/schematics/src",
|
|
"prefix": "abp",
|
|
"architect": {
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/packages/schematics"],
|
|
"options": {
|
|
"jestConfig": "packages/schematics/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": [
|
|
"packages/schematics/src/**/*.ts",
|
|
"packages/schematics/src/**/*.html"
|
|
]
|
|
},
|
|
"outputs": ["{options.outputFile}"]
|
|
}
|
|
},
|
|
"tags": []
|
|
},
|
|
"setting-management": {
|
|
"projectType": "library",
|
|
"root": "packages/setting-management",
|
|
"sourceRoot": "packages/setting-management/src",
|
|
"prefix": "abp",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@nrwl/angular:package",
|
|
"outputs": ["dist/packages/setting-management"],
|
|
"options": {
|
|
"project": "packages/setting-management/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "packages/setting-management/tsconfig.lib.prod.json"
|
|
},
|
|
"development": {
|
|
"tsConfig": "packages/setting-management/tsconfig.lib.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/packages/setting-management"],
|
|
"options": {
|
|
"jestConfig": "packages/setting-management/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": [
|
|
"packages/setting-management/src/**/*.ts",
|
|
"packages/setting-management/src/**/*.html"
|
|
]
|
|
},
|
|
"outputs": ["{options.outputFile}"]
|
|
}
|
|
},
|
|
"tags": [],
|
|
"implicitDependencies": ["core", "theme-shared", "components"]
|
|
},
|
|
"tenant-management": {
|
|
"projectType": "library",
|
|
"root": "packages/tenant-management",
|
|
"sourceRoot": "packages/tenant-management/src",
|
|
"prefix": "abp",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@nrwl/angular:package",
|
|
"outputs": ["dist/packages/tenant-management"],
|
|
"options": {
|
|
"project": "packages/tenant-management/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "packages/tenant-management/tsconfig.lib.prod.json"
|
|
},
|
|
"development": {
|
|
"tsConfig": "packages/tenant-management/tsconfig.lib.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/packages/tenant-management"],
|
|
"options": {
|
|
"jestConfig": "packages/tenant-management/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": [
|
|
"packages/tenant-management/src/**/*.ts",
|
|
"packages/tenant-management/src/**/*.html"
|
|
]
|
|
},
|
|
"outputs": ["{options.outputFile}"]
|
|
}
|
|
},
|
|
"tags": [],
|
|
"implicitDependencies": ["core", "theme-shared", "feature-management"]
|
|
},
|
|
"theme-basic": {
|
|
"projectType": "library",
|
|
"root": "packages/theme-basic",
|
|
"sourceRoot": "packages/theme-basic/src",
|
|
"prefix": "abp",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@nrwl/angular:package",
|
|
"outputs": ["dist/packages/theme-basic"],
|
|
"options": {
|
|
"project": "packages/theme-basic/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "packages/theme-basic/tsconfig.lib.prod.json"
|
|
},
|
|
"development": {
|
|
"tsConfig": "packages/theme-basic/tsconfig.lib.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/packages/theme-basic"],
|
|
"options": {
|
|
"jestConfig": "packages/theme-basic/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": [
|
|
"packages/theme-basic/src/**/*.ts",
|
|
"packages/theme-basic/src/**/*.html"
|
|
]
|
|
},
|
|
"outputs": ["{options.outputFile}"]
|
|
}
|
|
},
|
|
"tags": [],
|
|
"implicitDependencies": ["core", "theme-shared", "account-core"]
|
|
},
|
|
"theme-shared": {
|
|
"projectType": "library",
|
|
"root": "packages/theme-shared",
|
|
"sourceRoot": "packages/theme-shared/src",
|
|
"prefix": "abp",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@nrwl/angular:package",
|
|
"outputs": ["dist/packages/theme-shared"],
|
|
"options": {
|
|
"project": "packages/theme-shared/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "packages/theme-shared/tsconfig.lib.prod.json"
|
|
},
|
|
"development": {
|
|
"tsConfig": "packages/theme-shared/tsconfig.lib.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/packages/theme-shared"],
|
|
"options": {
|
|
"jestConfig": "packages/theme-shared/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": [
|
|
"packages/theme-shared/src/**/*.ts",
|
|
"packages/theme-shared/src/**/*.html"
|
|
]
|
|
},
|
|
"outputs": ["{options.outputFile}"]
|
|
}
|
|
},
|
|
"tags": [],
|
|
"implicitDependencies": ["core"]
|
|
}
|
|
}
|
|
}
|