-
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) · 938 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 938 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": "^6.0.1",
"@astrojs/react": "^5.0.6",
"@astrojs/sitemap": "^3.7.3",
"@giscus/react": "^3.1.0",
"@shikijs/transformers": "^4.1.0",
"@tailwindcss/vite": "^4.3.0",
"@vercel/og": "^0.11.1",
"@yeskunall/astro-umami": "^0.0.8",
"astro": "^6.4.2",
"clsx": "^2.1.1",
"jsdom": "^29.1.1",
"lucide-react": "^1.17.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@types/jsdom": "^28.0.3",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.8.0",
"sharp": "^0.34.5"
}
}