roles-bot/apps/website/package.json

36 lines
890 B
JSON
Raw Normal View History

2023-04-03 17:04:16 +02:00
{
"name": "website",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^11.0.1",
2024-08-03 14:42:34 +02:00
"@astrojs/preact": "^3.5.1",
2023-04-03 17:04:16 +02:00
"@astrojs/prefetch": "^0.2.1",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
2024-07-16 19:32:42 +02:00
"@auth/core": "^0.32.0",
2023-04-03 17:04:16 +02:00
"@tailwindcss/typography": "^0.5.9",
"astro": "^4.11.5",
2023-04-08 14:16:23 +02:00
"astro-google-fonts-optimizer": "^0.2.2",
"astro-icon": "^0.8.0",
"auth-astro": "^4.1.2",
2024-08-03 17:02:05 +02:00
"dotenv": "^16.4.5",
2024-08-03 14:42:34 +02:00
"preact": "^10.23.1",
2023-04-03 17:04:16 +02:00
"tailwindcss": "^3.3.1"
},
"devDependencies": {
2023-04-08 14:16:23 +02:00
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.0",
"postcss": "^8.4.21",
2023-04-03 17:04:16 +02:00
"prettier": "^2.8.7",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.6"
}
}