This repository has been archived on 2025-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
website/package.json

24 lines
609 B
JSON
Raw Normal View History

2024-06-19 19:59:36 +02:00
{
"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",
2024-06-19 20:21:43 +02:00
"@astrojs/tailwind": "^5.1.0",
2024-06-20 14:07:00 +02:00
"@fontsource/open-sans": "^5.0.28",
"@fontsource/quicksand": "^5.0.18",
2024-06-20 13:57:00 +02:00
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
2024-06-19 20:21:43 +02:00
"astro": "^4.10.3",
"tailwindcss": "^3.4.4",
2024-06-19 19:59:36 +02:00
"typescript": "^5.4.5"
}
}