mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-11-22 02:11:35 +01:00
33 lines
832 B
JSON
33 lines
832 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.11",
|
|
"@astrojs/sitemap": "3.3.1",
|
|
"@fontsource-variable/roboto": "5.2.5",
|
|
"@tailwindcss/vite": "4.1.4",
|
|
"astro": "5.7.5",
|
|
"markdown-it": "14.1.0",
|
|
"rehype-autolink-headings": "7.1.0",
|
|
"rehype-slug": "6.0.0",
|
|
"sanitize-html": "2.16.0",
|
|
"tailwindcss": "4.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "0.5.16",
|
|
"@types/markdown-it": "14.1.2",
|
|
"@types/sanitize-html": "2.15.0",
|
|
"prettier": "3.5.3",
|
|
"prettier-plugin-astro": "0.14.1",
|
|
"prettier-plugin-tailwindcss": "0.6.11"
|
|
}
|
|
}
|