deno.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "nodeModulesDir": "manual",
  3. "imports": {
  4. "@std/async": "jsr:@std/async@^1.2.0",
  5. "@std/assert": "jsr:@std/assert@^1.0.19",
  6. "@std/crypto": "jsr:@std/crypto@^1.0.5",
  7. "@std/dotenv": "jsr:@std/dotenv@^0.225.6",
  8. "@std/encoding": "jsr:@std/encoding@^1.0.10",
  9. "@std/http": "jsr:@std/http@^1.0.25",
  10. "@types/node": "npm:@types/node@^25.5.2",
  11. "@types/showdown": "npm:@types/showdown@^2.0.6",
  12. "fresh": "jsr:@fresh/core@^2.2.2",
  13. "fresh/runtime": "jsr:@fresh/core@^2.2.2/runtime",
  14. "preact": "npm:preact@^10.27.2",
  15. "preact/hooks": "npm:preact@^10.27.2/hooks",
  16. "preact/test-utils": "npm:preact@^10.27.2/test-utils",
  17. "@preact/signals": "npm:@preact/signals@^2.5.0",
  18. "showdown": "npm:showdown@^2.1.0",
  19. "@fresh/plugin-vite": "jsr:@fresh/plugin-vite@^1.0.8",
  20. "usid": "npm:usid@^2.0.0",
  21. "jsdom": "npm:jsdom@^26.0.0",
  22. "@testing-library/preact": "npm:@testing-library/preact@^3.2.4",
  23. "utils/": "../../utils/"
  24. },
  25. "compilerOptions": {
  26. "lib": [
  27. "dom",
  28. "dom.asynciterable",
  29. "dom.iterable",
  30. "deno.ns"
  31. ],
  32. "jsx": "react-jsx",
  33. "jsxImportSource": "preact"
  34. }
  35. }