-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.98 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.98 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
71
72
{
"name": "my-auth-v5",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@hookform/resolvers": "^3.6.0",
"@mercadopago/sdk-react": "^0.0.19",
"@mui/material": "^5.15.21",
"@mui/x-date-pickers": "^7.22.0",
"@neondatabase/serverless": "^0.9.3",
"@prisma/adapter-neon": "^5.14.0",
"@prisma/client": "^5.14.0",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.5",
"@tiptap/extension-placeholder": "^2.9.1",
"@tiptap/extension-underline": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/react": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"date-fns": "^3.6.0",
"dayjs": "^1.11.13",
"firebase": "^10.12.2",
"formik": "^2.4.6",
"framer-motion": "^11.2.11",
"html2canvas": "^1.4.1",
"lucide-react": "^0.453.0",
"mercadopago": "^2.0.11",
"next": "14.2.3",
"next-auth": "^5.0.0-beta.18",
"qrcode.react": "^4.1.0",
"react": "^18",
"react-datepicker": "^7.5.0",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-responsive-carousel": "^3.2.23",
"react-slick": "^0.30.2",
"react-social-icons": "^6.18.0",
"react-type-animation": "^3.2.0",
"sass": "^1.80.4",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^2.3.0",
"tus-js-client": "^1.6.0",
"uuid": "^10.0.0",
"yup": "^1.4.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"@types/tus-js-client": "^2.1.0",
"@types/uuid": "^10.0.0",
"postcss": "^8.4.47",
"prisma": "^5.14.0",
"supabase": "^1.204.3",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}