mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-10 03:08:06 +01:00
36 lines
949 B
JSON
36 lines
949 B
JSON
{
|
|
"name": "website",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/cloudflare": "^11.0.4",
|
|
"@astrojs/preact": "^3.5.1",
|
|
"@astrojs/prefetch": "^0.2.1",
|
|
"@astrojs/sitemap": "^3.1.6",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@lucia-auth/adapter-sqlite": "^3.0.2",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"arctic": "^1.9.2",
|
|
"astro": "^4.11.5",
|
|
"astro-google-fonts-optimizer": "^0.2.2",
|
|
"astro-icon": "^0.8.0",
|
|
"lucia": "^3.2.0",
|
|
"preact": "^10.23.1",
|
|
"tailwindcss": "^3.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20240806.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"cssnano": "^6.0.0",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.7",
|
|
"prettier-plugin-astro": "^0.8.0",
|
|
"prettier-plugin-tailwindcss": "^0.2.6"
|
|
}
|
|
}
|