feat: Implement monthly collaborator page and component with custom global styling, replacing Tailwind CSS.
This commit is contained in:
14
package.json
14
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user