chore: add components and css lib

This commit is contained in:
Julien Oculi 2024-01-14 20:11:08 +01:00
parent 05a477469d
commit 209865f57e

View file

@ -31,7 +31,9 @@
"preact/": "https://esm.sh/preact@10.19.2/", "preact/": "https://esm.sh/preact@10.19.2/",
"@preact/signals": "https://esm.sh/*@preact/signals@1.2.1", "@preact/signals": "https://esm.sh/*@preact/signals@1.2.1",
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.0", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.0",
"$std/": "https://deno.land/std@0.208.0/" "$std/": "https://deno.land/std@0.208.0/",
"univoq": "https://deno.land/x/univoq@0.1.0/mod.ts",
"@univoq/": "https://deno.land/x/univoq@0.1.0/"
}, },
"compilerOptions": { "compilerOptions": {
"jsx": "react-jsx", "jsx": "react-jsx",