diff --git a/src/technologies.json b/src/technologies.json index deb017292..be51f9461 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -18838,10 +18838,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 an officially supported framework, built around Svelte.", + "icon": "Svelte.svg", + "dom": { + "a": { + "attributes": { + "sveltekit:prefetch": "" + } + } + }, + "oss": true, + "website": "https://kit.svelte.dev" + }, "SweetAlert": { "cats": [ 59