diff --git a/src/technologies.json b/src/technologies.json index a19fbd9fc..d8e9f8f87 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -18891,10 +18891,28 @@ "cats": [ 12 ], + "description": "Svelte is a free and open-source front end compiler created by Rich Harris and maintained by the Svelte core team members.", "html": "<[^>]+class=\\\"[^\\\"]+\\ssvelte-[\\w]*\\\"", "icon": "Svelte.svg", + "oss": true, "website": "https://svelte.dev" }, + "SvelteKit": { + "cats": [ + 66 + ], + "description": "SvelteKit is the official Svelte framework for building web applications with a flexible filesystem-based routing.", + "icon": "Svelte.svg", + "dom": { + "a": { + "attributes": { + "sveltekit:prefetch": "" + } + } + }, + "oss": true, + "website": "https://kit.svelte.dev" + }, "SweetAlert": { "cats": [ 59