bloggy/package.json
2025-06-12 00:32:34 -04:00

35 lines
932 B
JSON

{
"name": "tiff-blog-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdown-remark": "6.3.2",
"@astrojs/mdx": "4.3.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "3.4.0",
"@catppuccin/palette": "^1.7.1",
"@itsmatteomanf/astro-pagefind": "^0.4.0",
"@philnash/astro-pagination": "^0.5.0",
"@tailwindcss/vite": "^4.1.3",
"@yeskunall/astro-umami": "^0.0.4",
"astro": "5.8.1",
"astro-embed": "^0.9.0",
"astro-expressive-code": "^0.40.2",
"astro-font": "^1.0.0",
"astro-icon": "^1.1.5",
"astro-pagefind": "^1.8.3",
"astro-relative-links": "^0.4.2",
"pagefind": "^1.3.0",
"sanitize-html": "^2.15.0",
"tailwindcss": "^4.1.3"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^0.1.6"
}
}