-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.05 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
{
"name": "amaechler.com",
"type": "module",
"version": "1.0.0",
"description": "Personal blog powered by Astro and Markdown",
"author": "Andreas Maechler <amaechler@gmail.com>",
"packageManager": "pnpm@11.0.7",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"check": "astro check",
"format": "prettier --write .",
"format:check": "prettier --check .",
"preview": "astro preview",
"validate": "pnpm format:check && pnpm build",
"astro": "astro",
"prepare": "lefthook install"
},
"dependencies": {
"@astrojs/markdown-satteri": "^0.3.4",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@fontsource/merriweather": "^5.3.0",
"@fontsource/montserrat": "^5.3.0",
"astro": "^7.1.4",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"lefthook": "^2.1.10",
"prettier": "^3.9.6",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.35.3",
"typescript": "^6.0.3"
},
"engines": {
"node": ">=24.15.0 <25"
}
}