-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.89 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.89 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
{
"name": "portfolio-arnob-mahmud",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"dev:clean": "rm -rf .next && next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@ai-sdk/google": "^3.0.10",
"@ai-sdk/groq": "^3.0.11",
"@ai-sdk/openai": "^3.0.12",
"@google/generative-ai": "^0.24.1",
"@huggingface/inference": "^4.13.10",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-email/render": "^1.4.0",
"@sentry/nextjs": "^10.38.0",
"@tanstack/react-query": "^5.90.19",
"@tanstack/react-query-devtools": "^5.91.2",
"@types/axios": "^0.9.36",
"@types/nodemailer": "^7.0.2",
"@upstash/redis": "^1.36.1",
"@vercel/analytics": "^1.5.0",
"ai": "^6.0.42",
"axios": "^1.12.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.24",
"i18next": "^25.8.0",
"lucide-react": "^0.546.0",
"next": "^15.5.9",
"nodemailer": "^7.0.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^16.5.3",
"react-icons": "^5.5.0",
"resend": "^6.2.0",
"sonner": "^2.0.7",
"swiper": "^12.0.2",
"tailwind-merge": "^3.3.1",
"zod": "^4.3.5"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.21",
"baseline-browser-mapping": "^2.9.14",
"eslint": "^8.57.0",
"eslint-config-next": "^15.5.9",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2"
}
}