Skip to content

Commit

Permalink
Add necessary imports
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Sep 11, 2024
1 parent d208494 commit 01103c1
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"imports": {
"$fresh/": "https://denopkg.com/denoland/[email protected]/",
"preact": "npm:[email protected]",
"preact-render-to-string": "npm:[email protected]",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/@preact/[email protected]",
"std/": "https://deno.land/[email protected]/",
"partytown/": "https://deno.land/x/[email protected]/",
"deco-sites/std/": "https://denopkg.com/deco-sites/[email protected]/",
"deco/": "https://denopkg.com/deco-cx/[email protected]/",
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5",
"@core/asyncutil": "jsr:@core/asyncutil@^1.0.2",
"@deco/codemod-toolkit": "jsr:@deco/codemod-toolkit@^0.2.1",
"@deco/durable": "jsr:@deco/durable@^0.5.3",
"@deco/warp": "jsr:@deco/[email protected]",
"@hono/hono": "jsr:@hono/hono@^4.5.4",
"@std/assert": "jsr:@std/assert@^1.0.2",
"@std/async": "jsr:@std/async@^0.224.1",
"@std/cli": "jsr:@std/cli@^1.0.3",
"@std/crypto": "jsr:@std/[email protected]",
"@std/datetime": "jsr:@std/datetime@^0.224.0",
"@std/encoding": "jsr:@std/encoding@^1.0.0-rc.1",
Expand All @@ -25,15 +24,17 @@
"@std/semver": "jsr:@std/semver@^0.224.3",
"@std/streams": "jsr:@std/streams@^1.0.0",
"@std/testing": "jsr:@std/testing@^1.0.0",
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5",
"@core/asyncutil": "jsr:@core/asyncutil@^1.0.2",
"@deco/durable": "jsr:@deco/durable@^0.5.3",
"@deco/warp": "jsr:@deco/[email protected]",
"@hono/hono": "jsr:@hono/hono@^4.5.4",
"@std/cli": "jsr:@std/cli@^1.0.3",
"@zaubrik/djwt": "jsr:@zaubrik/djwt@^3.0.2",
"fast-json-patch": "npm:fast-json-patch@^3.1.1",
"partytown/": "https://deno.land/x/[email protected]/",
"preact": "npm:[email protected]",
"preact-render-to-string": "npm:[email protected]",
"simple-git": "npm:simple-git@^3.25.0",
"std/": "https://deno.land/[email protected]/",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/@preact/[email protected]",
"deco-sites/std/": "https://denopkg.com/deco-sites/[email protected]/",
"deco/": "https://denopkg.com/deco-cx/[email protected]/",
"https://esm.sh/*[email protected]": "npm:[email protected]",
"@deco/deco": "jsr:@deco/deco@^1.97.5",
"@deco/inspect-vscode": "jsr:@deco/inspect-vscode@^0.2.1"
Expand Down Expand Up @@ -64,4 +65,4 @@
"jsxImportSource": "preact"
},
"version": "0.57.1"
}
}

0 comments on commit 01103c1

Please sign in to comment.