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

Add more package submissions #537

Merged
merged 1 commit into from
Dec 21, 2023
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
83 changes: 81 additions & 2 deletions src/routes/packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,7 @@
},
{
"category": "Forms & User Input",
"description": "Svelte components for tiptap v2",
"description": "Svelte components for tiptap v2. Open source headless content editor.",
"npm": "svelte-tiptap",
"tags": ["components and libraries"],
"title": "svelte-tiptap",
Expand Down Expand Up @@ -2326,6 +2326,14 @@
"category": "Stores",
"tags": ["stores and state"]
},
{
"title": "sveltekit-view-transition",
"repository": "https://github.com/paoloricciuti/sveltekit-view-transition",
"description": "Simplified view-transition-api for Sveltekit.",
"npm": "sveltekit-view-transition",
"category": "Developer Experience",
"tags": ["in-page navigation"]
},
{
"title": "sterling-svelte",
"repository": "https://github.com/GeoffCox/sterling-svelte",
Expand Down Expand Up @@ -2724,7 +2732,7 @@
{
"title": "Supabase Auth",
"npm": "@supabase/auth-helpers-sveltekit",
"repository": "https://github.com/supabase/auth-helpers",
"repository": "https://github.com/supabase/auth-helpers/tree/main/packages/sveltekit",
"description": "A collection of framework specific Auth utilities for working with Supabase",
"category": "Integration",
"tags": ["components and libraries", "integrations", "auth"]
Expand Down Expand Up @@ -3106,5 +3114,76 @@
"description": "Delegate events with on:* 🎉",
"npm": "svelte-preprocess-delegate-events",
"category": "Preprocessors"
},
{
"title": "Dark Runes",
"repository": "https://github.com/flakolefluk/dark-runes",
"description": "Svelte Custom Runes. Dark Runes will be retired when equivalent features are incorporated into the core Svelte framework.",
"npm": "dark-runes",
"category": "Preprocessors"
},
{
"title": "Clerk SvelteKit",
"repository": "https://github.com/markjaquith/clerk-sveltekit",
"description": "Adapter for using Clerk authentication in SvelteKit.",
"npm": "clerk-sveltekit",
"category": "Integration",
"tags": ["auth"]
},
{
"title": "Svelvet",
"repository": "https://github.com/open-source-labs/Svelvet",
"description": "A Svelte library for building dynamic, infinitely customizable node-based user interfaces and flowcharts",
"npm": "svelvet",
"category": "Data Visualisation",
"tags": []
},
{
"title": "Carta",
"repository": "https://github.com/BearToCode/carta",
"description": "Carta is a lightweight, fast and extensible Svelte Markdown editor and viewer, based on Marked.",
"npm": "carta-md",
"category": "Forms & User Input",
"tags": []
},
{
"title": "svelte-broadcastable",
"repository": "https://github.com/Hugos68/svelte-broadcastable",
"description": "Svelte broadcastable is a store wrapper for the Broadcast Channel API.",
"npm": "svelte-broadcastable",
"category": "Stores",
"tags": []
},
{
"title": "svelte-markdown-input",
"repository": "https://github.com/CaptainCodeman/svelte-markdown-input",
"description": "A simple markdown input action and store for Svelte. Designed for simple inputs of HTML snippets.",
"npm": "svelte-markdown-input",
"category": "Forms & User Input",
"tags": []
},
{
"title": "svelte-tweakpane-ui",
"repository": "https://github.com/kitschpatrol/svelte-tweakpane-ui",
"description": "A Svelte component library wrapping UI elements from Tweakpane.",
"npm": "svelte-tweakpane-ui",
"category": "Display Components",
"tags": []
},
{
"title": "tRPC-SvelteKit",
"repository": "https://github.com/icflorescu/trpc-sveltekit",
"description": "End-to-end typesafe APIs with tRPC.io for your SvelteKit applications.",
"npm": "trpc-sveltekit",
"category": "Integration",
"tags": []
},
{
"title": "Konsta UI",
"repository": "https://github.com/konstaui/konsta",
"description": "Mobile UI components made with Tailwind CSS",
"npm": "konsta",
"category": "Design System",
"tags": ["components and libraries"]
}
]
7 changes: 6 additions & 1 deletion src/routes/resources/misc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"title": "SvelteLab",
"url": "https://www.sveltelab.dev/",
"description": "Supercharged REPL for Svelte. Instantly spin up a SvelteKit project and share it with the world."
},
{
"title": "meteor-svelte",
"url": "https://github.com/meteor-svelte/meteor-svelte",
Expand All @@ -12,6 +17,6 @@
{
"title": "walk-and-graph-svelte-components",
"url": "https://github.com/j2l/walk-and-graph-svelte-components",
"description": "CLI node script to walk svelte and js files, to draw a beautiful JPG of your dependencies aka \"imports\". No external dependency, only FS (Node)."
"description": "CLI node script to walk svelte and js files, to draw a beautiful JPG of your dependencies."
}
]
35 changes: 35 additions & 0 deletions src/routes/templates/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -777,5 +777,40 @@
"description": "Animotion is a presentational framework for creating beautiful slides and visualizing ideas with code using Svelte, Reveal.js and Tailwind CSS.",
"category": "Svelte",
"tags": []
},
{
"title": "create-o7-app",
"repository": "https://github.com/ottomated/create-o7-app",
"description": "An opinionated CLI for creating type-safe Svelte apps.",
"category": "SvelteKit",
"tags": []
},
{
"title": "Sveltekit Auth Starter",
"repository": "https://github.com/delay/sveltekit-auth-starter",
"description": "Utilizes Lucia for authentication, Skeleton for ui elements, Prisma for database connectivity and type safety, Lucide for icons, inlang for translation, Zod and Superforms to handle forms and validation and Sveltekit.",
"category": "SvelteKit",
"tags": []
},
{
"title": "Svelte Realworld",
"repository": "https://github.com/sveltejs/realworld",
"description": "Svelte codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.",
"category": "SvelteKit",
"tags": []
},
{
"title": "editable-website",
"repository": "https://github.com/michael/editable-website",
"description": "A SvelteKit template for coding completely custom websites, while allowing non-technical people to make edits to the content by simply logging in with a secure admin password.",
"category": "SvelteKit",
"tags": []
},
{
"title": "SPLAT",
"repository": "https://github.com/zeucapua/splat-template",
"description": "A project template to get started with the SPLAT stack (SvelteKit, Prisma, Lucia (Auth), TailwindCSS)",
"category": "SvelteKit",
"tags": []
}
]