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
|
{
"name": "personal-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "6.0.1",
"@astrojs/rss": "4.0.19",
"@astrojs/svelte": "9.0.1",
"@astrojs/vercel": "11.0.2",
"@iconify-json/fa6-brands": "^1.2.6",
"@iconify-json/fa6-solid": "^1.2.4",
"@iconify-json/simple-icons": "^1.2.71",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.180.0",
"astro": "7.0.6",
"astro-icon": "^1.1.5",
"dompurify": "^3.3.1",
"markdown-it": "^14.1.1",
"marked": "^15.0.12",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sanitize-html": "^2.17.1",
"svelte": "^5.53.5",
"three": "^0.180.0",
"typescript": "^5.9.3"
}
}
|