-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 874 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
{
"name": "blog",
"type": "module",
"version": "0.0.1",
"author": "Joe Banks <joe@jb3.dev>",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.7",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.2.0",
"@fontsource/roboto-mono": "^5.1.0",
"@fontsource/roboto-slab": "^5.1.0",
"astro": "^4.15.11",
"astro-embed": "^0.7.2",
"astro-expressive-code": "^0.37.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark-toc": "^9.0.0",
"sharp": "^0.33.5",
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/node": "^22.7.4"
},
"packageManager": "pnpm@9.12.0"
}