|
42 | 42 | }, |
43 | 43 | "imports": { |
44 | 44 | "@deno/doc": "jsr:@deno/doc@^0.172.0", |
| 45 | + "@std/cli": "jsr:@std/cli@^1.0.17", |
45 | 46 | "@std/collections": "jsr:@std/collections@^1.0.11", |
46 | 47 | "@std/http": "jsr:@std/http@^1.0.15", |
47 | | - "fresh": "jsr:@fresh/core@^2.0.0-alpha.26", |
| 48 | + "fresh": "jsr:@fresh/core@^2.0.0-alpha.29", |
48 | 49 | "preact": "npm:preact@^10.26.6", |
49 | 50 | "preact-render-to-string": "npm:preact-render-to-string@^6.5.11", |
50 | 51 | "$ga4": "https://raw.githubusercontent.com/denoland/ga4/main/mod.ts", |
|
56 | 57 | "@std/crypto": "jsr:@std/crypto@1", |
57 | 58 | "@std/datetime": "jsr:@std/datetime@^0.225.2", |
58 | 59 | "@std/encoding": "jsr:@std/encoding@1", |
59 | | - "@std/fmt": "jsr:@std/fmt@1", |
| 60 | + "@std/fmt": "jsr:@std/fmt@^1.0.7", |
60 | 61 | "@std/fs": "jsr:@std/fs@1", |
61 | 62 | "@std/html": "jsr:@std/html@1", |
62 | 63 | "@std/jsonc": "jsr:@std/jsonc@1", |
|
70 | 71 | "linkedom": "npm:linkedom@^0.16.11", |
71 | 72 | "@std/async": "jsr:@std/async@1", |
72 | 73 | "@std/expect": "jsr:@std/expect@1", |
73 | | - "@std/testing": "jsr:@std/testing@1" |
| 74 | + "@std/testing": "jsr:@std/testing@1", |
| 75 | + |
| 76 | + "autoprefixer": "npm:autoprefixer@10.4.17", |
| 77 | + "cssnano": "npm:cssnano@6.0.3", |
| 78 | + "postcss": "npm:postcss@8.4.35", |
| 79 | + "tailwindcss": "npm:tailwindcss@^3.4.1", |
| 80 | + |
| 81 | + "ts-morph": "npm:ts-morph@^22.0.0", |
| 82 | + |
| 83 | + "@fresh/plugin-tailwind": "jsr:@fresh/plugin-tailwind@^0.0.1-alpha.7", |
| 84 | + "@std/front-matter": "jsr:@std/front-matter@^1.0.5", |
| 85 | + "fresh/compat": "./src/compat/mod.ts", |
| 86 | + "fresh/dev": "./src/dev/mod.ts", |
| 87 | + "fresh/runtime": "./src/runtime/shared.ts", |
| 88 | + "github-slugger": "npm:github-slugger@^2.0.0", |
| 89 | + "marked": "npm:marked@^14.1.2", |
| 90 | + "marked-mangle": "npm:marked-mangle@^1.1.9", |
| 91 | + "prismjs": "npm:prismjs@^1.29.0" |
74 | 92 | }, |
75 | 93 | "compilerOptions": { |
76 | 94 | "lib": ["dom", "dom.asynciterable", "deno.ns", "deno.unstable"], |
|
0 commit comments