- Add Astro portfolio with TypeScript - Implement dark/light theme toggle - Add Spanish/English translations - Create under construction page - Style with Tailwind CSS and glassmorphism effects - Add profile image, projects, skills, and experience sections
21 lines
416 B
JSON
21 lines
416 B
JSON
{
|
|
"name": "personal-portfolio",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.7",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"astro": "^6.0.4",
|
|
"astro-i18n": "^2.2.4",
|
|
"tailwindcss": "^4.2.1"
|
|
}
|
|
} |