astro-personal-website/package.json
2024-12-23 14:42:38 +01:00

30 lines
753 B
JSON

{
"name": "astro-personal-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "wrangler pages dev ./dist",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^12.1.0",
"@astrojs/mdx": "^4.0.3",
"@astrojs/svelte": "^7.0.2",
"@astrojs/tailwind": "^5.1.4",
"@tailwindcss/typography": "^0.5.15",
"astro": "^5.1.1",
"sharp": "^0.32.6",
"svelte": "^5.15.0",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"prettier": "3.0.3",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"wrangler": "^3.99.0"
}
}