-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.02 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.02 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
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "porfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"@emailjs/browser": "^4.4.1",
"@radix-ui/react-slot": "^1.2.3",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.2.0",
"@rive-app/canvas": "^2.30.0",
"@rive-app/react-canvas": "^4.23.4",
"@types/fullpage.js": "^2.9.6",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/three": "^0.178.1",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"astro": "^5.18.1",
"astro-i18n": "^2.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"emailjs-com": "^3.2.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.23.5",
"fullpage.js": "^4.0.35",
"gsap": "^3.13.0",
"i18next": "^25.1.3",
"i18next-http-backend": "^3.0.2",
"lenis": "^1.3.17",
"lucide-react": "^0.545.0",
"pagepiling.js": "^1.5.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-slick": "^0.30.3",
"sharp": "^0.33.5",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.178.0"
},
"pnpm": {
"overrides": {
"glob": ">=10.5.0",
"minimatch": ">=10.2.3",
"lodash": ">=4.18.0",
"mdast-util-to-hast": ">=13.2.1",
"ajv": ">=8.18.0",
"rollup": ">=4.59.0",
"svgo": ">=4.0.1",
"tar": ">=7.5.11",
"h3": ">=1.15.9",
"vite": ">=6.4.2",
"defu": ">=6.1.5",
"devalue": ">=5.6.4",
"picomatch": ">=4.0.4",
"smol-toml": ">=1.6.1",
"brace-expansion": ">=5.0.5",
"yaml": ">=2.8.3"
}
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/tailwind": "^6.0.2",
"autoprefixer": "^10.4.21",
"baseline-browser-mapping": "^2.9.19",
"postcss": "^8.5.3",
"tailwindcss": "^3.0.24",
"typescript": "^5.9.3"
}
}