Leaflet Blog in Deno Fresh
1{
2 "lock": false,
3 "tasks": {
4 "check": "deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx",
5 "cli": "echo \"import '\\$fresh/src/dev/cli.ts'\" | deno run --unstable -A -",
6 "manifest": "deno task cli manifest $(pwd)",
7 "start": "deno run -A --watch=static/,routes/ dev.ts",
8 "build": "deno run -A dev.ts build",
9 "preview": "deno run -A main.ts",
10 "update": "deno run -A -r https://fresh.deno.dev/update ."
11 },
12 "lint": { "rules": { "tags": ["fresh", "recommended"] } },
13 "exclude": ["**/_fresh/*"],
14 "imports": {
15 "$fresh/": "https://deno.land/x/fresh@1.7.3/",
16 "@atcute/atproto": "npm:@atcute/atproto@^3.0.1",
17 "@atcute/client": "npm:@atcute/client@^4.0.1",
18 "@atcute/leaflet": "npm:@atcute/leaflet@^1.0.2",
19 "@deno/gfm": "jsr:@deno/gfm@^0.10.0",
20 "@preact-icons/cg": "jsr:@preact-icons/cg@^1.0.13",
21 "@preact-icons/fi": "jsr:@preact-icons/fi@^1.0.13",
22 "@tabler/icons-preact": "npm:@tabler/icons-preact@^3.31.0",
23 "preact": "https://esm.sh/preact@10.22.0",
24 "preact/": "https://esm.sh/preact@10.22.0/",
25 "@preact/signals": "https://esm.sh/*@preact/signals@1.2.2",
26 "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1",
27 "rss": "npm:rss@^1.2.2",
28 "tailwindcss": "npm:tailwindcss@3.4.1",
29 "tailwindcss/": "npm:/tailwindcss@3.4.1/",
30 "tailwindcss/plugin": "npm:/tailwindcss@3.4.1/plugin.js",
31 "$std/": "https://deno.land/std@0.216.0/"
32 },
33 "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
34 "nodeModulesDir": "auto"
35}