-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.69 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
{
"name": "sunny-portfolio",
"version": "1.0.0",
"private": true,
"description": "Personal portfolio of Sunny Patel, built with Next.js, React, and an interactive 3D hero.",
"author": "Sunny Patel <sunnypatel124555@gmail.com> (https://www.sunnypatel.net)",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://www.sunnypatel.net",
"repository": {
"type": "git",
"url": "git+https://github.com/sunnypatell/Portfolio.git"
},
"bugs": {
"url": "https://github.com/sunnypatell/Portfolio/issues"
},
"engines": {
"node": ">=22"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@gsap/react": "^2.1.2",
"@react-three/drei": "^10.7.8",
"@react-three/fiber": "^9.7.0",
"@react-three/postprocessing": "^3.1.0",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"canvas-confetti": "^1.9.4",
"clsx": "^2.1.1",
"geist": "^1.7.2",
"gsap": "^3.15.0",
"lenis": "^1.3.26",
"lucide-react": "^1.47.0",
"motion": "^13.4.0",
"next": "16.3.6",
"react": "19.3.0",
"react-dom": "19.3.0",
"tailwind-merge": "^3.6.0",
"three": "^0.186.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^26",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.186.0",
"eslint": "^9",
"eslint-config-next": "16.3.6",
"tailwindcss": "^4",
"typescript": "^6"
},
"overrides": {
"postcss": "^8.5.18",
"sharp": "^0.35.0"
}
}