-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.4 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
94
95
96
97
98
{
"name": "space-portfolio",
"version": "1.0.1",
"private": false,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"author": {
"name": "Fuad Hasan",
"email": "[email protected]",
"url": "https://github.com/FuSan21/portfolio"
},
"description": "Welcome to my full stack Next.js 14 space portfolio.",
"keywords": [
"reactjs",
"nextjs",
"vercel",
"react",
"space-portfolio",
"portfolio",
"react-icons",
"cn",
"clsx",
"3d-portfolio",
"3d-website",
"sonner",
"framer-motion",
"motion",
"animation",
"heroicons",
"next-themes",
"postcss",
"prettier",
"react-dom",
"tailwindcss",
"tailwindcss-animate",
"ui/ux",
"js",
"javascript",
"typescript",
"eslint",
"html",
"css"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/FuSan21/portfolio"
},
"homepage": "https://github.com/FuSan21/portfolio#readme",
"bugs": {
"url": "https://github.com/FuSan21/portfolio/issues",
"email": "[email protected]"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@heroicons/react": "^2.2.0",
"@next/env": "15.0.3",
"@react-three/drei": "^9.117.3",
"@react-three/fiber": "^9.0.0-rc.1",
"clsx": "^2.1.1",
"form-data": "^4.0.1",
"framer-motion": "^12.0.0-alpha.2",
"glob": "^11.0.0",
"next": "15.0.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-hook-form": "^7.53.2",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-tilt": "^1.0.2",
"react-vertical-timeline-component": "^3.6.0",
"sharp": "^0.33.5",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.4",
"three": "^0.170.0"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-vertical-timeline-component": "^3.3.6",
"@types/three": "^0.170.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"eslint-config-next": "15.0.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5"
},
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}