-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 838 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
{
"name": "kaleman-blog",
"version": "1.0.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"test": "vitest run",
"import:devto": "node scripts/import-devto.mjs"
},
"dependencies": {
"@astrojs/markdown-remark": "^7.2.0",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@fontsource/jetbrains-mono": "^5.0.0",
"@fontsource/newsreader": "^5.0.0",
"@fontsource/space-grotesk": "^5.0.0",
"@resvg/resvg-js": "^2.6.2",
"astro": "^7.0.5",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"satori": "^0.26.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"typescript": "^5.6.0",
"vitest": "^4.1.9"
}
}