Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add new projects #626

Merged
merged 1 commit into from
Jun 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"]
}
]