Refactor footer and home components; update image formats and improve text descriptions

This commit is contained in:
Lechner Julian
2025-07-04 08:29:56 +02:00
parent c15abe3e97
commit c0dca3879b
8 changed files with 19 additions and 26 deletions
+1 -8
View File
@@ -5,11 +5,10 @@
"dev": "ng serve",
"test": "ng test",
"clean": "del-cli dist && echo SUCCEED CLEAN",
"compress-images": "imagemin \"public/**/*.{png,jpg,jpeg,ico,webp}\" --plugin.optipng.optimizationLevel=1 --plugin=jpegtran --plugin.webp.lossless=true --out-dir=public",
"updatePackageVersions": "ng update @angular/cli @angular/core && ng update && npm update",
"updateProjectVersion": "npm version patch --no-git-tag-version && echo SUCCEED UPDATE VERSION",
"buildDevelopment": "npm run clean && npm run compress-images && ng build --configuration development && echo SUCCEED DEV BUILD && npm run updateProjectVersion",
"buildProduction": "npm run clean && npm run compress-images && ng build --configuration production && echo SUCCEED PROD BUILD && npm run updateProjectVersion",
"buildProduction": "npm run clean && ng build --configuration production && echo SUCCEED PROD BUILD && npm run updateProjectVersion",
"start": "node dist/server/server.mjs"
},
"private": true,
@@ -46,12 +45,6 @@
"@types/node": "^18.18.0",
"@types/showdown": "^2.0.6",
"del-cli": "^6.0.0",
"imagemin-cli": "^8.0.0",
"imagemin-jpegtran": "^8.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-pngquant": "^10.0.0",
"imagemin-webp": "^8.0.0",
"jasmine-core": "~5.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",