Chore: Updated python dependencies
Chore: Updated angular to v19 Chore: Refactored ops with docker and ansible
This commit is contained in:
@ -24,9 +24,6 @@
|
||||
"base": "../frontend"
|
||||
},
|
||||
"index": "src/index.html",
|
||||
"polyfills": [
|
||||
"zone.js"
|
||||
],
|
||||
"tsConfig": "tsconfig.app.json",
|
||||
"inlineStyleLanguage": "sass",
|
||||
"assets": [
|
||||
@ -34,7 +31,7 @@
|
||||
"src/assets"
|
||||
],
|
||||
"styles": [
|
||||
"@angular/material/prebuilt-themes/indigo-pink.css",
|
||||
"@angular/material/prebuilt-themes/azure-blue.css",
|
||||
"src/styles.sass"
|
||||
],
|
||||
"scripts": [],
|
||||
@ -46,7 +43,7 @@
|
||||
{
|
||||
"type": "initial",
|
||||
"maximumWarning": "500kb",
|
||||
"maximumError": "7mb"
|
||||
"maximumError": "1mb"
|
||||
},
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
@ -67,9 +64,6 @@
|
||||
},
|
||||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"options": {
|
||||
"proxyConfig": "proxy.conf.json"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"buildTarget": "bookie:build:production"
|
||||
@ -78,6 +72,9 @@
|
||||
"buildTarget": "bookie:build:development"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"proxyConfig": "proxy.conf.json"
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
},
|
||||
"extract-i18n": {
|
||||
@ -89,10 +86,6 @@
|
||||
"test": {
|
||||
"builder": "@angular-devkit/build-angular:karma",
|
||||
"options": {
|
||||
"polyfills": [
|
||||
"zone.js",
|
||||
"zone.js/testing"
|
||||
],
|
||||
"tsConfig": "tsconfig.spec.json",
|
||||
"inlineStyleLanguage": "sass",
|
||||
"assets": [
|
||||
@ -100,7 +93,7 @@
|
||||
"src/assets"
|
||||
],
|
||||
"styles": [
|
||||
"@angular/material/prebuilt-themes/indigo-pink.css",
|
||||
"@angular/material/prebuilt-themes/azure-blue.css",
|
||||
"src/styles.sass"
|
||||
],
|
||||
"scripts": []
|
||||
|
||||
Reference in New Issue
Block a user