Files
atridotdad/package.json
Atridad Lahiji 6b6b571dd6
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m34s
Fixed terminal
2025-06-09 12:44:53 -06:00

37 lines
823 B
JSON

{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.0",
"@astrojs/node": "^9.2.2",
"@astrojs/preact": "^4.1.0",
"@astrojs/rss": "^4.0.12",
"@preact/signals": "^2.2.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.8",
"astro": "^5.9.2",
"astro-icon": "^1.1.5",
"lucide-preact": "^0.513.0",
"preact": "^10.26.8",
"sharp": "^0.34.2",
"tailwindcss": "^4.1.8"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.38",
"daisyui": "^5.0.43"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp"
]
}
}