chore: clean up web ui repo hygiene

This commit is contained in:
kacper 2026-03-14 20:21:44 -04:00
parent 94e62c9456
commit 2fcc9db903
4786 changed files with 1271 additions and 1275231 deletions

View file

@ -9,10 +9,11 @@
"preview": "vite preview",
"lint": "biome lint ./src",
"format": "biome format --write ./src",
"check": "biome check ./src"
"check": "biome check --error-on-warnings ./src",
"hooks:install": "../scripts/install_git_hooks.sh",
"postinstall": "../scripts/install_git_hooks.sh"
},
"dependencies": {
"@fontsource/iosevka": "^5.2.5",
"marked": "^12.0.0",
"preact": "^10.22.0",
"three": "^0.165.0"