orbital-orbit/package.json
Ruidy 82aaf6e981
feat(ui): integrate tailwindcss and daisyui, update layouts
- Add TailwindCSS and DaisyUI for improved styling and theme support
- Refactor global styles to use Tailwind and DaisyUI plugins
- Update Header and Footer components for new design system
- Remove unused Hamburger and Navigation components
- Enhance BlogPost and Social components with new styles
- Adjust BaseLayout and page templates for better structure
- Update tsconfig for path alias support
2025-07-11 09:21:56 +02:00

29 lines
691 B
JSON

{
"name": "orbital-orbit",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -wl ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.12",
"@astrojs/vue": "^5.1.0",
"@tailwindcss/vite": "^4.1.3",
"astro": "^5.11.0",
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3",
"vue": "^3.5.17"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"daisyui": "^5.0.46",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.14"
}
}