-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.65 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "tedxitb-7.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"email": "email dev --dir emails --port 8000"
},
"overrides": {
"react-qr-reader": {
"react": "$react",
"react-dom": "$react-dom"
}
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.8.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@react-email/components": "0.0.12",
"@react-email/render": "^0.0.9-canary.2",
"@types/aos": "^3.0.7",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"aos": "^3.0.0-beta.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"datocms-structured-text-utils": "^3.0.0",
"embla-carousel-react": "^8.0.0-rc18",
"eslint": "8.48.0",
"eslint-config-next": "^14.0.4",
"framer-motion": "^10.16.4",
"google-auth-library": "^9.4.2",
"googleapis": "^130.0.0",
"lodash": "^4.17.21",
"lucide-react": "^0.288.0",
"next": "^14.0.4",
"next-auth": "^4.23.1",
"next-themes": "^0.2.1",
"page-flip": "^2.0.7",
"postcss": "8.4.29",
"posthog-js": "^1.96.1",
"posthog-node": "^3.3.0",
"react": "^18.2.0",
"react-datocms": "^4.1.3",
"react-dom": "^18.2.0",
"react-email": "^1.10.0",
"react-hook-form": "^7.49.2",
"react-modal-image": "^2.6.0",
"react-pageflip": "^2.0.3",
"react-qr-code": "^2.0.12",
"react-qr-reader": "^3.0.0-beta-1",
"react-tagcloud": "^2.3.1",
"resend": "^2.1.0-canary.1",
"server-only": "^0.0.1",
"sharp": "^0.32.6",
"sonner": "^1.2.4",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/lodash": "^4.14.200",
"@types/page-flip": "^2.0.3",
"@types/react-tagcloud": "^1.1.8",
"autoprefixer": "^10.4.16",
"prettier": "^2.8.8",
"prettier-plugin-prisma": "^5.0.0",
"prettier-plugin-tailwindcss": "^0.3.0",
"prisma": "^5.8.1"
}
}