Skip to content

Commit

Permalink
chore: Add new projects (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins authored Jun 9, 2024
1 parent 1c73fe6 commit 8b3d804
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
35 changes: 33 additions & 2 deletions src/routes/packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"]
},
{
Expand Down Expand Up @@ -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"]
}
]
6 changes: 6 additions & 0 deletions src/routes/templates/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]

0 comments on commit 8b3d804

Please sign in to comment.