-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.44 KB
/
package.json
File metadata and controls
54 lines (54 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
53
54
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@next-auth/prisma-adapter": "^0.4.4-canary.81",
"@prisma/client": "^5.9.1",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@supabase/supabase-js": "^2.39.3",
"@tanstack/react-query": "^5.18.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cookies-next": "^4.1.1",
"emoji-picker-react": "^4.7.12",
"framer-motion": "^11.0.20",
"fuse.js": "^7.0.0",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.314.0",
"moment": "^2.30.1",
"next": "14.1.0",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.49.3",
"react-hot-toast": "^2.4.1",
"react-textarea-autosize": "^8.5.3",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.0",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"prisma": "^5.9.1",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}