-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.12 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.12 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
{
"name": "kshell",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@10.27.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"start": "node dist/server/entry.mjs",
"preview": "astro preview",
"astro": "astro",
"postbuild": "pagefind --site dist",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"deploy": "git push -f && pnpm astro build && pnpm wrangler deploy"
},
"dependencies": {
"@astrojs/mdx": "5.0.0",
"@astrojs/node": "10.0.0",
"@astrojs/sitemap": "3.7.1",
"@iconify-json/lucide": "^1.2.20",
"@iconify-json/simple-icons": "^1.2.18",
"@iconify/utils": "^2.2.1",
"@shikijs/themes": "^1.26.1",
"astro": "6.0.0",
"astro-expressive-code": "^0.41.7",
"sharp": "^0.33.5"
},
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@types/node": "^24.3.0",
"pagefind": "^1.3.0",
"shiki": "^1.26.1",
"typescript": "^5.9.2",
"vite": "^6.4.1",
"wrangler": "^4.76.0"
}
}