-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "creatures-sh",
"version": "0.0.1",
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.1",
"@astrojs/mdx": "^4.0.3",
"@astrojs/netlify": "^6.0.1",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@fontsource/inter": "^5.0.17",
"@resvg/resvg-js": "^2.6.2",
"@resvg/resvg-js-linux-x64-gnu": "^2.6.2",
"@tailwindcss/container-queries": "^0.1.1",
"astro": "^5.1.2",
"astro-capo": "^0.0.1",
"astro-seo": "^0.8.3",
"cal-sans": "^1.0.1",
"date-fns": "^3.6.0",
"hastscript": "^9.0.0",
"markdown-it": "^14.1.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-toc": "^9.0.0",
"sanitize-html": "^2.13.0",
"satori": "^0.10.13",
"satori-html": "^0.3.2",
"sharp": "^0.33.3",
"tailwind": "^4.0.0",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.12",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.12.4",
"@types/sanitize-html": "^2.11.0",
"prettier-plugin-astro": "^0.13.0"
}
}