-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.5 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
48
49
50
51
52
53
{
"name": "sumails",
"version": "0.1.0",
"private": true,
"scripts": {
"next:dev": "next dev",
"stripe:listen": "stripe listen --forward-to localhost:3000/api/stripe/webhook",
"dev": "concurrently -k -n \"NEXT,STRIPE\" -c \"green,blue\" \"npm:next:dev\" \"npm:stripe:listen\"",
"build": "next build",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.8",
"autoprefixer": "^10.4.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"concurrently": "^9.1.2",
"framer-motion": "^12.12.2",
"gapi-script": "^1.2.0",
"google-auth-library": "^9.15.1",
"googleapis": "^149.0.0",
"lucide-react": "^0.511.0",
"nanoid": "^5.1.5",
"next": "15.1.8",
"next-themes": "^0.4.6",
"openai": "^4.103.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.56.4",
"react-intersection-observer": "^9.16.0",
"sonner": "^2.0.3",
"tailwind-merge": "^3.3.0",
"tailwindcss-animate": "^1.0.7",
"twilio": "^5.6.1",
"zod": "^3.25.28"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.8",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}