Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ pnpm lint

## Architecture Overview

This is an email builder application built with Next.js 15.4 and TypeScript. It provides a drag-and-drop interface for creating HTML emails with live preview capabilities.
This is an email builder application built with Next.js 16.0.9 and TypeScript. It provides a drag-and-drop interface for creating HTML emails with live preview capabilities.

### Tech Stack
- **Framework**: Next.js 15.4 with App Router
- **Framework**: Next.js 16.0.9 with App Router
- **State Management**: Jotai (atomic state management)
- **UI Components**: shadcn/ui with Radix UI primitives
- **Styling**: Tailwind CSS v4
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@
"date-fns": "^4.1.0",
"embla-carousel-react": "8.6.0",
"eslint": "9.33.0",
"eslint-config-next": "16.0.7",
"eslint-config-next": "16.0.9",
"input-otp": "1.4.2",
"jotai": "^2.13.1",
"juice": "^11.0.1",
"lucide-react": "0.487.0",
"marked": "^16.1.2",
"marked-react": "^3.0.1",
"next": "16.0.7",
"next": "16.0.9",
"next-themes": "0.4.6",
"react": "19.2.1",
"react": "19.2.2",
"react-day-picker": "8.10.1",
"react-dom": "19.2.1",
"react-dom": "19.2.2",
"react-hook-form": "7.55.0",
"react-resizable-panels": "2.1.7",
"recharts": "2.15.2",
Expand Down
Loading