-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 927 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 927 Bytes
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": "clickin.github.io",
"type": "module",
"version": "0.6.0",
"private": true,
"packageManager": "pnpm@9.0.0",
"scripts": {
"dev": "astro dev",
"prebuild": "node scripts/copy-post-assets.mjs",
"build": "astro build",
"postbuild": "node scripts/postbuild-sitemap-alias.mjs && pagefind --site dist",
"preview": "astro preview",
"perf:baseline": "node scripts/perf/lighthouse-baseline.mjs"
},
"dependencies": {
"@astrojs/mdx": "^4.0.0",
"@astrojs/rss": "^4.0.0",
"@astrojs/sitemap": "^3.0.0",
"@shikijs/transformers": "^3.22.0",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.0.0",
"astro-og-canvas": "^0.10.1",
"canvaskit-wasm": "^0.40.0",
"tailwindcss": "^4.1.18",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"pagefind": "1.5.0-beta.1",
"sharp": "^0.34.5",
"typescript": "^5.9.3"
}
}