|
48 | 48 | "@std/uuid": "jsr:@std/uuid@^1.0.7", |
49 | 49 | "fresh": "jsr:@fresh/core@^2.0.0-alpha.29", |
50 | 50 | "preact": "npm:preact@^10.26.6", |
51 | | - "@preact/signals": "npm:@preact/signals@^2.0.4", |
52 | 51 | "preact-render-to-string": "npm:preact-render-to-string@^6.5.11", |
53 | 52 | "$ga4": "https://raw.githubusercontent.com/denoland/ga4/main/mod.ts", |
54 | 53 | "@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.11.0", |
55 | 54 | "@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0", |
| 55 | + "@preact/signals": "npm:@preact/signals@^2.0.4", |
56 | 56 | "esbuild": "npm:esbuild@0.25.4", |
57 | 57 | "esbuild-wasm": "npm:esbuild-wasm@0.25.4", |
58 | 58 | "@std/crypto": "jsr:@std/crypto@1", |
|
66 | 66 | "@std/path": "jsr:@std/path@1", |
67 | 67 | "@std/semver": "jsr:@std/semver@1", |
68 | 68 | "@std/streams": "jsr:@std/streams@1", |
| 69 | + |
69 | 70 | "@astral/astral": "jsr:@astral/astral@^0.5.3", |
70 | 71 | "@marvinh-test/fresh-island": "jsr:@marvinh-test/fresh-island@^0.0.1", |
71 | 72 | "linkedom": "npm:linkedom@^0.18.10", |
72 | 73 | "@std/async": "jsr:@std/async@^1.0.13", |
73 | 74 | "@std/expect": "jsr:@std/expect@^1.0.16", |
74 | 75 | "@std/testing": "jsr:@std/testing@^1.0.12", |
75 | 76 |
|
76 | | - "@tailwindcss/postcss": "npm:@tailwindcss/postcss@^4.1.7", |
77 | | - "@tailwindcss/oxide": "npm:@tailwindcss/oxide@^4.1.7", |
78 | | - "postcss": "npm:postcss@8.5.3", |
79 | | - "tailwindcss": "npm:tailwindcss@^4.1.7", |
| 77 | + "autoprefixer": "npm:autoprefixer@10.4.17", |
| 78 | + "cssnano": "npm:cssnano@6.0.3", |
| 79 | + "postcss": "npm:postcss@8.4.35", |
| 80 | + "tailwindcss": "npm:tailwindcss@^3.4.1", |
| 81 | + |
80 | 82 | "ts-morph": "npm:ts-morph@^25.0.1", |
81 | | - "@fresh/plugin-tailwind": "./plugin-tailwindcss/src/mod.ts", |
| 83 | + |
| 84 | + "@fresh/plugin-tailwind": "jsr:@fresh/plugin-tailwind@^0.0.1-alpha.7", |
82 | 85 | "@std/front-matter": "jsr:@std/front-matter@^1.0.5", |
83 | 86 | "fresh/compat": "./src/compat/mod.ts", |
84 | 87 | "fresh/dev": "./src/dev/mod.ts", |
85 | 88 | "fresh/runtime": "./src/runtime/shared.ts", |
86 | 89 | "github-slugger": "npm:github-slugger@^2.0.0", |
87 | | - "imagescript": "https://deno.land/x/imagescript@1.3.0/mod.ts", |
88 | 90 | "marked": "npm:marked@^15.0.11", |
89 | 91 | "marked-mangle": "npm:marked-mangle@^1.1.9", |
90 | 92 | "prismjs": "npm:prismjs@^1.29.0" |
|
0 commit comments