-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.71 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "certificate-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"update-admin": "node prisma/scripts/update-admin.ts",
"font-install": "node app/scripts/font-install.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.688.0",
"@aws-sdk/client-ses": "^3.699.0",
"@aws-sdk/client-sesv2": "^3.699.0",
"@aws-sdk/s3-request-presigner": "^3.688.0",
"@heroicons/react": "^2.2.0",
"@prisma/client": "^5.22.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@types/qrcode": "^1.5.5",
"bcrypt": "^5.1.1",
"bullmq": "^5.30.1",
"canvas": "^2.11.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"csv-parse": "^5.5.6",
"date-fns": "^4.1.0",
"express-rate-limit": "^7.5.0",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"lottie-react": "^2.4.0",
"lucide-react": "^0.456.0",
"next": "15.0.3",
"next-auth": "^4.24.10",
"nodemailer": "^6.9.16",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-quill": "^2.0.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.7",
"@types/next-auth": "^3.13.0",
"@types/nodemailer": "^6.4.16",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}