-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.23 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "nextjs-waitlist-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"email": "email dev --dir src/emails"
},
"dependencies": {
"@notionhq/client": "^3.0.1",
"@radix-ui/react-accordion": "^1.2.10",
"@radix-ui/react-slot": "^1.2.2",
"@react-email/components": "^0.0.41",
"@react-email/render": "^1.1.2",
"@types/canvas-confetti": "^1.9.0",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.34.9",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.511.0",
"motion": "^12.12.1",
"next": "16.0.10",
"next-themes": "^0.4.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"resend": "^4.5.1",
"sonner": "^2.0.3",
"tailwind-merge": "^3.3.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"prettier": "^3.5.3",
"react-email": "4.0.16",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.0",
"typescript": "^5"
},
"packageManager": "pnpm@10.10.0"
}