Update project configuration and dependencies: add Tailwind CSS support, update .gitignore, and enhance TypeScript configuration.
This commit is contained in:
12
package.json
12
package.json
@@ -12,6 +12,16 @@
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^6.1.8"
|
||||
"@fontsource-variable/geist": "^5.2.8",
|
||||
"@tailwindcss/vite": "^4.2.3",
|
||||
"astro": "^6.1.8",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"lucide-react": "^1.8.0",
|
||||
"radix-ui": "^1.4.3",
|
||||
"shadcn": "^4.3.1",
|
||||
"tailwind-merge": "^3.5.0",
|
||||
"tailwindcss": "^4.2.3",
|
||||
"tw-animate-css": "^1.4.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user