{ "tasks": { "start": "deno run -A --env-file=.env src/main.ts", "dev": "deno run -A --env-file=.env --watch src/main.ts" }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, "imports": { "@shikijs/shiki": "jsr:@shikijs/shiki@^3.7.0", "@slices/client": "jsr:@slices/client@^0.1.0-alpha.3", "@slices/oauth": "../packages/oauth/mod.ts", "@slices/session": "../packages/session/mod.ts", "@slices/codegen": "../packages/codegen/src/mod.ts", "@std/assert": "jsr:@std/assert@^1.0.14", "marked": "npm:marked@^16.3.0", "marked-highlight": "npm:marked-highlight@^2.2.2", "preact": "npm:preact@^10.27.1", "preact-render-to-string": "npm:preact-render-to-string@^6.5.13", "typed-htmx": "npm:typed-htmx@^0.3.1", "@std/http": "jsr:@std/http@^1.0.17", "clsx": "npm:clsx@^2.1.1", "tailwind-merge": "npm:tailwind-merge@^2.5.5", "lucide-preact": "npm:lucide-preact@^0.544.0", "@takumi-rs/helpers": "npm:@takumi-rs/helpers@^0.29.8", "@takumi-rs/core": "npm:@takumi-rs/core@^0.29.8" } }