parity with main website

This commit is contained in:
Fishandchips321 2026-01-15 13:44:45 +00:00
parent 8d3f884af2
commit a64de4d672
81 changed files with 1913 additions and 1087 deletions

View file

@ -10,9 +10,18 @@
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.0",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"astro": "^5.16.5",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"scss": "^0.2.4",
"sharp": "^0.34.3"
},
"devDependencies": {
"sass-embedded": "^1.97.2"
}
}
}