-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.38 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
43
44
45
46
47
48
49
50
51
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
"@tailwindcss/forms": "^0.5.7",
"@types/facebook-js-sdk": "^3.3.11",
"@vercel/kv": "^2.0.0",
"autoprefixer": "10.4.17",
"class-variance-authority": "^0.7.0",
"geist": "^1.2.1",
"google-auth-library": "^9.10.0",
"googleapis": "^140.0.0",
"lucide-react": "^0.402.0",
"next": "latest",
"next-axiom": "^1.3.0",
"next-themes": "^0.3.0",
"postcss": "8.4.33",
"posthog-js": "^1.141.4",
"posthog-node": "^4.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-tooltip": "^5.26.4",
"stripe": "^16.1.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.3.3"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"clsx": "^2.1.1",
"encoding": "^0.1.13",
"framer-motion": "^11.2.10",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.4"
}
}