redesign 🎨

This commit is contained in:
2025-01-21 19:50:35 -05:00
parent ea8080ff57
commit 0f13edd875
33 changed files with 177 additions and 513 deletions
+13 -16
View File
@@ -13,31 +13,28 @@
},
"dependencies": {
"@astrojs/mdx": "4.0.2",
"@astrojs/netlify": "6.0.0",
"@astrojs/rss": "4.0.10",
"@types/markdown-it": "^14.1.2",
"astro": "5.0.4",
"astro-icon": "^1.1.4",
"astro": "^5.1.8",
"astro-pagefind": "^1.7.0",
"date-fns": "^3.6.0",
"date-fns-tz": "^1.3.8",
"markdown-it": "^13.0.2",
"pagefind": "^1.2.0",
"sanitize-html": "^2.13.1",
"date-fns": "^4.1.0",
"markdown-it": "^14.1.0",
"pagefind": "^1.3.0",
"sanitize-html": "^2.14.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.4",
"bun-types": "latest",
"eslint": "^8.57.1",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-prettier": "^5.2.1",
"inquirer": "^9.3.7",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.7.2",
"typescript-eslint": "^7.18.0"
"eslint": "^9.18.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-prettier": "^5.2.3",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"typescript-eslint": "^8.21.0"
},
"module": "index.ts",
"peerDependencies": {
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}