diff --git a/package.json b/package.json index aa71341..4df6bd1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "astro build", "preview": "astro preview", "astro": "astro", - "test": "vitest" + "test": "playwright test" }, "dependencies": { "@astrojs/solid-js": "^5.1.0", @@ -15,6 +15,7 @@ "astro": "^5.13.3", "astro-compressor": "^1.1.2", "lightningcss": "^1.30.1", + "sharp": "^0.34.3", "solid-js": "^1.9.9" }, "devDependencies": {