-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.44 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.44 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
{
"name": "talkmaze",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"gen-types": "supabase gen types typescript --project-id zfnmverkmybrasrwhjyg > ./src/services/supabase/types/database.ts"
},
"dependencies": {
"@fullcalendar/core": "^6.1.20",
"@fullcalendar/daygrid": "^6.1.20",
"@fullcalendar/interaction": "^6.1.20",
"@fullcalendar/react": "^6.1.20",
"@fullcalendar/timegrid": "^6.1.20",
"@react-email/components": "^1.0.12",
"@stripe/react-stripe-js": "^5.6.1",
"@stripe/stripe-js": "^8.10.0",
"@supabase/ssr": "^0.7.0",
"@supabase/supabase-js": "^2.81.1",
"@tiptap/core": "^3.22.4",
"@tiptap/pm": "^3.22.4",
"@tiptap/react": "^3.22.4",
"@tiptap/starter-kit": "^3.22.4",
"chart.js": "^4.5.1",
"dayjs": "^1.11.20",
"dompurify": "^3.4.1",
"lucide-react": "^0.563.0",
"next": "16.0.1",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-email": "^6.0.0",
"react-pdf": "^10.4.1",
"resend": "^6.12.2",
"stripe": "^20.3.0",
"supabase": "^2.72.8",
"zod": "^4.3.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/dompurify": "^3.0.5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}