Implement ST-203 budget logic and tests
This commit is contained in:
parent
2c9344a94f
commit
07afbc3213
11 changed files with 1057 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue