mirror of
https://github.com/NuschtOS/search.git
synced 2024-11-21 11:19:06 +01:00
131 lines
3.9 KiB
JSON
131 lines
3.9 KiB
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"version": 1,
|
|
"newProjectRoot": "projects",
|
|
"projects": {
|
|
"nuscht-search": {
|
|
"projectType": "application",
|
|
"schematics": {
|
|
"@schematics/angular:component": {
|
|
"style": "scss"
|
|
}
|
|
},
|
|
"root": "",
|
|
"sourceRoot": "src",
|
|
"prefix": "app",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:application",
|
|
"options": {
|
|
"outputPath": "dist/nuscht-search",
|
|
"index": "src/index.html",
|
|
"browser": "src/main.ts",
|
|
"polyfills": [
|
|
"zone.js"
|
|
],
|
|
"tsConfig": "tsconfig.app.json",
|
|
"inlineStyleLanguage": "scss",
|
|
"assets": [
|
|
{
|
|
"glob": "**/*",
|
|
"input": "public"
|
|
}
|
|
],
|
|
"styles": [
|
|
"node_modules/@fontsource/dm-sans/400.css",
|
|
"node_modules/@fontsource/dm-sans/400-italic.css",
|
|
"node_modules/@fontsource/dm-sans/700.css",
|
|
"node_modules/@fontsource/dm-sans/700-italic.css",
|
|
"node_modules/@fontsource/dm-mono/400.css",
|
|
"node_modules/@feel/style/main.scss",
|
|
"src/styles.scss"
|
|
],
|
|
"scripts": [],
|
|
"stylePreprocessorOptions": {
|
|
"includePaths": [
|
|
"node_modules/@feel/style/global",
|
|
"src/scss/global"
|
|
]
|
|
}
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "500kB",
|
|
"maximumError": "1MB"
|
|
},
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "2kB",
|
|
"maximumError": "4kB"
|
|
}
|
|
],
|
|
"outputHashing": "all"
|
|
},
|
|
"development": {
|
|
"optimization": false,
|
|
"extractLicenses": false,
|
|
"sourceMap": true
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"serve": {
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
"configurations": {
|
|
"production": {
|
|
"buildTarget": "nuscht-search:build:production"
|
|
},
|
|
"development": {
|
|
"buildTarget": "nuscht-search:build:development"
|
|
}
|
|
},
|
|
"defaultConfiguration": "development"
|
|
},
|
|
"extract-i18n": {
|
|
"builder": "@angular-devkit/build-angular:extract-i18n"
|
|
},
|
|
"test": {
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"polyfills": [
|
|
"zone.js",
|
|
"zone.js/testing"
|
|
],
|
|
"tsConfig": "tsconfig.spec.json",
|
|
"inlineStyleLanguage": "scss",
|
|
"assets": [
|
|
{
|
|
"glob": "**/*",
|
|
"input": "public"
|
|
}
|
|
],
|
|
"styles": [
|
|
"node_modules/@fontsource/dm-sans/400.css",
|
|
"node_modules/@fontsource/dm-sans/400-italic.css",
|
|
"node_modules/@fontsource/dm-sans/700.css",
|
|
"node_modules/@fontsource/dm-sans/700-italic.css",
|
|
"node_modules/@fontsource/dm-mono/400.css",
|
|
"node_modules/@feel/style/main.scss",
|
|
"src/styles.scss"
|
|
],
|
|
"scripts": [],
|
|
"stylePreprocessorOptions": {
|
|
"includePaths": [
|
|
"node_modules/@feel/style/global",
|
|
"src/scss/global"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cli": {
|
|
"analytics": false,
|
|
"packageManager": "pnpm"
|
|
}
|
|
}
|