-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.84 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
65
{
"name": "my-nextjs-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@designbycode/tailwindcss-text-shadow": "^2.2.1",
"@fortawesome/fontawesome-free": "^6.7.2",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@heroicons/react": "^2.2.0",
"@react-spring/web": "^9.7.5",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@types/gsap": "^3.0.0",
"@types/three": "^0.173.0",
"aos": "^2.3.4",
"d3-ease": "^3.0.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.5.2",
"firebase": "^11.7.1",
"framer-motion": "^12.5.0",
"i18next": "^25.5.2",
"js-cookie": "^3.0.5",
"lucide-react": "^0.474.0",
"next": "15.1.11",
"next-i18next": "^15.4.2",
"next-video": "^2.0.0",
"next-videos": "^1.4.1",
"ogl": "^1.0.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^16.0.0",
"react-reconciler": "^0.29.0",
"react-transition-group": "^4.4.5",
"swiper": "^11.2.2",
"tailwind": "^4.0.0",
"three": "^0.173.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/aos": "^3.0.7",
"@types/d3-ease": "^3.0.2",
"@types/node": "^20.17.14",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-transition-group": "^4.4.12",
"@types/swiper": "^6.0.0",
"eslint": "^9",
"eslint-config-next": "15.1.2",
"file-loader": "^6.2.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"tailwindcss-textshadow": "^2.1.3",
"typescript": "^5"
}
}