-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 862 Bytes
/
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
{
"name": "henkverlinde.com",
"type": "module",
"version": "0.2.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"start": "node dist/server/entry.mjs",
"preview": "astro preview",
"astro": "astro",
"postbuild": "pagefind --site dist"
},
"dependencies": {
"@astrojs/mdx": "^4.0.5",
"@astrojs/netlify": "^6.0.1",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@iconify-json/lucide": "^1.2.22",
"@iconify-json/simple-icons": "^1.2.19",
"@iconify/utils": "^2.2.1",
"@shikijs/themes": "^1.26.1",
"astro": "^5.1.5",
"astro-expressive-code": "^0.39.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11",
"pagefind": "^1.3.0",
"shiki": "^1.26.1"
}
}