|
3 | 3 | "type": "module",
|
4 | 4 | "private": true,
|
5 | 5 | "scripts": {
|
| 6 | + "postinstall": "fumadocs-mdx", |
6 | 7 | "dev": "next dev --turbopack",
|
7 | 8 | "build": "next build",
|
8 | 9 | "start": "next start",
|
9 | 10 | "preview": "next build && next start",
|
10 | 11 | "type-check": "tsc --noEmit --incremental false"
|
11 | 12 | },
|
12 | 13 | "dependencies": {
|
| 14 | + "@fumadocs/mdx-remote": "^1.2.0", |
13 | 15 | "@hookform/resolvers": "^4.1.3",
|
14 | 16 | "@internationalized/date": "^3.7.0",
|
15 | 17 | "@radix-ui/react-scroll-area": "^1.2.3",
|
16 |
| - "@react-stately/data": "^3.12.1", |
17 |
| - "@tanstack/react-form": "^1.0.0", |
| 18 | + "@react-stately/data": "^3.12.2", |
| 19 | + "@tanstack/react-form": "^1.0.5", |
| 20 | + "@tanstack/react-query": "^5.67.2", |
18 | 21 | "@vercel/analytics": "^1.5.0",
|
19 | 22 | "@vercel/speed-insights": "^1.2.0",
|
20 |
| - "cmdk": "^1.0.4", |
21 |
| - "motion": "^12.4.10", |
| 23 | + "fumadocs-core": "^15.0.15", |
| 24 | + "motion": "^12.4.11", |
22 | 25 | "next": "^15.2.1",
|
23 |
| - "next-themes": "^0.4.4", |
| 26 | + "next-themes": "0.4.4", |
24 | 27 | "react": "^19.0.0",
|
25 |
| - "react-aria-components": "^1.6.0", |
| 28 | + "react-aria-components": "^1.7.1", |
26 | 29 | "react-dom": "^19.0.0",
|
27 | 30 | "react-hook-form": "^7.54.2",
|
28 | 31 | "recharts": "^2.15.1",
|
| 32 | + "shiki": "^3.1.0", |
29 | 33 | "sonner": "^2.0.1",
|
30 | 34 | "zod": "^3.24.2"
|
31 | 35 | },
|
32 | 36 | "devDependencies": {
|
33 | 37 | "@kanpeki/tsconfig": "workspace:*",
|
34 |
| - "@tailwindcss/postcss": "^4.0.9", |
| 38 | + "@tailwindcss/postcss": "^4.0.12", |
| 39 | + "@types/mdx": "^2.0.13", |
35 | 40 | "@types/react": "^19.0.10",
|
36 | 41 | "@types/react-dom": "^19.0.4",
|
37 | 42 | "@types/unist": "^3.0.3",
|
38 | 43 | "cva": "1.0.0-beta.3",
|
| 44 | + "fumadocs-mdx": "^11.5.6", |
39 | 45 | "postcss": "^8.5.3",
|
40 |
| - "rehype-pretty-code": "^0.14.0", |
41 |
| - "rehype-slug": "^6.0.0", |
42 | 46 | "tailwind-merge": "^3.0.2",
|
43 |
| - "tailwindcss": "^4.0.9", |
| 47 | + "tailwindcss": "^4.0.12", |
44 | 48 | "tailwindcss-motion": "^1.1.0",
|
45 |
| - "tailwindcss-react-aria-components": "nightly", |
| 49 | + "tailwindcss-react-aria-components": "^2.0.0", |
46 | 50 | "unist-builder": "^4.0.0",
|
47 |
| - "unist-util-visit": "^5.0.0", |
48 |
| - "velite": "^0.2.2" |
| 51 | + "unist-util-visit": "^5.0.0" |
49 | 52 | }
|
50 | 53 | }
|
0 commit comments