-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 873 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
{
"name": "benjami.in",
"type": "module",
"version": "3.0.0",
"description": "My personal website",
"author": "Sebastiaan Benjamins <[email protected]> (https://benjami.in/)",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "deno run ./dist/server/entry.mjs",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@11ty/eleventy-fetch": "^5.0.1",
"@astrojs/check": "0.9.4",
"@deno/astro-adapter": "^0.1.5",
"@iconify-json/ph": "^1.2.1",
"astro": "5.0.1",
"astro-icon": "^1.1.4",
"astro-seo": "^0.8.4"
},
"devDependencies": {
"browserslist": "^4.24.2",
"lightningcss": "^1.28.2",
"open-props": "^1.7.7",
"typescript": "^5.7.2"
}
}