-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.68 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": "ucf-database-systems-team-project",
"version": "0.1.0",
"description": "Surveys for UCF students",
"private": true,
"scripts": {
"dev": "next dev",
"turbo": "next dev --turbo",
"build": "next build",
"start": "next start",
"preview": "next build && next start",
"vercel-build": "prisma generate && next build"
},
"dependencies": {
"@hookform/resolvers": "^2.9.10",
"@next-auth/prisma-adapter": "^1.0.5",
"@next/font": "^13.0.5",
"@prisma/client": "^4.6.1",
"@radix-ui/react-alert-dialog": "1.0.2",
"@radix-ui/react-avatar": "1.0.1",
"@radix-ui/react-dropdown-menu": "2.0.1",
"@sendgrid/mail": "^7.7.0",
"@vercel/analytics": "^0.1.5",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"html2canvas": "^1.4.1",
"install": "^0.13.0",
"jspdf": "^2.5.1",
"lucide-react": "^0.102.0",
"next": "latest",
"next-auth": "^4.17.0",
"nodemailer": "^6.8.0",
"npm": "^9.1.3",
"react": "18.2.0",
"react-datetime-picker": "^4.1.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.5",
"react-hot-toast": "^2.4.0",
"react-switch": "^7.0.0",
"react-textarea-autosize": "^8.4.0",
"tailwind-merge": "^1.8.0",
"tailwindcss-animate": "^1.0.5",
"uuid": "^9.0.0",
"zod": "^3.19.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-datetime-picker": "^3.4.1",
"@types/react-dom": "18.0.6",
"@types/uuid": "^9.0.0",
"autoprefixer": "^10.4.12",
"latest": "^0.2.0",
"postcss": "^8.4.18",
"prisma": "^4.7.1",
"tailwindcss": "^3.2.1",
"typescript": "4.8.4"
}
}