diff --git a/package.json b/package.json index 595326c..859b26e 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "start": "next start", "lint": "next lint", "lint:prettier": "prettier . --write", - "test": "jest", - "test:watch": "jest --watch" + "test": "jest", + "test:watch": "jest --watch" }, "dependencies": { "next": "14.2.3", @@ -26,6 +26,7 @@ "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^15.0.7", + "@types/jest": "^29.5.12", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", @@ -44,6 +45,7 @@ "stylelint-config-standard-scss": "^13.1.0", "stylelint-order": "^6.0.4", "stylelint-order-config-standard": "^0.1.3", + "ts-node": "^10.9.2", "typescript": "^5", "typescript-eslint": "^7.10.0" }