-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 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
39
{
"name": "Seamain's Blog",
"type": "module",
"version": "0.1.7",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build:pagefind": "astro build && pagefind --site dist --output-subdir pagefind",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.1.18",
"@types/mdast": "^4.0.4",
"@vercel/og": "^0.8.6",
"astro": "^5.17.1",
"astro-icon": "^1.1.5",
"astro-pagefind": "^1.8.5",
"flatted": "^3.3.3",
"markdown-it": "^14.1.0",
"mdast-util-from-markdown": "^2.0.2",
"node-base64-image": "^2.2.0",
"sanitize-html": "^2.17.0",
"satori": "^0.19.1",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@astrojs/react": "^4.4.2",
"@types/markdown-it": "^14.1.2",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}