|
19 | 19 | }, |
20 | 20 | "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, |
21 | 21 | "imports": { |
22 | | - "$fresh/": "https://raw.githubusercontent.com/denoland/fresh/60220dd33b5b0f6b5c72927c933dbc32a3c4734e/", |
23 | 22 | "@/": "./", |
24 | | - "@deno/gfm": "jsr:@deno/gfm@^0.10.0", |
25 | | - "@preact-icons/tb": "jsr:@preact-icons/tb@^1.0.13", |
26 | | - "@preact/signals": "npm:@preact/signals@1.2.1", |
27 | | - "@preact/signals-core": "npm:@preact/signals-core@1.5.0", |
28 | | - "@std/assert": "jsr:@std/assert@^1.0", |
29 | | - "@std/datetime": "jsr:@std/datetime@^0.225", |
30 | | - "@std/front-matter": "jsr:@std/front-matter@^1.0", |
31 | | - "@std/fs": "jsr:@std/fs@^1.0", |
32 | | - "@std/http": "jsr:@std/http@^1.0", |
33 | | - "@std/path": "jsr:@std/path@^1.0", |
34 | | - "@std/testing": "jsr:@std/testing@^1.0", |
35 | | - "@std/ulid": "jsr:@std/ulid@^1.0", |
36 | | - "fresh_charts/": "https://deno.land/x/fresh_charts@0.3.1/", |
37 | | - "kv_oauth/": "https://deno.land/x/deno_kv_oauth@v0.9.1/", |
38 | | - "preact": "npm:preact@10.22.1", |
39 | | - "preact/hooks": "npm:preact@10.22.1/hooks", |
40 | | - "preact/jsx-runtime": "npm:preact@10.22.1/jsx-runtime", |
41 | | - "stripe": "npm:/stripe@13.5.0", |
| 23 | + "$fresh/": "https://raw.githubusercontent.com/denoland/fresh/60220dd33b5b0f6b5c72927c933dbc32a3c4734e/", |
| 24 | + "preact": "https://esm.sh/preact@10.19.2", |
| 25 | + "preact/": "https://esm.sh/preact@10.19.2/", |
| 26 | + "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.2", |
| 27 | + "@preact/signals": "https://esm.sh/*@preact/signals@1.2.1", |
| 28 | + "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.0", |
42 | 29 | "tailwindcss": "npm:tailwindcss@3.4.1", |
43 | 30 | "tailwindcss/": "npm:/tailwindcss@3.4.1/", |
44 | | - "tailwindcss/plugin": "npm:/tailwindcss@3.4.1/plugin.js" |
| 31 | + "tailwindcss/plugin": "npm:/tailwindcss@3.4.1/plugin.js", |
| 32 | + "$std/": "https://deno.land/std@0.208.0/", |
| 33 | + "stripe": "npm:/stripe@13.5.0", |
| 34 | + "kv_oauth/": "https://deno.land/x/deno_kv_oauth@v0.9.1/", |
| 35 | + "tabler_icons_tsx/": "https://deno.land/x/tabler_icons_tsx@0.0.4/tsx/", |
| 36 | + "fresh_charts/": "https://deno.land/x/fresh_charts@0.3.1/" |
45 | 37 | }, |
46 | 38 | "exclude": ["coverage/", "_fresh/", "**/_fresh/*"], |
47 | 39 | "lint": { "rules": { "tags": ["fresh", "recommended"] } } |
|
0 commit comments