|
4 | 4 | "private": true, |
5 | 5 | "description": "A blog built with Next.js and MDX.", |
6 | 6 | "dependencies": { |
7 | | - "@effect/platform-node": "^0.86.4", |
8 | | - "@effect/printer": "^0.44.8", |
9 | | - "@effect/printer-ansi": "^0.44.8", |
10 | | - "@effect/rpc": "^0.62.4", |
11 | | - "@effect/typeclass": "^0.35.8", |
| 7 | + "@blog/utils": "workspace:*", |
| 8 | + "@dprint/formatter": "^0.4.1", |
| 9 | + "@effect-atom/atom-react": "^0.4.0", |
| 10 | + "@effect/cli": "^0.72.0", |
| 11 | + "@effect/platform": "^0.93.0", |
| 12 | + "@effect/platform-node": "^0.100.0", |
| 13 | + "@monaco-editor/react": "^4.7.0", |
| 14 | + "@shadcn/ui": "workspace:*", |
12 | 15 | "@vercel/analytics": "^1.5.0", |
13 | | - "@vercel/edge-config": "^1.4.0", |
| 16 | + "@vercel/edge-config": "^1.4.3", |
14 | 17 | "@vercel/speed-insights": "^1.2.0", |
15 | | - "bcryptjs": "^3.0.2", |
| 18 | + "@webcontainer/api": "^1.6.1", |
| 19 | + "@xterm/addon-fit": "^0.10.0", |
| 20 | + "@xterm/xterm": "^5.5.0", |
| 21 | + "bcryptjs": "^3.0.3", |
16 | 22 | "class-variance-authority": "^0.7.1", |
17 | | - "codice": "^1.3.2", |
18 | | - "date-fns": "^3.6.0", |
19 | | - "effect": "^3.16.8", |
20 | | - "esbuild": "^0.25.10", |
21 | | - "framer-motion": "^12.7.4", |
22 | | - "jose": "^6.0.11", |
23 | | - "lucide-react": "^0.503.0", |
24 | | - "next": "^15.5.4", |
| 23 | + "codice": "^1.5.2", |
| 24 | + "date-fns": "^4.1.0", |
| 25 | + "effect": "^3.19.2", |
| 26 | + "esbuild": "^0.25.12", |
| 27 | + "file-saver": "^2.0.5", |
| 28 | + "framer-motion": "^12.23.24", |
| 29 | + "jose": "^6.1.0", |
| 30 | + "jotai": "^2.15.1", |
| 31 | + "jszip": "^3.10.1", |
| 32 | + "lucide-react": "^0.553.0", |
| 33 | + "monaco-editor": "^0.54.0", |
| 34 | + "next": "^16.0.1", |
25 | 35 | "next-themes": "^0.4.6", |
26 | | - "react": "^19.1.1", |
27 | | - "react-day-picker": "^8.10.1", |
28 | | - "react-dom": "^19.1.1", |
| 36 | + "react": "^19.2.0", |
| 37 | + "react-day-picker": "^9.7.0", |
| 38 | + "react-dom": "^19.2.0", |
| 39 | + "react-resizable-panels": "^3.0.6", |
29 | 40 | "recharts": "^2.15.3", |
30 | | - "sonner": "^2.0.3", |
31 | | - "tailwindcss": "^4.1.4", |
32 | | - "unfurl.js": "^6.4.0" |
| 41 | + "sonner": "^2.0.7", |
| 42 | + "tailwindcss": "^4.1.17", |
| 43 | + "zod": "^4.1.12" |
33 | 44 | }, |
34 | 45 | "devDependencies": { |
35 | | - "@blog/utils": "workspace:*", |
36 | | - "@effect/cli": "^0.64.2", |
37 | | - "@effect/platform": "^0.91.1", |
38 | | - "@mdx-js/loader": "^3.1.0", |
39 | | - "@mdx-js/react": "^3.1.0", |
40 | | - "@next/mdx": "^15.3.1", |
41 | | - "@shadcn/ui": "workspace:*", |
42 | | - "@tailwindcss/postcss": "^4.1.4", |
43 | | - "@tailwindcss/typography": "^0.5.16", |
| 46 | + "@mdx-js/loader": "^3.1.1", |
| 47 | + "@mdx-js/react": "^3.1.1", |
| 48 | + "@next/mdx": "^16.0.1", |
| 49 | + "@tailwindcss/postcss": "^4.1.17", |
| 50 | + "@tailwindcss/typography": "^0.5.19", |
| 51 | + "@types/file-saver": "^2.0.7", |
44 | 52 | "@types/mdx": "^2.0.13", |
45 | | - "@zod/mini": "4.0.0-beta.20250430T185432", |
46 | | - "clsx": "^2.1.1", |
47 | | - "dotenv": "^16.5.0", |
| 53 | + "dotenv": "^17.2.3", |
48 | 54 | "image-size": "^2.0.2", |
49 | | - "prettier": "^3.6.2", |
| 55 | + "postcss": "^8.5.6", |
50 | 56 | "rehype-autolink-headings": "^7.1.0", |
51 | 57 | "rehype-slug": "^6.0.0", |
52 | 58 | "remark-gfm": "^4.0.1", |
53 | 59 | "remark-sugar-high": "^0.6.0", |
54 | | - "tailwind-merge": "^3.2.0", |
55 | | - "tw-animate-css": "^1.2.9" |
| 60 | + "tw-animate-css": "^1.4.0" |
56 | 61 | } |
57 | 62 | } |
0 commit comments