2025-04-26 23:21:07 -07:00
|
|
|
{
|
|
|
|
"name": "justin-deal",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"packageManager": "pnpm@10.6.0",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro",
|
|
|
|
"preinstall": "npx only-allow pnpm"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-05-04 15:33:23 -07:00
|
|
|
"@astrojs/rss": "^4.0.11",
|
2025-04-26 23:21:07 -07:00
|
|
|
"@astrojs/tailwind": "^6.0.2",
|
|
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
|
|
"@tailwindcss/vite": "^4.1.3",
|
2025-05-03 15:31:48 -07:00
|
|
|
"alpinejs": "^3.13.7",
|
2025-04-26 23:21:07 -07:00
|
|
|
"astro": "^5.6.1",
|
2025-05-03 15:31:48 -07:00
|
|
|
"sharp": "^0.33.3",
|
2025-04-26 23:21:07 -07:00
|
|
|
"tailwindcss": "^4.1.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^22.13.5"
|
|
|
|
}
|
2025-05-03 15:31:48 -07:00
|
|
|
}
|