-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.15 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.15 KB
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
40
41
42
43
44
45
46
47
48
49
{
"name": "abidaliawan-com",
"type": "module",
"version": "1.0.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"prebuild": "node scripts/update-sitemap-lastmod.mjs",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"generate:favicon": "node scripts/generate-favicon.mjs"
},
"dependencies": {
"@fontsource-variable/dm-sans": "^5.2.8",
"@fontsource-variable/space-grotesk": "^5.2.10",
"@iconify-json/carbon": "^1.2.20",
"@iconify-json/mdi": "^1.2.3",
"astro": "^6.1.4",
"astro-compress": "^2.4.0",
"astro-icon": "^1.1.5",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"baseline-browser-mapping": "^2.10.16",
"daisyui": "^5.5.19"
},
"overrides": {
"defu": "^6.1.6",
"h3": "^1.15.9",
"picomatch": "^4.0.4",
"smol-toml": "^1.6.1",
"undici": "^7.24.0",
"vite": "^7.3.1",
"yaml": "^2.8.3",
"astro": {
"svgo": "4.0.1"
},
"astro-compress": {
"svgo": "4.0.1"
}
}
}