roles-bot/apps/website/package.json

37 lines
949 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": {
2024-08-10 10:25:07 +02:00
"@astrojs/cloudflare": "^11.0.4",
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-08-03 20:23:12 +02:00
"@lucia-auth/adapter-sqlite": "^3.0.2",
2023-04-03 17:04:16 +02:00
"@tailwindcss/typography": "^0.5.9",
2024-08-03 20:23:12 +02:00
"arctic": "^1.9.2",
"astro": "^4.11.5",
2023-04-08 14:16:23 +02:00
"astro-google-fonts-optimizer": "^0.2.2",
"astro-icon": "^0.8.0",
2024-08-03 20:23:12 +02:00
"lucia": "^3.2.0",
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": {
2024-08-10 10:25:07 +02:00
"@cloudflare/workers-types": "^4.20240806.0",
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"
}
}