diff --git a/package.json b/package.json index 3d172f90..1b2e405e 100644 --- a/package.json +++ b/package.json @@ -16,10 +16,12 @@ "react-bootstrap": "^2.4.0", "react-dom": "^18.2.0", "react-router-dom": "^6.3.0", - "react-scripts": "5.0.1", "typescript": "^4.7.4", "web-vitals": "^2.1.4" }, + "devDependencies": { + "react-scripts": "5.0.1" + }, "scripts": { "start": "react-scripts start", "build": "react-scripts build",