mirror of
https://github.com/mikkelsvartveit/astro-personal-website.git
synced 2025-12-22 11:12:38 +00:00
31 lines
778 B
JSON
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.13",
|
|
"@astrojs/svelte": "^7.2.4",
|
|
"astro": "^5.16.6",
|
|
"sharp": "^0.34.5",
|
|
"svelte": "^5.46.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"prettier": "^3.7.4",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-svelte": "^3.4.1",
|
|
"prettier-plugin-tailwindcss": "^0.7.2"
|
|
}
|
|
}
|