style: complete redo of the email layouts (#20)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user