Files
atashdotdev/package.json
Atridad Lahiji 8b8b60b302
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m23s
Added links for clients
2026-02-06 00:14:57 -07:00

34 lines
854 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": "10.0.0-beta.0",
"@astrojs/partytown": "^2.1.4",
"@astrojs/vue": "6.0.0-beta.0",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/roboto-slab": "^5.2.8",
"@heroicons/vue": "^2.2.0",
"@tailwindcss/vite": "^4.1.18",
"@yeskunall/astro-umami": "^0.0.7",
"astro": "6.0.0-beta.6",
"astro-icon": "^1.1.5",
"motion-v": "^1.10.2",
"nodemailer": "^8.0.0",
"tailwindcss": "^4.1.18",
"vue": "^3.5.27"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.3",
"@types/node": "^25.2.1",
"@types/nodemailer": "^7.0.9",
"daisyui": "^5.5.18"
}
}