-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 870 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 870 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
34
35
36
{
"name": "spectre",
"type": "module",
"version": "1.0.2",
"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/client",
"lint": "biome check .",
"lint:fix": "biome check --write ."
},
"dependencies": {
"@astrojs/mdx": "7.0.0",
"@astrojs/node": "11.0.0",
"@astrojs/sitemap": "3.7.3",
"@iconify-json/lucide": "^1.2.20",
"@iconify-json/simple-icons": "^1.2.18",
"@iconify/utils": "^2.2.1",
"@shikijs/themes": "^4.2.0",
"astro": "7.0.0",
"astro-expressive-code": "^0.43.1",
"sharp": "^0.35.2"
},
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@types/node": "^24.3.0",
"pagefind": "^1.3.0",
"shiki": "^4.2.0",
"typescript": "^6.0.3",
"vite": "^8.0.16"
}
}