Files
atashdotdev/package.json
Atridad Lahiji 9c95362800
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m26s
Added a new logo loop + optimized the component setup (DRY)
2026-01-29 13:48:37 -07:00

31 lines
735 B
JSON

{
"name": "atashdotdev",
"type": "module",
"version": "1.3.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.5.2",
"@astrojs/vue": "^5.1.4",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/roboto-slab": "^5.2.8",
"@heroicons/vue": "^2.2.0",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.17.1",
"astro-icon": "^1.1.5",
"nodemailer": "^7.0.12",
"tailwindcss": "^4.1.18",
"vue": "^3.5.27"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.3",
"@types/node": "^25.0.10",
"@types/nodemailer": "^7.0.9",
"daisyui": "^5.5.14"
}
}