feat: Finish the Lysand 3.0 update

This commit is contained in:
Jesse Wierzbinski 2024-05-01 17:40:24 -10:00
parent ce22bb99d1
commit 25fab61f92
No known key found for this signature in database
13 changed files with 400 additions and 36 deletions

View file

@ -8,5 +8,10 @@
"@biomejs/biome": "^1.7.1",
"vitepress": "^1.1.0"
},
"trustedDependencies": ["@biomejs/biome"]
"trustedDependencies": ["@biomejs/biome"],
"dependencies": {
"@tailwindcss/vite": "^4.0.0-alpha.14",
"iconify-icon": "^2.1.0",
"tailwindcss": "^4.0.0-alpha.14"
}
}