diff --git a/src/routes/packages/packages.json b/src/routes/packages/packages.json index 662910d7e..63e1f11ee 100644 --- a/src/routes/packages/packages.json +++ b/src/routes/packages/packages.json @@ -2899,5 +2899,19 @@ "description": "Streamlined interaction events for Svelte", "npm": "svelte-interactions", "categories": ["user-interaction"] + }, + { + "title": "Paraglide JS Adapter SvelteKit", + "repository": "https://github.com/opral/monorepo/tree/main/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit", + "description": "Everything you need to internationalize your SvelteKit app with Paraglide.", + "npm": "@inlang/paraglide-js-adapter-sveltekit", + "categories": ["internationalization"] + }, + { + "title": "Embla Carousel", + "repository": "https://github.com/davidjerleke/embla-carousel/tree/master/packages/embla-carousel-svelte", + "description": "Embla Carousel is a bare bones carousel library with great fluid motion and awesome swipe precision. It's library agnostic, dependency free and 100% open source.", + "npm": "embla-carousel-svelte", + "categories": ["ui-components", "styling-and-layout", "user-interaction"] } ]