|
8 | 8 | "start": "next start",
|
9 | 9 | "postdev": "fumadocs-mdx",
|
10 | 10 | "postbuild": "fumadocs-mdx && tsx scripts/post-build.mts",
|
11 |
| - "build:docs": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" typedoc && node ./scripts/generate-docs.mjs" |
| 11 | + "build:docs": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" typedoc && tsx scripts/generate-docs.mts" |
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 | 14 | "@icons-pack/react-simple-icons": "^10.1.0",
|
15 |
| - "@llamaindex/chat-ui": "0.0.9", |
| 15 | + "@llamaindex/chat-ui": "0.2.0", |
16 | 16 | "@llamaindex/cloud": "workspace:*",
|
17 | 17 | "@llamaindex/core": "workspace:*",
|
18 | 18 | "@llamaindex/node-parser": "workspace:*",
|
|
27 | 27 | "@radix-ui/react-slider": "^1.2.1",
|
28 | 28 | "@radix-ui/react-slot": "^1.1.0",
|
29 | 29 | "@radix-ui/react-tooltip": "^1.1.4",
|
30 |
| - "@vercel/functions": "^1.5.0", |
31 | 30 | "@scalar/api-client-react": "^1.1.25",
|
| 31 | + "@vercel/functions": "^1.5.0", |
32 | 32 | "ai": "^3.4.33",
|
33 | 33 | "class-variance-authority": "^0.7.0",
|
34 | 34 | "clsx": "2.1.1",
|
35 | 35 | "foxact": "^0.2.41",
|
36 | 36 | "framer-motion": "^11.11.17",
|
37 |
| - "fumadocs-core": "^14.7.7", |
38 |
| - "fumadocs-docgen": "^1.3.7", |
39 |
| - "fumadocs-mdx": "^11.5.3", |
40 |
| - "fumadocs-openapi": "^5.12.0", |
41 |
| - "fumadocs-twoslash": "^2.0.3", |
42 |
| - "fumadocs-typescript": "^3.0.3", |
43 |
| - "fumadocs-ui": "^14.7.7", |
| 37 | + "fumadocs-core": "^15.0.15", |
| 38 | + "fumadocs-docgen": "^2.0.0", |
| 39 | + "fumadocs-mdx": "^11.5.6", |
| 40 | + "fumadocs-openapi": "^6.3.0", |
| 41 | + "fumadocs-twoslash": "^3.1.0", |
| 42 | + "fumadocs-typescript": "^3.1.0", |
| 43 | + "fumadocs-ui": "^15.0.15", |
44 | 44 | "hast-util-to-jsx-runtime": "^2.3.2",
|
45 | 45 | "llamaindex": "workspace:*",
|
46 | 46 | "lucide-react": "^0.460.0",
|
47 |
| - "next": "15.1.7", |
| 47 | + "next": "15.2.0", |
48 | 48 | "next-themes": "^0.4.3",
|
49 | 49 | "react": "^19.0.0",
|
50 | 50 | "react-dom": "^19.0.0",
|
|
55 | 55 | "rehype-katex": "^7.0.1",
|
56 | 56 | "remark-math": "^6.0.0",
|
57 | 57 | "rimraf": "^6.0.1",
|
58 |
| - "shiki": "^2.3.2", |
59 |
| - "shiki-magic-move": "^1.0.0", |
| 58 | + "shiki": "^3.1.0", |
| 59 | + "shiki-magic-move": "^1.0.1", |
60 | 60 | "swr": "^2.2.5",
|
61 | 61 | "tailwind-merge": "^2.5.2",
|
62 | 62 | "tailwindcss-animate": "^1.0.7",
|
|
68 | 68 | },
|
69 | 69 | "devDependencies": {
|
70 | 70 | "@next/env": "^15.0.3",
|
| 71 | + "@tailwindcss/postcss": "^4.0.9", |
71 | 72 | "@types/mdx": "^2.0.13",
|
72 | 73 | "@types/node": "22.9.0",
|
73 |
| - "@types/react": "^18.3.12", |
74 |
| - "@types/react-dom": "^18.3.1", |
| 74 | + "@types/react": "^19.0.10", |
| 75 | + "@types/react-dom": "^19.0.4", |
75 | 76 | "autoprefixer": "^10.4.20",
|
76 | 77 | "cross-env": "^7.0.3",
|
77 | 78 | "fast-glob": "^3.3.2",
|
78 | 79 | "gray-matter": "^4.0.3",
|
79 | 80 | "monaco-editor-webpack-plugin": "^7.1.0",
|
80 |
| - "postcss": "^8.4.49", |
| 81 | + "postcss": "^8.5.3", |
81 | 82 | "raw-loader": "^4.0.2",
|
82 | 83 | "remark": "^15.0.1",
|
83 | 84 | "remark-gfm": "^4.0.0",
|
84 | 85 | "remark-mdx": "^3.1.0",
|
85 | 86 | "remark-stringify": "^11.0.0",
|
86 |
| - "tailwindcss": "^3.4.15", |
87 |
| - "tsx": "^4.19.2", |
| 87 | + "tailwindcss": "^4.0.9", |
| 88 | + "tsx": "^4.19.3", |
88 | 89 | "typedoc": "0.27.4",
|
89 | 90 | "typedoc-plugin-markdown": "^4.3.1",
|
90 | 91 | "typedoc-plugin-merge-modules": "^6.1.0",
|
91 |
| - "typescript": "^5.7.2" |
| 92 | + "typescript": "^5.7.3" |
92 | 93 | }
|
93 | 94 | }
|
0 commit comments