-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 KB
/
package.json
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watch"
},
"dependencies": {
"@defer/client": "^1.14.1",
"@radix-ui/react-icons": "^1.3.0",
"@react-email/components": "^0.0.12",
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
"@testing-library/react": "^14.1.2",
"autoprefixer": "10.4.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"create-email": "^0.0.20",
"emoji-picker-react": "^3.6.5",
"geist": "^1.0.0",
"next": "^14.0.4",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-resizable-panels": "^1.0.8",
"react-testing-library": "^8.0.1",
"resend": "^2.0.0",
"tailwind-merge": "^2.2.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.1.3"
},
"devDependencies": {
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@types/jest": "^29.5.11",
"@types/node": "20.3.1",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.5",
"encoding": "^0.1.13"
}
}