Implement ST-203 budget logic and tests

This commit is contained in:
Janpeter Visser 2026-04-18 19:00:24 +02:00
parent 2c9344a94f
commit 07afbc3213
11 changed files with 1057 additions and 9 deletions

View file

@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint ."
"lint": "eslint .",
"test": "vitest run"
},
"dependencies": {
"@base-ui/react": "^1.4.0",
@ -33,7 +34,8 @@
"eslint-config-next": "16.2.0",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
"typescript": "latest",
"vitest": "^4.1.4"
},
"engines": {
"node": ">=20.9.0"