-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.56 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
{
"name": "lucas11-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "wrangler dev",
"deploy": "wrangler deploy",
"astro": "astro",
"cloudflare-preview": "wrangler pages dev ./dist"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^12.6.0",
"@astrojs/mdx": "^4.3.0",
"@astrojs/react": "^4.3.0",
"@astrojs/sitemap": "^3.4.1",
"@astrojs/ts-plugin": "^1.10.4",
"@astrojs/vercel": "^8.2.0",
"@gsap/react": "^2.1.2",
"@icons-pack/react-simple-icons": "^12.3.0",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@tailwindcss/vite": "^4.0.14",
"@types/mdx": "^2.0.13",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"add": "^2.0.6",
"astro": "^5.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"gsap": "^3.13.0",
"lucide-react": "^0.483.0",
"motion": "^12.6.3",
"posthog-js": "^1.233.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-wavify": "^1.11.1",
"sharp": "^0.33.5",
"simple-icons": "^14.12.0",
"tailwind-merge": "^3.0.2",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss": "^4.0.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.2",
"wrangler": "^4.12.0"
}
}