polsevev.dev/package.json
polsevev f969c3620d
All checks were successful
/ build (push) Successful in 24s
Upgrade astro
2024-10-29 22:12:23 +01:00

21 lines
463 B
JSON

{
"name": "polsevev-dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.8",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"astro": "^4.16.7",
"sharp": "^0.33.5",
"typescript": "^5.5.4"
}
}