chore: setup astro

This commit is contained in:
Alejandro Laguna
2025-08-02 14:40:33 +02:00
parent 3b0278b7fc
commit 8bb138dbe5
33 changed files with 5206 additions and 3491 deletions

View File

@@ -1,24 +1,14 @@
{
"homepage": "https://alejandrolaguna20.github.io/portfolio/",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.3",
"preact": "^10.25.3",
"preact-iso": "^2.9.1",
"tailwindcss": "^4.1.3"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.3",
"gh-pages": "^6.3.0",
"typescript": "^5.8.2",
"vite": "^6.0.4"
}
}
"name": "portfoliov2",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.12.8"
}
}