-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 943 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 943 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
33
34
35
36
37
38
39
{
"name": "personal-website",
"type": "module",
"version": "5.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.7.0",
"@giscus/react": "^3.1.0",
"@shikijs/transformers": "^3.21.0",
"@tailwindcss/vite": "^4.1.18",
"@vercel/og": "^0.8.6",
"@yeskunall/astro-umami": "^0.0.7",
"astro": "^5.16.10",
"clsx": "^2.1.1",
"jsdom": "^27.4.0",
"lucide-react": "^0.562.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@types/jsdom": "^27.0.0",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"prettier": "^3.8.0",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"sharp": "^0.34.5"
}
}