hostingdelsur.net/package.json

31 lines
735 B
JSON

{
"name": "hostingdelsur.net",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check"
},
"dependencies": {
"@astrojs/sitemap": "^3.2.1",
"@fontsource-variable/host-grotesk": "^5.2.8",
"@fontsource/cormorant-garamond": "^5.1.0",
"@fontsource/mulish": "^5.1.0",
"@fontsource/quicksand": "^5.2.10",
"@keystatic/core": "^0.5.0",
"@tailwindcss/vite": "^4.0.0",
"astro": "^5.0.0",
"sharp": "^0.33.5",
"tailwindcss": "^4.0.0"
},
"devDependencies": {
"playwright": "^1.60.0",
"typescript": "^5.6.0"
}
}