mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
405 lines
12 KiB
JSON
405 lines
12 KiB
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"version": 1,
|
|
"newProjectRoot": "projects",
|
|
"projects": {
|
|
"ui": {
|
|
"projectType": "application",
|
|
"schematics": {},
|
|
"root": "projects/ui",
|
|
"sourceRoot": "projects/ui/src",
|
|
"prefix": "app",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular/build:application",
|
|
"options": {
|
|
"preserveSymlinks": true,
|
|
"outputPath": {
|
|
"base": "dist/raw/ui",
|
|
"browser": ""
|
|
},
|
|
"index": "projects/ui/src/index.html",
|
|
"browser": "projects/ui/src/main.ts",
|
|
"polyfills": ["zone.js", "projects/ui/src/polyfills.ts"],
|
|
"tsConfig": "projects/ui/tsconfig.json",
|
|
"inlineStyleLanguage": "scss",
|
|
"assets": [
|
|
{
|
|
"glob": "**/*",
|
|
"input": "projects/shared/assets",
|
|
"output": "assets"
|
|
},
|
|
{
|
|
"glob": "**/*.wasm",
|
|
"input": "node_modules/@start9labs/argon2",
|
|
"output": "assets"
|
|
},
|
|
{
|
|
"glob": "**/*",
|
|
"input": "node_modules/monaco-editor",
|
|
"output": "assets/monaco-editor/"
|
|
},
|
|
{
|
|
"glob": "**/*",
|
|
"input": "node_modules/@taiga-ui/icons/src",
|
|
"output": "assets/taiga-ui/icons"
|
|
},
|
|
"projects/ui/src/manifest.webmanifest"
|
|
],
|
|
"styles": [
|
|
"node_modules/@taiga-ui/styles/taiga-ui-theme.less",
|
|
"projects/shared/styles/taiga.scss",
|
|
"projects/shared/styles/shared.scss",
|
|
"projects/ui/src/styles.scss"
|
|
],
|
|
"scripts": [],
|
|
"loader": {
|
|
".md": "text"
|
|
},
|
|
"serviceWorker": "projects/ui/ngsw-config.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"serviceWorker": "projects/ui/ngsw-config.json",
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "2mb",
|
|
"maximumError": "5mb"
|
|
}
|
|
],
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "projects/ui/src/environments/environment.ts",
|
|
"with": "projects/ui/src/environments/environment.prod.ts"
|
|
}
|
|
],
|
|
"outputHashing": "all",
|
|
"extractLicenses": false
|
|
},
|
|
"development": {
|
|
"optimization": false,
|
|
"extractLicenses": false,
|
|
"sourceMap": true,
|
|
"namedChunks": true
|
|
},
|
|
"ci": {
|
|
"progress": false
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"serve": {
|
|
"builder": "@angular/build:dev-server",
|
|
"configurations": {
|
|
"production": {
|
|
"buildTarget": "ui:build:production"
|
|
},
|
|
"development": {
|
|
"buildTarget": "ui:build:development"
|
|
}
|
|
},
|
|
"defaultConfiguration": "development",
|
|
"options": {
|
|
"port": 8100
|
|
}
|
|
},
|
|
"extract-i18n": {
|
|
"builder": "@angular/build:extract-i18n",
|
|
"options": {
|
|
"buildTarget": "ui:build"
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@angular-eslint/builder:lint",
|
|
"options": {
|
|
"lintFilePatterns": [
|
|
"projects/ui/src/**/*.ts",
|
|
"projects/ui/src/**/*.html"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"setup-wizard": {
|
|
"projectType": "application",
|
|
"schematics": {},
|
|
"root": "projects/setup-wizard",
|
|
"sourceRoot": "projects/setup-wizard/src",
|
|
"prefix": "app",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular/build:application",
|
|
"options": {
|
|
"outputPath": {
|
|
"base": "dist/raw/setup-wizard",
|
|
"browser": ""
|
|
},
|
|
"index": "projects/setup-wizard/src/index.html",
|
|
"browser": "projects/setup-wizard/src/main.ts",
|
|
"polyfills": ["zone.js"],
|
|
"tsConfig": "projects/setup-wizard/tsconfig.json",
|
|
"inlineStyleLanguage": "scss",
|
|
"assets": [
|
|
{
|
|
"glob": "**/*",
|
|
"input": "projects/shared/assets",
|
|
"output": "assets"
|
|
},
|
|
{
|
|
"glob": "**/*.wasm",
|
|
"input": "node_modules/@start9labs/argon2",
|
|
"output": "assets"
|
|
},
|
|
{
|
|
"glob": "**/*",
|
|
"input": "node_modules/@taiga-ui/icons/src",
|
|
"output": "assets/taiga-ui/icons"
|
|
}
|
|
],
|
|
"styles": [
|
|
"node_modules/@taiga-ui/styles/taiga-ui-theme.less",
|
|
"projects/shared/styles/taiga.scss",
|
|
"projects/shared/styles/shared.scss",
|
|
"projects/setup-wizard/src/styles.scss"
|
|
],
|
|
"scripts": []
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "2mb",
|
|
"maximumError": "5mb"
|
|
}
|
|
],
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "projects/setup-wizard/src/environments/environment.ts",
|
|
"with": "projects/setup-wizard/src/environments/environment.prod.ts"
|
|
}
|
|
],
|
|
"outputHashing": "all"
|
|
},
|
|
"development": {
|
|
"optimization": false,
|
|
"extractLicenses": false,
|
|
"sourceMap": true,
|
|
"namedChunks": true
|
|
},
|
|
"ci": {
|
|
"progress": false
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"serve": {
|
|
"builder": "@angular/build:dev-server",
|
|
"configurations": {
|
|
"production": {
|
|
"buildTarget": "setup-wizard:build:production"
|
|
},
|
|
"development": {
|
|
"buildTarget": "setup-wizard:build:development"
|
|
}
|
|
},
|
|
"defaultConfiguration": "development",
|
|
"options": {
|
|
"port": 8100
|
|
}
|
|
},
|
|
"extract-i18n": {
|
|
"builder": "@angular/build:extract-i18n",
|
|
"options": {
|
|
"buildTarget": "setup-wizard:build"
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@angular-eslint/builder:lint",
|
|
"options": {
|
|
"lintFilePatterns": [
|
|
"projects/setup-wizard/src/**/*.ts",
|
|
"projects/setup-wizard/src/**/*.html"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"start-tunnel": {
|
|
"projectType": "application",
|
|
"schematics": {},
|
|
"root": "projects/start-tunnel",
|
|
"sourceRoot": "projects/start-tunnel/src",
|
|
"prefix": "app",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular/build:application",
|
|
"options": {
|
|
"outputPath": {
|
|
"base": "dist/raw/start-tunnel",
|
|
"browser": ""
|
|
},
|
|
"index": "projects/start-tunnel/src/index.html",
|
|
"browser": "projects/start-tunnel/src/main.ts",
|
|
"polyfills": [],
|
|
"tsConfig": "projects/start-tunnel/tsconfig.json",
|
|
"inlineStyleLanguage": "scss",
|
|
"assets": [
|
|
{
|
|
"glob": "**/*",
|
|
"input": "projects/shared/assets",
|
|
"output": "assets"
|
|
},
|
|
{
|
|
"glob": "**/*",
|
|
"input": "node_modules/@taiga-ui/icons/src",
|
|
"output": "assets/taiga-ui/icons"
|
|
}
|
|
],
|
|
"styles": [
|
|
"node_modules/@taiga-ui/styles/taiga-ui-theme.less",
|
|
"node_modules/@taiga-ui/styles/taiga-ui-fonts.less",
|
|
"projects/shared/styles/shared.scss",
|
|
"projects/start-tunnel/src/styles.scss"
|
|
],
|
|
"scripts": []
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "500kB",
|
|
"maximumError": "5MB"
|
|
},
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "4kB",
|
|
"maximumError": "8kB"
|
|
}
|
|
],
|
|
"outputHashing": "all"
|
|
},
|
|
"development": {
|
|
"optimization": false,
|
|
"extractLicenses": false,
|
|
"sourceMap": true,
|
|
"namedChunks": true
|
|
},
|
|
"ci": {
|
|
"progress": false
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"serve": {
|
|
"builder": "@angular/build:dev-server",
|
|
"configurations": {
|
|
"production": {
|
|
"buildTarget": "start-tunnel:build:production"
|
|
},
|
|
"development": {
|
|
"buildTarget": "start-tunnel:build:development"
|
|
}
|
|
},
|
|
"defaultConfiguration": "development",
|
|
"options": {
|
|
"port": 8100
|
|
}
|
|
},
|
|
"extract-i18n": {
|
|
"builder": "@angular/build:extract-i18n",
|
|
"options": {
|
|
"buildTarget": "start-tunnel:build"
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@angular-eslint/builder:lint",
|
|
"options": {
|
|
"lintFilePatterns": [
|
|
"projects/start-tunnel/src/**/*.ts",
|
|
"projects/start-tunnel/src/**/*.html"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"marketplace": {
|
|
"projectType": "library",
|
|
"root": "projects/marketplace",
|
|
"sourceRoot": "projects/marketplace/src",
|
|
"prefix": "lib",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular/build:ng-packagr",
|
|
"options": {
|
|
"project": "projects/marketplace/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "tsconfig.lib.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
}
|
|
}
|
|
},
|
|
"shared": {
|
|
"projectType": "library",
|
|
"root": "projects/shared",
|
|
"sourceRoot": "projects/shared/src",
|
|
"prefix": "lib",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular/build:ng-packagr",
|
|
"options": {
|
|
"project": "projects/shared/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "tsconfig.lib.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cli": {
|
|
"schematicCollections": [],
|
|
"analytics": false
|
|
},
|
|
"schematics": {
|
|
"@schematics/angular:component": {
|
|
"displayBlock": true,
|
|
"changeDetection": "OnPush",
|
|
"style": "scss",
|
|
"skipTests": true,
|
|
"skipImport": true,
|
|
"type": "component"
|
|
},
|
|
"@schematics/angular:directive": {
|
|
"type": "directive"
|
|
},
|
|
"@schematics/angular:service": {
|
|
"type": "service"
|
|
},
|
|
"@schematics/angular:guard": {
|
|
"typeSeparator": "."
|
|
},
|
|
"@schematics/angular:interceptor": {
|
|
"typeSeparator": "."
|
|
},
|
|
"@schematics/angular:module": {
|
|
"typeSeparator": "."
|
|
},
|
|
"@schematics/angular:pipe": {
|
|
"typeSeparator": "."
|
|
},
|
|
"@schematics/angular:resolver": {
|
|
"typeSeparator": "."
|
|
}
|
|
}
|
|
}
|