diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index 3cfd79b4..63296efe 100644 --- a/package.json +++ b/package.json @@ -14,13 +14,17 @@ "format": "prettier --write ." }, "devDependencies": { + "@testing-library/react": "^14.3.1", + "@vitejs/plugin-react": "^4.4.0", "eslint": "^9.24.0", "eslint-config-prettier": "^10.1.2", "eslint-plugin-import": "^2.31.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "globals": "^16.0.0", + "ink-testing-library": "^4.0.0", "prettier": "^3.5.3", - "typescript-eslint": "^8.30.1" + "typescript-eslint": "^8.30.1", + "vitest": "^3.1.1" } } |
