Unlighthouse blogpost + version in docker

This commit is contained in:
Firq 2025-04-12 18:43:57 +02:00
parent 753a39e13c
commit 66c9220468
Signed by: Firq
GPG key ID: DCE182BA39C697B2
7 changed files with 269 additions and 22 deletions

View file

@ -1,7 +1,7 @@
{
"name": "@firq/fgosite",
"type": "module",
"version": "0.2.0-pre.92",
"version": "0.2.0-pre.93",
"private": true,
"scripts": {
"dev": "astro dev",
@ -18,10 +18,10 @@
"@fontsource-variable/work-sans": "^5.2.5",
"astro": "^5.6.1",
"astro-meta-tags": "^0.3.1",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.21",
"iconoir": "^7.10.1",
"postcss-preset-env": "^10.1.5",
"typescript": "^5.5.3"
"typescript": "^5.8.3"
},
"devDependencies": {
"unlighthouse": "^0.16.3"