roles-bot/apps/website/package.json

33 lines
809 B
JSON
Raw Permalink 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": {
2023-04-09 22:00:25 +02:00
"@astrojs/image": "^0.16.5",
2023-04-03 17:04:16 +02:00
"@astrojs/prefetch": "^0.2.1",
"@astrojs/sitemap": "^1.2.1",
"@astrojs/tailwind": "^3.1.1",
"@tailwindcss/typography": "^0.5.9",
2023-04-09 22:00:25 +02:00
"astro": "^2.2.1",
2024-03-07 10:42:04 +01:00
"astro-compress": "2.2.11",
2023-04-08 14:16:23 +02:00
"astro-google-fonts-optimizer": "^0.2.2",
"astro-icon": "^0.8.0",
2023-04-03 17:04:16 +02:00
"astro-robots-txt": "^0.4.1",
"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"
}
}