Files
joururi-portfolio/package.json
2025-02-04 16:40:24 +01:00

25 lines
504 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.5.0",
"astro": "^5.2.4",
"scrambling-text": "^1.2.0",
"tailwindcss": "^3.4.17",
"vue": "^3.5.13"
},
"devDependencies": {
"sass": "^1.83.4"
}
}