site/package.json
2026-01-19 08:51:58 +07:00

19 lines
378 B
JSON

{
"name": "site-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.16.10",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19"
}
}