import_map.json 611 B

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