-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1000 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": "wackomenace",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.8.3",
"@astrojs/mdx": "^3.1.3",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@rubenarakelyan/rehype-custom-emoji": "^1.0.3",
"@tailwindcss/typography": "^0.5.13",
"@vercel/og": "^0.6.2",
"astro": "^4.12.2",
"astro-mastodon": "^0.3.2",
"esbuild": "^0.23.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-format": "^5.0.0",
"rehype-pretty-code": "^0.13.2",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"unified": "^11.0.5"
}
}