Files
joururi-portfolio/package.json
2025-06-09 18:59:40 +02:00

26 lines
529 B
JSON

{
"name": "alexis-portfolio",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^6.0.0",
"@astrojs/vue": "^5.0.6",
"@vueuse/core": "^12.7.0",
"astro": "^5.3.0",
"scrambling-text": "^1.2.0",
"swiper": "^11.2.4",
"tailwindcss": "^3.4.17",
"vue": "^3.5.13"
},
"devDependencies": {
"sass": "^1.85.0"
}
}