Skip to content

Commit

Permalink
Add two new entries to packages.json (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins authored Jan 25, 2024
1 parent 817c0f8 commit a094f5a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/routes/packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]

0 comments on commit a094f5a

Please sign in to comment.