import_map.json 396 B

1234567891011
  1. {
  2. "imports": {
  3. "$fresh/": "https://deno.land/x/fresh@1.1.5/",
  4. "$http/": "https://deno.land/std@0.184.0/http/",
  5. "preact": "https://esm.sh/preact@10.13.2",
  6. "preact/": "https://esm.sh/preact@10.13.2/",
  7. "preact-render-to-string": "https://esm.sh/preact-render-to-string@6.0.2?deps=preact@10.13.2",
  8. "showdown": "https://esm.sh/showdown@2.1.0",
  9. "utils/": "./utils/"
  10. }
  11. }