|
2 | 2 | "imports": { |
3 | 3 | "$fresh/": "https://deno.land/x/fresh@1.7.3/", |
4 | 4 | "@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5", |
5 | | - "@core/asyncutil": "jsr:@core/asyncutil@^1.0.2", |
| 5 | + "@core/asyncutil": "jsr:@core/asyncutil@^1.0.0", |
6 | 6 | "@deco/codemod-toolkit": "jsr:@deco/codemod-toolkit@0.3.4", |
7 | 7 | "@deco/durable": "jsr:@deco/durable@0.5.3", |
8 | | - "@deco/warp": "jsr:@deco/warp@0.3.10", |
| 8 | + "@deco/warp": "jsr:@deco/warp@0.3.12", |
9 | 9 | "@hono/hono": "jsr:@hono/hono@^4.5.4", |
10 | 10 | "@std/assert": "jsr:@std/assert@^1.0.2", |
11 | 11 | "@std/async": "jsr:@std/async@^0.224.1", |
|
26 | 26 | "@std/testing": "jsr:@std/testing@^1.0.0", |
27 | 27 | "@zaubrik/djwt": "jsr:@zaubrik/djwt@^3.0.2", |
28 | 28 | "fast-json-patch": "npm:fast-json-patch@^3.1.1", |
29 | | - "partytown/": "https://deno.land/x/partytown@0.4.8/", |
| 29 | + "partytown/": "https://cdn.jsdelivr.net/gh/deco-cx/partytown@0.4.8/", |
30 | 30 | "preact": "npm:preact@10.23.1", |
31 | 31 | "preact-render-to-string": "npm:preact-render-to-string@6.4.2", |
32 | 32 | "simple-git": "npm:simple-git@^3.25.0", |
33 | 33 | "std/": "https://deno.land/std@0.190.0/", |
34 | 34 | "site/": "./", |
35 | | - "deco/": "https://cdn.jsdelivr.net/gh/deco-cx/deco@1.120.10/", |
36 | | - "apps/": "https://cdn.jsdelivr.net/gh/deco-cx/apps@0.115.8/", |
| 35 | + "deco/": "https://cdn.jsdelivr.net/gh/deco-cx/deco@1.199.1/", |
| 36 | + "apps/": "https://cdn.jsdelivr.net/gh/deco-cx/apps@0.153.0/", |
| 37 | + "@deco/htmx": "https://cdn.jsdelivr.net/gh/deco-cx/apps@0.153.0/htmx/mod.ts", |
37 | 38 | "@preact/signals": "https://esm.sh/*@preact/signals@1.2.2", |
38 | 39 | "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1", |
39 | | - "daisyui": "npm:daisyui@4.4.19", |
40 | | - "@deco/htmx": "https://denopkg.com/deco-cx/apps@0.115.8/htmx/mod.ts", |
| 40 | + "daisyui": "npm:daisyui@4.6.0", |
41 | 41 | "https://esm.sh/*preact-render-to-string@6.3.1": "npm:preact-render-to-string@6.4.2", |
42 | | - "@deco/deco": "jsr:@deco/deco@1.120.10", |
43 | | - "@deco/dev": "jsr:@deco/dev@1.120.10", |
44 | | - "mailersend": "https://esm.sh/mailersend@2.6.0?target=es2022" |
| 42 | + "@deco/deco": "jsr:@deco/deco@1.199.1", |
| 43 | + "@deco/dev": "jsr:@deco/dev@1.199.1", |
| 44 | + "mailersend": "npm:mailersend@2.3.0", |
| 45 | + "@deco/deno-ast-wasm": "jsr:@deco/deno-ast-wasm@0.5.5" |
45 | 46 | }, |
46 | 47 | "tasks": { |
47 | 48 | "start": "deno run -A --unstable-http --env https://deco.cx/run -- deno task dev", |
|
57 | 58 | "cache_clean": "rm deno.lock; deno cache -r main.ts", |
58 | 59 | "build": "deno run -A dev.ts build", |
59 | 60 | "preview": "deno run -A main.ts", |
| 61 | + "generate-icons": "deno run -A --unstable static/generate-icons.ts", |
60 | 62 | "dev": "deno run -A --env --unstable-kv --unstable-hmr dev.ts", |
61 | | - "reload": "deno cache -r https://deco.cx/run" |
| 63 | + "reload": "deno cache -r https://deco.cx/run", |
| 64 | + "validate": "deno run -A https://deco.cx/validate" |
62 | 65 | }, |
63 | 66 | "githooks": { |
64 | 67 | "pre-commit": "check" |
|
68 | 71 | "static/", |
69 | 72 | "README.md", |
70 | 73 | "_fresh", |
71 | | - "**/_fresh/*", |
72 | | - ".deco/**" |
| 74 | + "**/_fresh/*" |
73 | 75 | ], |
74 | 76 | "lint": { |
75 | 77 | "rules": { |
|
79 | 81 | ] |
80 | 82 | } |
81 | 83 | }, |
82 | | - "nodeModulesDir": false, |
| 84 | + "nodeModulesDir": true, |
83 | 85 | "compilerOptions": { |
84 | 86 | "jsx": "react-jsx", |
85 | | - "jsxImportSource": "preact" |
| 87 | + "jsxImportSource": "preact", |
| 88 | + "experimentalDecorators": true |
86 | 89 | }, |
87 | 90 | "lock": false |
88 | 91 | } |
0 commit comments