-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) 路 1.21 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) 路 1.21 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
{
"name": "yash-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-toast": "^1.2.15",
"@uploadthing/react": "^7.3.3",
"@vercel/speed-insights": "^1.3.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"firebase": "^11.10.0",
"framer-motion": "^11.18.2",
"lucide-react": "^0.417.0",
"mongoose": "^8.23.0",
"next": "^14.2.35",
"next-themes": "^0.4.6",
"nodemailer": "^6.10.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.6.0",
"resend": "^6.10.0",
"sharp": "^0.34.5",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"typewriter-effect": "^2.22.0",
"uploadthing": "^7.7.4"
},
"devDependencies": {
"@types/node": "^20.19.37",
"@types/nodemailer": "^6.4.23",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"daisyui": "^4.12.24",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.3",
"postcss": "^8.5.8",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
}
}