-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.09 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
{
"name": "portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build && node process-html.mjs",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/starlight": "^0.28.2",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/vercel": "^7.8.1",
"@fontsource-variable/inter": "^5.0.18",
"@lottiefiles/dotlottie-react": "^0.6.3",
"@lottiefiles/react-lottie-player": "^3.5.4",
"@nanostores/react": "^0.7.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-slot": "^1.0.2",
"@react-three/cannon": "^6.6.0",
"@react-three/drei": "^9.106.0",
"@react-three/fiber": "^8.16.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.165.0",
"astro": "^4.15.8",
"astro-compressor": "^0.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.2.10",
"globby": "^14.0.1",
"gsap": "^3.12.5",
"html-minifier-terser": "^7.2.0",
"leva": "^0.9.35",
"lucide-react": "^0.395.0",
"maath": "^0.10.7",
"nanostores": "^0.10.3",
"nice-color-palettes": "^3.0.0",
"preline": "^2.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scroll-percentage": "^4.3.2",
"sharp": "^0.33.4",
"sharp-ico": "^0.1.5",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"three": "^0.165.0",
"three-css3drenderer": "^1.0.1",
"use-debounce": "^10.0.1",
"valtio": "^1.13.2",
"wouter": "^3.2.0"
},
"devDependencies": {
"@playwright/test": "^1.44.1",
"@tailwindcss/forms": "^0.5.7",
"@types/node": "^20.14.3",
"astro-vtbot": "^1.7.21",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"typescript": "^5.4.5"
}
}