-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "suufr",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate && prisma migrate deploy"
},
"dependencies": {
"@fullcalendar/core": "^6.1.14",
"@fullcalendar/react": "^6.1.14",
"@headlessui/react": "^2.1.2",
"@internationalized/date": "^3.5.4",
"@prisma/client": "^5.16.2",
"@sentry/nextjs": "^8.17.0",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.44.3",
"@toss/utils": "^1.5.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.2",
"lucide-react": "^0.408.0",
"next": "14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.23.8",
"zod-form-data": "^2.0.2"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.3.0",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"postcss": "^8.4.39",
"prisma": "5.17.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3"
}
}