forked from louisescher/spectre
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 773 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 773 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
{
"name": "spectre",
"type": "module",
"version": "1.0.2",
"packageManager": "pnpm@9.15.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"start": "node dist/server/entry.mjs",
"preview": "astro preview",
"astro": "astro",
"postbuild": "pagefind --site dist"
},
"dependencies": {
"@astrojs/mdx": "^4.2.0",
"@astrojs/node": "^9.1.3",
"@astrojs/sitemap": "^3.2.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": "^5.5.2",
"astro-expressive-code": "^0.38.3",
"sharp": "^0.33.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"pagefind": "^1.4.0",
"shiki": "^1.26.1"
}
}