Files
cachetdeco/package.json
2026-03-12 20:16:40 -04:00

18 lines
339 B
JSON

{
"name": "cachetdeco",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.2.1",
"@tailwindcss/vite": "^4.0.0",
"astro": "^5.4.0",
"tailwindcss": "^4.0.0"
}
}