-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 999 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 999 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
37
{
"name": "lwalden-site",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/partytown": "^2.1.4",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/svelte": "^7.2.5",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource/lora": "^5.2.8",
"@fontsource/outfit": "^5.2.8",
"@resvg/resvg-js": "^2.6.2",
"@shikijs/transformers": "^4.0.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.0.0",
"astro": "^5.17.1",
"mermaid": "^11.12.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-emoji": "^5.0.2",
"satori": "^0.19.2",
"satori-html": "^0.3.2",
"schema-dts": "^1.1.2",
"sharp": "^0.34.3",
"svelte": "^5.53.6",
"tailwindcss": "^4.0.0"
}
}