29 lines
664 B
JSON
29 lines
664 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.5",
|
|
"@astrojs/vue": "6.0.0-beta.1",
|
|
"@fontsource-variable/roboto-slab": "^5.2.8",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"astro": "6.0.0-beta.15",
|
|
"motion-v": "2.0.0",
|
|
"nodemailer": "^8.0.1",
|
|
"tailwindcss": "^4.2.1",
|
|
"vue": "^3.5.29"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.3.0",
|
|
"@types/nodemailer": "^7.0.11",
|
|
"daisyui": "^5.5.19"
|
|
},
|
|
"packageManager": "bun@1.3.9"
|
|
}
|