-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/third-parties": "^15.0.1",
"@react-spring/web": "^9.7.5",
"@react-three/drei": "^9.109.2",
"@react-three/fiber": "^9.0.0-alpha.8",
"@react-three/postprocessing": "^2.19.1",
"@studio-freight/react-lenis": "^0.0.47",
"@types/three": "^0.167.1",
"@vercel/analytics": "^1.3.2",
"dotenv": "^16.4.5",
"framer-motion": "^11.3.19",
"gsap": "^3.12.5",
"lucide-react": "^0.418.0",
"next": "^15.0.1",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.15",
"react": "^18",
"react-dom": "^18",
"three": "^0.167.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/nodemailer": "^6.4.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}