diff --git a/package.json b/package.json index b5a9380..5881b56 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,9 @@ "react-bootstrap": "^2.10.10", "react-bootstrap-icons": "^1.11.6", "react-dom": "19.1.0", + "typescript": "^5" + }, + "devDependencies": { "@eslint/eslintrc": "^3", "@types/node": "^20", "@types/react": "^19", @@ -24,6 +27,5 @@ "eslint": "^9", "eslint-config-next": "15.5.4", "sass": "^1.93.2", - "typescript": "^5" } }