Files
ry.kazcloud.dev/package.json
2026-02-15 18:34:19 -05:00

20 lines
440 B
JSON

{
"name": "web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/tailwind": "^5.1.0",
"@vercel/speed-insights": "^1.0.10",
"astro": "^4.4.14",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
}
}