-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.14 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
{
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/mdx": "^4.0.5",
"@astrojs/react": "^4.1.3",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/vercel": "^8.0.1",
"@fontsource/fira-code": "^5.1.0",
"@fontsource/fira-sans": "^5.1.0",
"@headlessui/react": "^2.2.0",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.19",
"@jsr/std__encoding": "^1.0.6",
"@jsr/std__fs": "^1.0.9",
"@jsr/std__path": "^1.0.8",
"@jsr/tugrulates__photos": "^0.1.4",
"@tailwindcss/typography": "^0.5.16",
"@types/react-dom": "^19.0.3",
"@types/react": "^19.0.6",
"@vercel/analytics": "^1.4.1",
"@vercel/functions": "^1.5.2",
"@vercel/speed-insights": "^1.1.0",
"astro": "^5.1.5",
"astro-icon": "^1.1.4",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.4",
"globals": "^15.13.0",
"react-dom": "^19.0.0",
"react": "^19.0.0",
"rehype-external-links": "^3.0.0",
"satori": "^0.12.1",
"sharp": "^0.33.5",
"sharp-ico": "^0.1.5",
"tailwindcss": "^3.4.16"
}
}