{ "lock": false, "tasks": { "check": "deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx", "start": "deno run -A --unstable --watch=static/,home_content/,routes/ dev.ts", "build": "deno run -A --unstable dev.ts build", "preview": "deno run -A --unstable main.ts", "update": "deno run -A --unstable -r https://fresh.deno.dev/update ." }, "lint": { "rules": { "tags": ["fresh", "recommended"] } }, "lib": { "deno.unstable": true }, "imports": { "$fresh/": "https://deno.land/x/fresh@1.5.2/", "preact": "https://esm.sh/preact@10.18.1", "preact/": "https://esm.sh/preact@10.18.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.2", "@preact/signals": "https://esm.sh/*@preact/signals@1.2.1", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.0", "twind": "https://esm.sh/@twind/core@1.1.3", "twind/": "https://esm.sh/@twind/core@1.1.3/", "@twind/preset-tailwind": "https://esm.sh/@twind/preset-tailwind@1.1.4", "@twind/preset-autoprefix": "https://esm.sh/@twind/preset-autoprefix@1.0.7", "$std/": "https://deno.land/std@0.193.0/", "$gfm": "https://deno.land/x/gfm@0.2.3/mod.ts", "axios-web": "https://esm.sh/axios@1.3.2?target=es2022" }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, "exclude": ["**/_fresh/*"] }