Refactor footer and home components; update image formats and improve text descriptions
This commit is contained in:
+1
-8
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user