style: complete redo of the email layouts (#20)

This commit is contained in:
Riccardo Senica
2024-11-21 19:12:26 +01:00
committed by GitHub
parent aa7296e93b
commit fb53883866
12 changed files with 1087 additions and 785 deletions

View File

@@ -8,7 +8,7 @@
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --config .prettierrc 'app/' --write",
"format": "prettier --config .prettierrc '**/*.{js,jsx,ts,tsx,json,css,scss,md}' --write",
"typecheck": "tsc --noEmit",
"prepare": "husky install",
"analyze": "BUNDLE_ANALYZE=true next build",
@@ -31,6 +31,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"isomorphic-dompurify": "^2.15.0",
"lucide-react": "^0.460.0",
"next": "^14.2.10",
"postcss-nesting": "^12.0.2",
"react": "^18",