lots of stuff

This commit is contained in:
Maze Winther
2026-01-23 15:40:01 +01:00
parent b1701e1b0e
commit c6deceaa89
292 changed files with 28825 additions and 26457 deletions
+4 -3
View File
@@ -10,15 +10,16 @@
"build:web": "turbo run build --filter=@opencut/web",
"dev:tools": "turbo run dev --filter=@opencut/tools",
"build:tools": "turbo run build --filter=@opencut/tools",
"start:tools": "turbo run start --filter=@opencut/tools"
"start:tools": "turbo run start --filter=@opencut/tools",
"lint:web": "biome lint apps/web/src --max-diagnostics=1000",
"lint:web:fix": "biome lint apps/web/src --write --max-diagnostics=1000",
"format:web": "biome format apps/web/src/services/renderer --write --max-diagnostics=1000"
},
"dependencies": {
"better-auth": "^1.4.15",
"next": "^16.1.3"
},
"devDependencies": {
"prettier": "^3.8.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"turbo": "^2.7.5",
"typescript": "5.8.3"
},