-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.95 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^2.7.0",
"@emailjs/browser": "^4.4.1",
"@hookform/resolvers": "^3.9.0",
"@prisma/client": "^5.21.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@tanstack/react-table": "^8.20.5",
"@types/bcryptjs": "^2.4.6",
"@uploadthing/react": "^7.0.3",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"cmdk": "1.0.0",
"form-data": "^4.0.1",
"ioredis": "^5.4.1",
"lottie-react": "^2.4.0",
"lucide-react": "^0.453.0",
"next": "14.2.15",
"next-auth": "^5.0.0-beta.22",
"query-string": "^9.1.1",
"react": "^18",
"react-dom": "^18",
"react-fast-marquee": "^1.6.5",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-spinners": "^0.14.1",
"react-toastify": "^10.0.6",
"react-use": "^17.5.1",
"resend": "^4.0.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"toastify": "^2.0.1",
"uploadthing": "^7.1.0",
"uuid": "^10.0.0",
"zod": "^3.23.8",
"zustand": "^5.0.0"
},
"devDependencies": {
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"asynckit": "^0.4.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.15",
"postcss": "^8.4.47",
"prisma": "^5.21.0",
"tailwindcss": "^3.4.14",
"typescript": "^5"
}
}