代码拉取完成,页面将自动刷新
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"typescript-xmlrpc": {
"projectType": "library",
"root": "projects/typescript-xmlrpc",
"sourceRoot": "projects/typescript-xmlrpc/src",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/typescript-xmlrpc/tsconfig.lib.json",
"project": "projects/typescript-xmlrpc/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/typescript-xmlrpc/tsconfig.lib.prod.json"
}
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/typescript-xmlrpc/src/test.ts",
"tsConfig": "projects/typescript-xmlrpc/tsconfig.spec.json",
"karmaConfig": "projects/typescript-xmlrpc/karma.conf.js"
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"projects/typescript-xmlrpc/**/*.ts",
"projects/typescript-xmlrpc/**/*.html"
]
}
}
}
},
"cobbler-frontend": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "scss"
}
},
"root": "projects/cobbler-frontend",
"sourceRoot": "projects/cobbler-frontend/src",
"prefix": "cobbler",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/cobbler-frontend",
"index": "projects/cobbler-frontend/src/index.html",
"main": "projects/cobbler-frontend/src/main.ts",
"polyfills": "projects/cobbler-frontend/src/polyfills.ts",
"tsConfig": "projects/cobbler-frontend/tsconfig.app.json",
"assets": [
"projects/cobbler-frontend/src/favicon.ico",
"projects/cobbler-frontend/src/assets"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"projects/cobbler-frontend/src/styles.scss"
],
"scripts": [
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
"fileReplacements": [
{
"replace": "projects/cobbler-frontend/src/environments/environment.ts",
"with": "projects/cobbler-frontend/src/environments/environment.prod.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb",
"maximumError": "10kb"
}
]
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "cobbler-frontend:build",
"proxyConfig": "projects/cobbler-frontend/src/proxy.conf.json"
},
"configurations": {
"production": {
"browserTarget": "cobbler-frontend:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "cobbler-frontend:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/cobbler-frontend/src/test.ts",
"polyfills": "projects/cobbler-frontend/src/polyfills.ts",
"tsConfig": "projects/cobbler-frontend/tsconfig.spec.json",
"karmaConfig": "projects/cobbler-frontend/karma.conf.js",
"assets": [
"projects/cobbler-frontend/src/favicon.ico",
"projects/cobbler-frontend/src/assets"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"projects/cobbler-frontend/src/styles.scss"
],
"scripts": []
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"projects/cobbler-frontend/**/*.ts",
"projects/cobbler-frontend/**/*.html"
]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "projects/cobbler-frontend/e2e/protractor.conf.js",
"devServerTarget": "cobbler-frontend:serve"
},
"configurations": {
"production": {
"devServerTarget": "cobbler-frontend:serve:production"
}
}
}
}
},
"cobbler-api": {
"projectType": "library",
"root": "projects/cobbler-api",
"sourceRoot": "projects/cobbler-api/src",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/cobbler-api/tsconfig.lib.json",
"project": "projects/cobbler-api/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/cobbler-api/tsconfig.lib.prod.json"
}
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/cobbler-api/src/test.ts",
"tsConfig": "projects/cobbler-api/tsconfig.spec.json",
"karmaConfig": "projects/cobbler-api/karma.conf.js"
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"projects/cobbler-api/**/*.ts",
"projects/cobbler-api/**/*.html"
]
}
}
}
}
},
"defaultProject": "Cobbler",
"cli": {
"defaultCollection": "@angular-eslint/schematics"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。