From 87b0b266b23f074aac2e68eb9b6f00757e864208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl=20=28xHyroM=29?= Date: Fri, 6 Oct 2023 16:01:38 +0200 Subject: [PATCH] build: add sharp --- package.json | 1 + pnpm-lock.yaml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a04d91..3e24864 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "fireworks-js": "^2.10.7", "html-minifier": "^4.0.0", "preact": "^10.18.1", + "sharp": "^0.32.6", "tailwindcss": "^3.3.3" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 790edbd..4ed46a6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -49,6 +49,9 @@ dependencies: preact: specifier: ^10.18.1 version: 10.18.1 + sharp: + specifier: ^0.32.6 + version: 0.32.6 tailwindcss: specifier: ^3.3.3 version: 3.3.3 @@ -3838,7 +3841,6 @@ packages: tar-fs: 3.0.4 tunnel-agent: 0.6.0 dev: false - optional: true /shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}