Files
dusa.cz/package.json
2026-03-11 09:11:13 +01:00

20 lines
409 B
JSON

{
"name": "--typescript",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.17.1",
"fuse.js": "^7.1.0",
"tailwindcss": "^4.2.1"
}
}