feat(docs): add WIP builder and update biome

This commit is contained in:
rzmk 2025-10-09 23:09:12 -04:00
parent 02d651177e
commit af15fb3fed
10 changed files with 790 additions and 26 deletions

View file

@ -13,6 +13,7 @@
"dependencies": {
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-tabs": "^1.1.13",
"class-variance-authority": "^0.7.1",
"fumadocs-core": "15.8.1",
"fumadocs-mdx": "12.0.1",
@ -24,14 +25,14 @@
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@biomejs/biome": "2.2.5",
"@tailwindcss/postcss": "^4.1.13",
"@types/mdx": "^2.0.13",
"@types/node": "24.5.2",
"@types/react": "^19.1.14",
"@types/react-dom": "^19.1.9",
"typescript": "^5.9.2",
"@types/mdx": "^2.0.13",
"@tailwindcss/postcss": "^4.1.13",
"tailwindcss": "^4.1.13",
"postcss": "^8.5.6",
"@biomejs/biome": "^2.2.4"
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2"
}
}