diff --git a/package.json b/package.json index 97a31e2..769e199 100644 --- a/package.json +++ b/package.json @@ -47,5 +47,14 @@ "typescript-eslint": "^8.35.1", "vite": "^7.0.4", "vitest": "^3.2.4" + }, + { + "pnpm": { + "onlyBuiltDependencies": [ + "@tailwindcss/oxide", + "@tsparticles/engine", + "esbuild" + ] } } +}