Files
homepage/package.json
Kami 27685bd28e style(): CSS Hover effects on nav bar (#3)
* style(): CSS Hover effects on nav bar
---------

Co-authored-by: JuLi0n21 <julianschlueterbusiness21@gmail.com>
2026-03-08 07:30:18 +01:00

25 lines
539 B
JSON

{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"predev": "astro check",
"prebuild": "astro check",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"astro": "^5.17.1",
"prettier": "^3.8.1",
"sharp": "^0.34.3",
"typescript": "^5.9.3"
}
}