astro-personal-website/package.json
Mikkel Svartveit 332e1dea33 Migrate to latest versions of Astro, Svelte and Tailwind
Fix hover in prose layout
2025-11-28 09:55:58 +01:00

31 lines
778 B
JSON

{
"name": "astro-personal-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/mdx": "^4.3.12",
"@astrojs/svelte": "^7.2.2",
"astro": "^5.16.2",
"sharp": "^0.34.5",
"svelte": "^5.45.2",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17",
"prettier": "^3.7.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.7.1"
}
}