-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 940 Bytes
/
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
{
"name": "Seamain's Blog",
"type": "module",
"version": "0.1.5",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@resvg/resvg-js": "^2.6.2",
"@types/mdast": "^4.0.4",
"@vercel/og": "^0.6.4",
"@vercel/speed-insights": "^1.1.0",
"astro": "^5.1.1",
"astro-icon": "^0.8.2",
"markdown-it": "^14.1.0",
"mdast-util-from-markdown": "^2.0.2",
"node-base64-image": "^2.0.7",
"sanitize-html": "^2.14.0",
"satori": "^0.12.0",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@astrojs/react": "^4.1.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"
}
}