mirror of
https://github.com/resend/react-email.git
synced 2026-09-14 14:18:02 +08:00
73 lines
2.2 KiB
JSON
73 lines
2.2 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"typecheck": "tsc --noEmit",
|
|
"start": "next start",
|
|
"test:watch": "vitest --bail 1",
|
|
"test": "vitest run --bail 1",
|
|
"components:dev": "email-dev dev -d ./components",
|
|
"components:build": "email-dev build -d ./components"
|
|
},
|
|
"dependencies": {
|
|
"@babel/parser": "catalog:",
|
|
"@babel/preset-typescript": "7.27.0",
|
|
"@babel/traverse": "catalog:",
|
|
"@radix-ui/react-popover": "catalog:",
|
|
"@react-email/editor": "workspace:*",
|
|
"react-email": "workspace:*",
|
|
"@react-email/render": "workspace:*",
|
|
"@react-three/drei": "9.122.0",
|
|
"@react-three/fiber": "9.5.0",
|
|
"@responsive-email/react-email": "catalog:",
|
|
"@supabase/supabase-js": "2.49.4",
|
|
"@vercel/analytics": "1.5.0",
|
|
"@vercel/functions": "3.5.0",
|
|
"ioredis": "5.10.1",
|
|
"rate-limiter-flexible": "11.1.0",
|
|
"email-dev": "workspace:*",
|
|
"framer-motion": "catalog:",
|
|
"lucide-react": "0.544.0",
|
|
"next": "catalog:",
|
|
"prism-react-renderer": "catalog:",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"@tiptap/core": "3.20.1",
|
|
"@tiptap/extension-heading": "3.20.1",
|
|
"@tiptap/extension-link": "3.20.1",
|
|
"@tiptap/extension-underline": "3.20.1",
|
|
"@tiptap/react": "3.20.1",
|
|
"@tiptap/starter-kit": "3.20.1",
|
|
"resend": "catalog:",
|
|
"sonner": "catalog:",
|
|
"three": "0.170.0",
|
|
"vaul": "1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@next/env": "15.3.1",
|
|
"@radix-ui/colors": "catalog:",
|
|
"@radix-ui/react-select": "2.2.6",
|
|
"@radix-ui/react-slot": "catalog:",
|
|
"@radix-ui/react-tabs": "catalog:",
|
|
"@radix-ui/react-tooltip": "catalog:",
|
|
"@react-email/ui": "workspace:*",
|
|
"@tailwindcss/postcss": "catalog:",
|
|
"@types/babel__core": "catalog:",
|
|
"@types/babel__traverse": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"@types/three": "0.184.0",
|
|
"@vercel/firewall": "1.1.2",
|
|
"classnames": "2.5.1",
|
|
"html-to-ast": "0.0.6",
|
|
"postcss": "catalog:",
|
|
"tailwindcss": "catalog:",
|
|
"tsconfig": "workspace:*",
|
|
"typescript": "catalog:",
|
|
"webpack": "5.106.2",
|
|
"zod": "catalog:"
|
|
}
|
|
}
|