mirror of
https://github.com/mikkelsvartveit/astro-personal-website.git
synced 2025-12-22 11:12:38 +00:00
28 lines
683 B
JSON
28 lines
683 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/cloudflare": "^10.2.6",
|
|
"@astrojs/svelte": "^5.4.0",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"astro": "^4.8.2",
|
|
"sharp": "^0.32.6",
|
|
"svelte": "^4.2.12",
|
|
"tailwindcss": "^3.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.12",
|
|
"prettier": "3.0.3",
|
|
"prettier-plugin-astro": "^0.12.3",
|
|
"prettier-plugin-svelte": "^3.2.2",
|
|
"prettier-plugin-tailwindcss": "^0.5.13"
|
|
}
|
|
}
|