code dump frontend

This commit is contained in:
2024-12-02 18:29:45 -05:00
parent 44f1f35caa
commit 9e8cf4b147
19 changed files with 681 additions and 184 deletions

View File

@ -23,11 +23,14 @@
"imports": {
"$fresh/": "https://deno.land/x/fresh@1.6.8/",
"$std/": "https://deno.land/std@0.216.0/",
"@preact-hooks/fetch": "jsr:@preact-hooks/fetch@^0.0.4",
"@preact-icons/common": "jsr:@preact-icons/common@^1.0.12",
"@preact-icons/hi2": "jsr:@preact-icons/hi2@^1.0.12",
"@preact/signals": "https://esm.sh/*@preact/signals@1.2.2",
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1",
"preact": "https://esm.sh/preact@10.19.6",
"preact/": "https://esm.sh/preact@10.19.6/",
"preact": "npm:preact@10.22.1",
"preact/": "npm:/preact@10.22.1/",
"preact/hooks": "npm:preact@10.22.1/hooks",
"preact/jsx-runtime": "npm:preact@10.22.1/jsx-runtime",
"tailwindcss": "npm:tailwindcss@3.4.1",
"tailwindcss/": "npm:/tailwindcss@3.4.1/",
"tailwindcss/plugin": "npm:/tailwindcss@3.4.1/plugin.js"