-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.18 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
{
"name": "caillou.ch-2026-03",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@11.9.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"deploy": "pnpm build && gh-pages -d dist -t -b gh-pages",
"preview": "astro preview",
"astro": "astro",
"icons": "node scripts/generate-icons.mjs",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"postinstall": "lefthook install"
},
"dependencies": {
"@astrojs/mdx": "^8.0.2",
"@astrojs/rss": "^4.0.19",
"@fontsource/ibm-plex-mono": "^5.3.0",
"@tailwindcss/vite": "^4.3.3",
"astro": "^7.3.4",
"satori": "^0.33.5",
"sharp": "^0.35.4",
"tailwindcss": "^4.3.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"@biomejs/biome": "^2.5.14",
"@shikijs/transformers": "^4.4.3",
"@types/node": "^26.6.2",
"gh-pages": "^6.3.0",
"lefthook": "^2.1.14",
"prettier": "^3.9.9",
"prettier-plugin-astro": "^1.1.0",
"prettier-plugin-tailwindcss": "^0.8.1",
"typescript": "^6.0.3"
}
}