diff --git a/src/routes/packages/packages.json b/src/routes/packages/packages.json index e1b517d0f..a3291bafe 100644 --- a/src/routes/packages/packages.json +++ b/src/routes/packages/packages.json @@ -2465,6 +2465,13 @@ "npm": "@neoconfetti/svelte", "categories": ["user-interaction"] }, + { + "title": "@neodrag/svelte", + "repository": "https://github.com/PuruVJ/neodrag/tree/main/packages/svelte", + "description": "A lightweight Svelte action to make your elements draggable.", + "npm": "@neodrag/svelte", + "categories": ["user-interaction"] + }, { "title": "Svelte Headless Table", "repository": "https://github.com/bryanmylee/svelte-headless-table", @@ -2930,9 +2937,9 @@ }, { "title": "Paraglide JS Adapter SvelteKit", - "repository": "https://github.com/opral/monorepo/tree/main/inlang/source-code/paraglide/paraglide-js-adapter-sveltekit", + "repository": "https://github.com/opral/monorepo/tree/main/inlang/source-code/paraglide/paraglide-sveltekit", "description": "Everything you need to internationalize your SvelteKit app with Paraglide.", - "npm": "@inlang/paraglide-js-adapter-sveltekit", + "npm": "@inlang/paraglide-sveltekit", "categories": ["internationalization"] }, { @@ -2989,5 +2996,29 @@ "description": "Svelte v5 table component suitable for examination of extensive tabular data.", "npm": "@wjfe/dataview", "categories": ["data-visualisation", "ui-components"] + }, + { + "title": "Runed", + "url": "https://runed.dev/docs", + "repository": "https://github.com/svecosystem/runed", + "description": "Magical functions for your Svelte applications", + "npm": "runed", + "categories": ["stores-and-state", "user-interaction"] + }, + { + "title": "PaneForge", + "url": "https://paneforge.com/docs", + "repository": "https://github.com/svecosystem/paneforge", + "description": "Resizable pane components for Svelte.", + "npm": "paneforge", + "categories": ["styling-and-layout", "user-interaction"] + }, + { + "title": "Altron", + "url": "https://altron.vercel.app/", + "repository": "https://github.com/EMPTYVOID-DEV/Altron", + "description": "Rich text editor as a svelte component", + "npm": "@altron/altron", + "categories": ["forms-and-input", "integrations"] } ] diff --git a/src/routes/templates/templates.json b/src/routes/templates/templates.json index 197408c59..e3649cbed 100644 --- a/src/routes/templates/templates.json +++ b/src/routes/templates/templates.json @@ -716,5 +716,11 @@ "repository": "https://github.com/passlock-dev/svelte-passkeys", "description": "Authentication template supporting passkeys, mailbox verification emails, social sign in and more. (Lucia, Melt UI, Superforms, Tailwind + others)", "categories": ["sveltekit", "typescript"] + }, + { + "title": "SvelteKit Omakase", + "repository": "https://github.com/n00ki/sveltekit-omakase", + "description": "This project embraces an omakase approach, inspired by the Rails doctrine. It offers an opinionated selection of tools and a structured approach.", + "categories": ["sveltekit", "typescript", "integrations"] } ]