-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.08 KB
/
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
38
39
{
"name": "nick.winans.io",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/mdx": "^2.3.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"@cloudflare/pages-plugin-vercel-og": "^0.1.1",
"@cloudflare/workers-types": "^4.20240423.0",
"@hbsnow/rehype-sectionize": "^1.0.7",
"@iconify-json/fa6-brands": "^1.1.19",
"@iconify-json/fluent": "^1.1.53",
"@shikijs/transformers": "^1.3.0",
"@tailwindcss/typography": "^0.5.12",
"astro": "^4.6.3",
"astro-icon": "^1.1.0",
"astro-robots-txt": "^1.0.0",
"daisyui": "^4.10.2",
"hastscript": "^7.2.0",
"mdast-util-to-string": "^3.2.0",
"probe-image-size": "^7.2.3",
"react": "^18.3.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"sharp": "^0.32.6",
"tailwindcss": "^3.4.3",
"wrangler": "^3.52.0"
}
}