|
1 | 1 | { |
| 2 | + "nodeModulesDir": "auto", |
2 | 3 | "workspace": [ |
3 | 4 | "./examples", |
4 | 5 | "./init", |
5 | 6 | "./plugin-tailwindcss", |
| 7 | + "./plugin-tailwindcss-v3", |
6 | 8 | "./update", |
7 | 9 | "./www" |
8 | 10 | ], |
9 | 11 | "name": "@fresh/core", |
10 | | - "version": "2.0.0-alpha.34", |
| 12 | + "version": "2.0.0-alpha.46", |
11 | 13 | "license": "MIT", |
12 | 14 | "exports": { |
13 | 15 | ".": "./src/mod.ts", |
14 | 16 | "./runtime": "./src/runtime/shared.ts", |
15 | 17 | "./dev": "./src/dev/mod.ts", |
16 | | - "./compat": "./src/compat.ts" |
| 18 | + "./compat": "./src/compat.ts", |
| 19 | + "./do-not-use": "./src/internals.ts" |
17 | 20 | }, |
18 | 21 | "tasks": { |
19 | 22 | "test": "deno test -A --parallel", |
|
42 | 45 | }, |
43 | 46 | "imports": { |
44 | 47 | "@deno/doc": "jsr:@deno/doc@^0.172.0", |
45 | | - "@std/cli": "jsr:@std/cli@^1.0.17", |
46 | | - "@std/collections": "jsr:@std/collections@^1.0.11", |
| 48 | + "@deno/esbuild-plugin": "jsr:@deno/esbuild-plugin@^1.1.1", |
| 49 | + "@std/cli": "jsr:@std/cli@^1.0.19", |
| 50 | + "@std/collections": "jsr:@std/collections@^1.1.2", |
47 | 51 | "@std/http": "jsr:@std/http@^1.0.15", |
48 | 52 | "@std/uuid": "jsr:@std/uuid@^1.0.7", |
49 | | - "fresh": "jsr:@fresh/core@^2.0.0-alpha.29", |
50 | | - "preact": "npm:preact@^10.26.6", |
| 53 | + "docsearch": "https://esm.sh/@docsearch/js@3.5.2?target=es2020", |
| 54 | + "esbuild": "npm:esbuild@^0.25.8", |
| 55 | + "esbuild-wasm": "npm:esbuild-wasm@^0.25.8", |
| 56 | + "fresh": "jsr:@fresh/core@^2.0.0-alpha.37", |
| 57 | + "preact": "npm:preact@^10.26.9", |
51 | 58 | "preact-render-to-string": "npm:preact-render-to-string@^6.5.11", |
52 | 59 | "$ga4": "https://raw.githubusercontent.com/denoland/ga4/main/mod.ts", |
53 | | - "@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.11.0", |
54 | 60 | "@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0", |
55 | | - "@preact/signals": "npm:@preact/signals@^2.0.4", |
56 | | - "esbuild": "npm:esbuild@0.25.4", |
57 | | - "esbuild-wasm": "npm:esbuild-wasm@0.25.4", |
58 | | - "@std/crypto": "jsr:@std/crypto@1", |
59 | | - "@std/datetime": "jsr:@std/datetime@^0.225.2", |
| 61 | + "@preact/signals": "npm:@preact/signals@^2.2.1", |
60 | 62 | "@std/encoding": "jsr:@std/encoding@1", |
61 | 63 | "@std/fmt": "jsr:@std/fmt@^1.0.7", |
62 | 64 | "@std/fs": "jsr:@std/fs@1", |
|
74 | 76 | "@std/expect": "jsr:@std/expect@^1.0.16", |
75 | 77 | "@std/testing": "jsr:@std/testing@^1.0.12", |
76 | 78 |
|
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", |
| 79 | + "@tailwindcss/postcss": "npm:@tailwindcss/postcss@^4.1.10", |
| 80 | + "tailwindcss": "npm:tailwindcss@^4.1.10", |
| 81 | + "postcss": "npm:postcss@8.5.6", |
81 | 82 |
|
82 | | - "ts-morph": "npm:ts-morph@^25.0.1", |
| 83 | + "ts-morph": "npm:ts-morph@^26.0.0", |
83 | 84 |
|
84 | | - "@fresh/plugin-tailwind": "jsr:@fresh/plugin-tailwind@^0.0.1-alpha.7", |
85 | 85 | "@std/front-matter": "jsr:@std/front-matter@^1.0.5", |
86 | | - "fresh/compat": "./src/compat/mod.ts", |
87 | | - "fresh/dev": "./src/dev/mod.ts", |
88 | | - "fresh/runtime": "./src/runtime/shared.ts", |
89 | 86 | "github-slugger": "npm:github-slugger@^2.0.0", |
| 87 | + "imagescript": "https://deno.land/x/imagescript@1.3.0/mod.ts", |
90 | 88 | "marked": "npm:marked@^15.0.11", |
91 | 89 | "marked-mangle": "npm:marked-mangle@^1.1.9", |
92 | 90 | "prismjs": "npm:prismjs@^1.29.0" |
|
103 | 101 | "exclude": ["no-window"], |
104 | 102 | "include": ["no-console"] |
105 | 103 | } |
| 104 | + }, |
| 105 | + "fmt": { |
| 106 | + "exclude": ["./www/static/**/*.svg"] |
106 | 107 | } |
107 | 108 | } |
0 commit comments