Files
atashdotdev/package.json
Atridad Lahiji 62dcec8202
Some checks failed
Docker Deploy / build-and-push (push) Failing after 3m7s
Moved to keeping the SVGs in repo
2026-02-12 13:15:34 -07:00

30 lines
714 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.4",
"@astrojs/partytown": "^2.1.4",
"@astrojs/vue": "6.0.0-beta.1",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/roboto-slab": "^5.2.8",
"@tailwindcss/vite": "^4.1.18",
"astro": "6.0.0-beta.11",
"motion-v": "^1.10.3",
"nodemailer": "^8.0.1",
"tailwindcss": "^4.1.18",
"vue": "^3.5.28"
},
"devDependencies": {
"@types/node": "^25.2.3",
"@types/nodemailer": "^7.0.9",
"daisyui": "^5.5.18"
}
}