refactor(index): remove light mode

This commit is contained in:
z0x 2025-04-09 20:42:34 -04:00
parent 8b3c009de7
commit 18df241880
14 changed files with 190 additions and 748 deletions

View file

@ -4,30 +4,19 @@
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.2.3",
"astro": "^5.6.1",
"@astrojs/check": "^0.9.4",
"@biomejs/biome": "1.9.4",
"@fontsource-variable/geist": "^5.2.5",
"@radix-ui/react-dropdown-menu": "^2.1.7",
"@radix-ui/react-slot": "^1.2.0",
"@tailwindcss/vite": "^4.1.3",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.2",
"@yeskunall/astro-umami": "^0.0.4",
"astro": "^5.6.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.475.0",
"motion": "^12.6.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.3",
"tw-animate-css": "^1.2.5"
"tailwindcss": "^4.1.3"
},
"trustedDependencies": ["@biomejs/biome", "esbuild", "sharp"]
}