-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.28 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.28 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-spring/web": "^10.0.1",
"@react-three/drei": "^10.7.4",
"@react-three/fiber": "^9.3.0",
"@react-three/postprocessing": "^3.0.4",
"@reduxjs/toolkit": "^2.8.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/typography": "^0.5.9",
"framer-motion": "^12.23.12",
"gl-react": "^5.2.0",
"locomotive-scroll": "^4.1.4",
"lottie-react": "^2.4.1",
"lucide-react": "^0.542.0",
"next": "15.3.5",
"postcss": "^8.5.6",
"postprocessing": "^6.37.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-intersection-observer": "^9.16.0",
"react-parallax-tilt": "^1.7.0",
"react-redux": "^9.2.0",
"react-slick": "^0.31.0",
"react-type-animation": "^3.2.0",
"slick-carousel": "^1.8.1",
"tailwindcss": "^4.1.12",
"three": "^0.179.1",
"use-sound": "^5.0.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"eslint": "^9",
"eslint-config-next": "15.3.5"
}
}