mirror of
https://github.com/mikkelsvartveit/astro-personal-website.git
synced 2025-12-22 19:22:37 +00:00
27 lines
644 B
JSON
27 lines
644 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/svelte": "^4.0.3",
|
|
"@astrojs/tailwind": "^5.0.2",
|
|
"astro": "^3.3.0",
|
|
"sharp": "^0.32.6",
|
|
"svelte": "^4.0.0",
|
|
"tailwindcss": "^3.0.24"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"prettier": "3.0.3",
|
|
"prettier-plugin-astro": "^0.12.0",
|
|
"prettier-plugin-svelte": "^3.0.3",
|
|
"prettier-plugin-tailwindcss": "^0.5.6"
|
|
}
|
|
}
|