Files
atashdotdev/package.json
Atridad Lahiji 737a4dd7e8
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m49s
Slop-free
2026-02-23 11:54:27 -07:00

30 lines
718 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.2.1",
"astro": "6.0.0-beta.14",
"motion-v": "2.0.0-beta.5",
"nodemailer": "^8.0.1",
"tailwindcss": "^4.2.1",
"vue": "^3.5.28"
},
"devDependencies": {
"@types/node": "^25.3.0",
"@types/nodemailer": "^7.0.11",
"daisyui": "^5.5.19"
}
}