-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
93 lines (93 loc) · 2.78 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
91
92
93
{
"name": "dev-social-media",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.14",
"@hookform/resolvers": "^3.3.4",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@mdxeditor/editor": "^2.8.3",
"@next/mdx": "^14.1.0",
"@prisma/client": "^5.8.1",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "0.0.12",
"@tanstack/react-query": "^5.17.19",
"@types/mdx": "^2.0.10",
"@types/react-syntax-highlighter": "^15.5.11",
"@vercel/analytics": "^1.1.2",
"@vercel/speed-insights": "^1.0.9",
"axios": "^1.6.5",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.5",
"lucide-react": "^0.309.0",
"next": "^14.0.4",
"next-auth": "^5.0.0-beta.4",
"next-cloudinary": "^5.18.0",
"next-mdx-remote": "^4.4.1",
"next-share": "^0.27.0",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.8",
"phenomenon": "^1.6.0",
"prisma": "^5.8.1",
"react": "^18.2.0",
"react-canvas-confetti": "^2.0.5",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-icons": "^4.12.0",
"react-loaders": "^3.0.1",
"react-markdown": "^9.0.1",
"react-query": "^3.39.3",
"react-spinners": "^0.13.8",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^4.0.0",
"simplex-noise": "^4.0.1",
"sonner": "^1.3.1",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"vaul": "^0.8.0",
"zod": "^3.22.4",
"zustand": "^4.5.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.17.20",
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.11.4",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.7",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}