-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 843 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 843 Bytes
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
{
"name": "d41sy-com",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.79.0",
"@astrojs/sitemap": "^3.7.1",
"@astrojs/vercel": "^10.0.1",
"@fontsource/atkinson-hyperlegible-mono": "^5.2.10",
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/inter": "^5.2.8",
"@google/genai": "^1.45.0",
"@iconify-json/lucide": "^1.2.97",
"@iconify-json/simple-icons": "^1.2.73",
"@phosphor-icons/web": "^2.1.2",
"@tailwindcss/vite": "^4.2.1",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"astro": "^6.0.4",
"astro-icon": "^1.1.5",
"tailwindcss": "^4.2.1"
}
}