feat: Implement monthly collaborator page and component with custom global styling, replacing Tailwind CSS.

This commit is contained in:
2026-03-16 23:51:58 -03:00
parent d0bc535464
commit e278ecde92
10 changed files with 1671 additions and 1781 deletions

View File

@@ -1,22 +1,16 @@
{
"name": "familiarenacer-web",
"type": "module",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"preview": "astro preview"
},
"dependencies": {
"@astrojs/node": "^9.5.1",
"astro": "^5.16.7",
"three": "^0.182.0"
"astro": "^5.16.7"
},
"devDependencies": {
"@astrojs/tailwind": "^6.0.2",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19"
}
}