-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.16 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
{
"name": "uplink",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@hookform/resolvers": "^5.4.0",
"@react-email/components": "^1.0.12",
"@react-pdf/renderer": "^4.5.1",
"@tanstack/react-query": "^5.100.14",
"@tiptap/extension-link": "^3.23.6",
"@tiptap/extension-placeholder": "^3.23.6",
"@tiptap/pm": "^3.23.6",
"@tiptap/react": "^3.23.6",
"@tiptap/starter-kit": "^3.23.6",
"axios": "^1.16.1",
"bcryptjs": "^3.0.3",
"cloudinary": "^2.10.0",
"date-fns": "^4.4.0",
"framer-motion": "^12.40.0",
"mongoose": "^9.6.3",
"next": "16.2.6",
"next-auth": "^5.0.0-beta.31",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hook-form": "^7.76.1",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.6.0",
"recharts": "^3.8.1",
"resend": "^6.12.4",
"slugify": "^1.6.9",
"zod": "^4.4.3",
"zustand": "^5.0.14"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"tailwindcss": "^4"
}
}