justin.deal/package.json
2025-05-04 15:33:23 -07:00

27 lines
599 B
JSON

{
"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": {
"@astrojs/rss": "^4.0.11",
"@astrojs/tailwind": "^6.0.2",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.3",
"alpinejs": "^3.13.7",
"astro": "^5.6.1",
"sharp": "^0.33.3",
"tailwindcss": "^4.1.3"
},
"devDependencies": {
"@types/node": "^22.13.5"
}
}