-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 859 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
{
"name": "benjami.in",
"type": "module",
"version": "3.0.0",
"description": "My personal website",
"author": "Sebastiaan Benjamins <sebastiaan@benjami.in> (https://benjami.in/)",
"private": true,
"scripts": {
"dev": "astro dev --port 3000",
"start": "bun run ./dist/server/entry.mjs",
"preview": "bun run build && bun run start",
"build": "astro check && astro build",
"astro": "astro"
},
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.1",
"@astrojs/check": "0.9.4",
"@iconify-json/ph": "^1.1.13",
"astro": "4.16.7",
"astro-icon": "^1.1.0",
"astro-seo": "^0.8.4"
},
"devDependencies": {
"@types/bun": "^1.1.6",
"lightningcss": "^1.27.0",
"open-props": "^1.7.4",
"typescript": "^5.4.5"
}
}