import_map.json 562 B

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