Files
thiloho.github.io/package.json
2025-10-20 21:39:49 +02:00

33 lines
834 B
JSON

{
"name": "thiloho-github-io",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier . --write"
},
"dependencies": {
"@astrojs/rss": "4.0.12",
"@astrojs/sitemap": "3.6.0",
"@fontsource-variable/roboto": "5.2.8",
"@tailwindcss/vite": "4.1.14",
"astro": "5.14.6",
"markdown-it": "14.1.0",
"rehype-autolink-headings": "7.1.0",
"rehype-slug": "6.0.0",
"sanitize-html": "2.17.0",
"tailwindcss": "4.1.14"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.19",
"@types/markdown-it": "14.1.2",
"@types/sanitize-html": "2.16.0",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.7.1"
}
}