Files
joururi-portfolio/package.json
2025-06-10 13:29:42 +02:00

27 lines
563 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.4.1",
"@astrojs/vue": "^5.1.0",
"@tailwindcss/vite": "^4.1.8",
"@vueuse/core": "^13.3.0",
"astro": "^5.9.2",
"astro-compressor": "^1.0.0",
"swiper": "^11.2.8",
"tailwindcss": "^4.1.8",
"vue": "^3.5.16"
},
"devDependencies": {
"sass": "^1.89.2"
}
}