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 #635

Merged
merged 1 commit into from
Jul 1, 2024
Merged
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: 35 additions & 0 deletions src/routes/packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3034,5 +3034,40 @@
"description": "Write PaperScript code directly in your Svelte components!",
"npm": "svelte-paperscript",
"categories": ["build-plugins", "integrations"]
},
{
"title": "Sveaflet",
"repository": "https://github.com/GrayFrost/sveaflet",
"description": "Sveaflet is a library for the Svelte framework that wraps Leaflet making it easy to crete reactive maps.",
"npm": "sveaflet",
"categories": ["integrations"]
},
{
"title": "svelte-contextify",
"repository": "https://github.com/Hugos68/svelte-contextify",
"description": "A tiny library for vastly improving context managament in Svelte apps by encapsulating the Context API.",
"npm": "svelte-contextify",
"categories": ["stores-and-state"]
},
{
"title": "Svelte Flow",
"repository": "https://github.com/xyflow/xyflow",
"description": "Powerful open source libraries for building node-based UIs with Svelte",
"npm": "@xyflow/svelte",
"categories": ["data-visualisation"]
},
{
"title": "convex-svelte",
"repository": "https://github.com/get-convex/convex-svelte",
"description": "Receive live updates to Convex query subscriptions and call mutations and actions from Svelte",
"npm": "convex-svelte",
"categories": ["data-fetching"]
},
{
"title": "sveltekit-reroute",
"repository": "https://github.com/joshnuss/sveltekit-reroute",
"description": "A SvelteKit handler for redirection rules.",
"npm": "sveltekit-reroute",
"categories": ["routers"]
}
]