-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 KB
/
package.json
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
{
"name": "@are44/astro-supernova",
"version": "0.1.0",
"scripts": {
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev",
"format": "biome format --write ."
},
"dependencies": {
"@astrojs/starlight": "^0.28.3",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.2",
"astro": "^4.16.7",
"astro-og-canvas": "^0.5.4",
"canvaskit-wasm": "^0.39.1",
"hast-util-to-string": "^3.0.1",
"hastscript": "^9.0.0",
"html-escaper": "^3.0.3",
"katex": "^0.16.11",
"lite-youtube-embed": "^0.3.3",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"rehype-mermaid": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-math": "^6.0.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/html-escaper": "^3.0.2",
"playwright": "^1.48.2",
"playwright-chromium": "^1.48.2",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@9.12.2"
}