-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.86 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.86 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
{
"name": "devmeet-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"build:prod": "prisma generate && next build",
"postinstall": "prisma generate",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^6.12.0",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-toast": "^1.2.14",
"@types/cookie": "^0.6.0",
"axios": "^1.11.0",
"bcryptjs": "^3.0.3",
"bull": "^4.16.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cookie": "^1.1.1",
"date-fns": "^4.1.0",
"debug": "^4.4.1",
"framer-motion": "^12.23.6",
"ics": "^3.8.1",
"ioredis": "^5.6.1",
"jotai": "^2.12.5",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.525.0",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"next": "14.2.30",
"nodemailer": "^7.0.12",
"nprogress": "^0.2.0",
"pusher": "^5.2.0",
"pusher-js": "^8.4.0",
"react": "^18",
"react-day-picker": "^9.8.0",
"react-dom": "^18",
"sonner": "^2.0.6",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20",
"@types/nodemailer": "^7.0.4",
"@types/nprogress": "^0.2.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.30",
"postcss": "^8",
"prisma": "^6.12.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}