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

25 lines
505 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": "^5.1.0",
"@astrojs/vue": "^4.5.0",
"@vueuse/core": "^10.11.0",
"astro": "^4.13.1",
"scrambling-text": "^1.2.0",
"tailwindcss": "^3.3.5",
"vue": "^3.4.36"
},
"devDependencies": {
"sass": "^1.69.5"
}
}