|
2 | 2 | "workspace": [
|
3 | 3 | "./vtex",
|
4 | 4 | "./website",
|
5 |
| - "./htmx" |
| 5 | + "./htmx", |
| 6 | + "./blog", |
| 7 | + "./admin" |
6 | 8 | ],
|
7 | 9 | "imports": {
|
8 | 10 | "$fresh/": "https://denopkg.com/denoland/[email protected]/",
|
9 |
| - "@deco/deco": "jsr:@deco/[email protected]", |
| 11 | + "@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5", |
| 12 | + "@core/asyncutil": "jsr:@core/asyncutil@^1.0.0", |
| 13 | + "@deco/deco": "jsr:@deco/deco@^1.86.6-alpha.4", |
10 | 14 | "@deco/durable": "jsr:@deco/durable@^0.5.3",
|
11 | 15 | "@deco/inspect-vscode": "jsr:@deco/inspect-vscode@^0.2.1",
|
| 16 | + "@deco/warp": "jsr:@deco/[email protected]", |
| 17 | + "@deno/gfm": "jsr:@deno/gfm@^0.8.2", |
12 | 18 | "@preact/signals": "https://esm.sh/*@preact/[email protected]",
|
13 | 19 | "@preact/signals-core": "https://esm.sh/@preact/[email protected]",
|
14 | 20 | "@std/assert": "jsr:@std/assert@^1.0.2",
|
15 | 21 | "@std/async": "jsr:@std/async@^1.0.3",
|
16 | 22 | "@std/crypto": "jsr:@std/crypto@^1.0.2",
|
| 23 | + "@std/datetime": "jsr:@std/datetime@^0.224.0", |
17 | 24 | "@std/encoding": "jsr:@std/encoding@^1.0.1",
|
| 25 | + "@std/flags": "jsr:@std/flags@^0.224.0", |
18 | 26 | "@std/fmt": "jsr:@std/fmt@^1.0.0",
|
19 | 27 | "@std/fs": "jsr:@std/fs@^1.0.1",
|
20 | 28 | "@std/http": "jsr:@std/http@^1.0.2",
|
21 |
| - "@std/media-types": "jsr:@std/media-types@^1.0.2", |
22 |
| - "@std/path": "jsr:@std/path@^1.0.2", |
23 |
| - "@zaubrik/djwt": "jsr:@zaubrik/djwt@^3.0.2", |
24 |
| - "preact": "npm:[email protected]", |
25 |
| - "preact-render-to-string": "npm:[email protected]", |
26 |
| - "@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5", |
27 |
| - "@core/asyncutil": "jsr:@core/asyncutil@^1.0.0", |
28 |
| - "@deco/warp": "jsr:@deco/[email protected]", |
29 |
| - "@std/datetime": "jsr:@std/datetime@^0.224.0", |
30 |
| - "@std/flags": "jsr:@std/flags@^0.224.0", |
31 | 29 | "@std/io": "jsr:@std/io@^0.224.4",
|
32 | 30 | "@std/log": "jsr:@std/log@^0.224.5",
|
| 31 | + "@std/media-types": "jsr:@std/media-types@^1.0.2", |
| 32 | + "@std/path": "jsr:@std/path@^1.0.2", |
33 | 33 | "@std/semver": "jsr:@std/semver@^0.224.3",
|
34 | 34 | "@std/streams": "jsr:@std/streams@^1.0.0",
|
35 | 35 | "@std/testing": "jsr:@std/testing@^1.0.0",
|
| 36 | + "@zaubrik/djwt": "jsr:@zaubrik/djwt@^3.0.2", |
36 | 37 | "partytown/": "https://deno.land/x/[email protected]/",
|
| 38 | + "preact": "npm:[email protected]", |
| 39 | + "preact-render-to-string": "npm:[email protected]", |
37 | 40 | "std/": "https://deno.land/[email protected]/"
|
38 | 41 | },
|
39 | 42 | "lock": false,
|
|
0 commit comments