|
4 | 4 | "version": "2.0.0-beta.8",
|
5 | 5 | "bugs": "https://github.com/QwikDev/qwik/issues",
|
6 | 6 | "dependencies": {
|
| 7 | + "@azure/functions": "3.5.1", |
7 | 8 | "@mdx-js/mdx": "^3.1.0",
|
| 9 | + "@netlify/edge-functions": "^2.17.0", |
8 | 10 | "@types/mdx": "^2.0.13",
|
| 11 | + "estree-util-value-to-estree": "^3.4.0", |
| 12 | + "github-slugger": "^2.0.0", |
| 13 | + "hast-util-heading-rank": "^2.1.1", |
| 14 | + "hast-util-to-string": "^2.0.0", |
| 15 | + "kleur": "^4.1.5", |
| 16 | + "marked": "^12.0.2", |
| 17 | + "mdast-util-mdx": "^3.0.0", |
| 18 | + "refractor": "^4.8.1", |
| 19 | + "rehype-autolink-headings": "^7.1.0", |
| 20 | + "remark-frontmatter": "^5.0.0", |
| 21 | + "remark-gfm": "^4.0.1", |
| 22 | + "set-cookie-parser": "^2.7.1", |
9 | 23 | "source-map": "^0.7.4",
|
10 | 24 | "svgo": "^3.3.2",
|
11 |
| - "undici": "*", |
| 25 | + "typescript": "^5.8.3", |
| 26 | + "unified": "^11.0.5", |
| 27 | + "unist-util-visit": "^5.0.0", |
12 | 28 | "valibot": ">=0.36.0 <2",
|
13 |
| - "vfile": "6.0.3", |
| 29 | + "vfile": "^6.0.3", |
14 | 30 | "vite-imagetools": "^7.1.0",
|
15 |
| - "zod": "3.25.48" |
| 31 | + "yaml": "^2.6.1", |
| 32 | + "zod": "^3.25.40" |
16 | 33 | },
|
17 | 34 | "devDependencies": {
|
18 |
| - "@azure/functions": "3.5.1", |
19 |
| - "@microsoft/api-extractor": "7.52.10", |
20 |
| - "@netlify/edge-functions": "2.17.0", |
21 | 35 | "@qwik.dev/core": "workspace:*",
|
| 36 | + "@microsoft/api-extractor": "7.52.10", |
22 | 37 | "@types/mdast": "4.0.4",
|
23 | 38 | "@types/node": "24.2.1",
|
24 | 39 | "@types/refractor": "3.4.1",
|
25 | 40 | "@types/set-cookie-parser": "2.4.10",
|
26 |
| - "estree-util-value-to-estree": "3.4.0", |
27 |
| - "github-slugger": "2.0.0", |
28 |
| - "hast-util-heading-rank": "2.1.1", |
29 |
| - "hast-util-to-string": "2.0.0", |
30 |
| - "kleur": "4.1.5", |
31 |
| - "marked": "12.0.2", |
32 |
| - "mdast-util-mdx": "3.0.0", |
33 |
| - "refractor": "4.8.1", |
34 |
| - "rehype-autolink-headings": "7.1.0", |
35 |
| - "remark-frontmatter": "5.0.0", |
36 |
| - "remark-gfm": "4.0.1", |
37 |
| - "set-cookie-parser": "2.7.1", |
38 | 41 | "tsm": "2.3.0",
|
39 |
| - "typescript": "5.8.3", |
40 |
| - "unified": "11.0.5", |
41 |
| - "unist-util-visit": "5.0.0", |
42 |
| - "uvu": "0.5.6", |
43 |
| - "vite": "7.1.0", |
44 |
| - "yaml": "2.6.1" |
| 42 | + "uvu": "0.5.6" |
45 | 43 | },
|
46 | 44 | "engines": {
|
47 | 45 | "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
186 | 184 | "homepage": "https://qwik.dev/",
|
187 | 185 | "license": "MIT",
|
188 | 186 | "main": "./lib/index.qwik.mjs",
|
| 187 | + "peerDependencies": { |
| 188 | + "@qwik.dev/core": "workspace:^", |
| 189 | + "vite": ">=5 <8" |
| 190 | + }, |
189 | 191 | "publishConfig": {
|
190 | 192 | "access": "public"
|
191 | 193 | },
|
|
0 commit comments