Files
joururi-portfolio/package.json
2025-12-21 18:09:19 +01:00

27 lines
566 B
JSON

{
"name": "alexis-portfolio",
"type": "module",
"version": "1.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.6.0",
"@astrojs/vue": "^5.1.3",
"@tailwindcss/vite": "^4.1.18",
"@vueuse/core": "^14.1.0",
"astro": "^5.16.6",
"astro-compressor": "^1.2.0",
"swiper": "^12.0.3",
"tailwindcss": "^4.1.18",
"vue": "^3.5.26"
},
"devDependencies": {
"sass": "^1.97.1"
}
}