mirror of
https://github.com/rjNemo/orbital-orbit
synced 2026-06-06 04:16:39 +00:00
- 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
29 lines
691 B
JSON
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"
|
|
}
|
|
}
|