Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"scan": "next dev & react-scan localhost:3000",
"lint": "next lint",
"format": "prettier **.{ts,tsx} *.json --check",
"coverage": "vitest --coverage.enabled",
"test": "vitest --watch",
"test:ci": "vitest run"
},
Expand Down Expand Up @@ -92,9 +93,11 @@
"@types/react-select": "3.1.2",
"@types/testing-library__jest-dom": "5.14.5",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "3.0.8",
"bootstrap": "^5.1.3",
"eslint-plugin-testing-library": "^5.10.3",
"jest-environment-jsdom": "29.5.0",
"jsdom": "^26.0.0",
"react-scan": "^0.0.26",
"sass": "^1.53.0",
"vitest": "^3.0.8"
Expand Down
Loading