chore: add components and css lib
This commit is contained in:
parent
05a477469d
commit
209865f57e
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue