website/package.json
2024-06-20 14:07:00 +02:00

24 lines
609 B
JSON

{
"name": "website-next",
"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.7.0",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/open-sans": "^5.0.28",
"@fontsource/quicksand": "^5.0.18",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"astro": "^4.10.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
}
}