diff --git a/src/routes/components/components.json b/src/routes/components/components.json index adeaf269f..cfbaf5969 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -198,7 +198,7 @@ }, { "title": "svelte-virtual-table", - "description": "A virtual, sortable table for Svelte ", + "description": "A virtual, sortable table for Svelte", "repository": "https://github.com/BernhardWebstudio/svelte-virtual-table", "npm": "svelte-virtual-table", "tags": ["components and libraries"], @@ -2330,7 +2330,7 @@ }, { "title": "sveltekit-search-params", - "repository": "https://github.com/paoloricciuti/sveltekit-search-params ", + "repository": "https://github.com/paoloricciuti/sveltekit-search-params", "description": "The best way to read and WRITE from query params in sveltekit.", "npm": "sveltekit-search-params", "category": "Stores", @@ -2795,5 +2795,29 @@ "npm": "@mavthedev/svodals", "category": "User Interaction", "tags": ["modals"] + }, + { + "title": "svelte-persisted-store", + "repository": "https://github.com/joshnuss/svelte-persisted-store", + "description": "A Svelte store that persists to localStorage", + "npm": "svelte-persisted-store", + "category": "Stores", + "tags": ["stores and state"] + }, + { + "title": "svelte-stripe", + "repository": "https://github.com/joshnuss/svelte-stripe", + "description": "Everything you need to add Stripe Elements to your Svelte project.", + "npm": "svelte-stripe", + "category": "Integration", + "tags": ["integrations"] + }, + { + "title": "vite-plugin-kit-routes", + "repository": "https://github.com/jycouet/kitql/tree/main/packages/vite-plugin-kit-routes", + "description": "Automatically updates route references in SvelteKit projects", + "npm": "vite-plugin-kit-routes", + "category": "Developer Experience", + "tags": ["validation"] } ] diff --git a/src/routes/templates/templates.json b/src/routes/templates/templates.json index 175ceeefa..fea7fa14a 100644 --- a/src/routes/templates/templates.json +++ b/src/routes/templates/templates.json @@ -696,7 +696,7 @@ { "title": "SvelteKit with Prisma and AuthJS", "repository": "https://github.com/KoljaL/SK-AuthJS", - "description": "Just to try out the new way to authorizes with a common library ", + "description": "Just to try out the new way to authorizes with a common library", "category": "SvelteKit", "tags": ["database", "typescript", "integrations"] }, @@ -776,8 +776,22 @@ "title": "sveltekit-shadcn-ai", "url": "https://github.com/juliuslipp/sveltekit-shadcn-ai", "repository": "https://github.com/juliuslipp/sveltekit-shadcn-ai", - "description": " The SvelteKit-Shadcn-UI-AI starter template is an innovative project combining Svelte, AI, and a range of web technologies, powered by Bun as its efficient package manager. It's an evolving toolkit ideal for developers looking to explore AI integrations and the streamlined capabilities of Svelte.", + "description": "The SvelteKit-Shadcn-UI-AI starter template is an innovative project combining Svelte, AI, and a range of web technologies, powered by Bun as its efficient package manager. It's an evolving toolkit ideal for developers looking to explore AI integrations and the streamlined capabilities of Svelte.", "category": "SvelteKit", "tags": ["templates", "blog", "database", "mdsvex", "markdown", "typescript"] + }, + { + "title": "svelte-library-template", + "repository": "https://github.com/lachlancollins/svelte-library-template", + "description": "Template to use svelte-package for library development.", + "category": "Svelte", + "tags": ["templates", "typescript", "testing"] + }, + { + "title": "KitForStartups", + "repository": "https://github.com/okupter/kitforstartups", + "description": "A starter kit for building and shipping fast, secure, and scalable full stack SaaS applications with SvelteKit and TypeScript.", + "category": "SvelteKit", + "tags": ["templates", "typescript"] } ] diff --git a/src/routes/tools/tools.json b/src/routes/tools/tools.json index 667b247cb..3203a57cb 100644 --- a/src/routes/tools/tools.json +++ b/src/routes/tools/tools.json @@ -290,7 +290,7 @@ { "title": "walk-and-graph-svelte-components", "repository": "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 aka \"imports\". No external dependency, only FS (Node).", "category": "Debugging", "tags": [] },