Files
joururi-portfolio/package.json
Alexis af13d934fa Updated sass and vueuse
Also fixed a json parsing issue
2025-06-09 22:26:01 +02:00

28 lines
597 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/sitemap": "^3.4.1",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/vue": "^5.1.0",
"@vueuse/core": "^13.3.0",
"astro": "^5.9.2",
"astro-compressor": "^1.0.0",
"scrambling-text": "^1.2.0",
"swiper": "^11.2.8",
"tailwindcss": "^3.4.17",
"vue": "^3.5.16"
},
"devDependencies": {
"sass": "^1.89.2"
}
}