Merge pull request #3980 from nurbek91/SvelteKit2

Add SvelteKit , update Svelte / UI Framework
main
Elbert Alias 4 years ago committed by GitHub
commit bdaf400c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18891,10 +18891,28 @@
"cats": [ "cats": [
12 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]*\\\"", "html": "<[^>]+class=\\\"[^\\\"]+\\ssvelte-[\\w]*\\\"",
"icon": "Svelte.svg", "icon": "Svelte.svg",
"oss": true,
"website": "https://svelte.dev" "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": { "SweetAlert": {
"cats": [ "cats": [
59 59