diff --git a/backend/package.json b/backend/package.json index e7e4f55..2e5695a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -20,8 +20,7 @@ "express": "^4.18.2", "jsonwebtoken": "^9.0.2", "sqlite3": "^5.1.6", - "uuid": "^9.0.0", - "worker_threads": "native" + "uuid": "^9.0.0" }, "devDependencies": { "@types/bcryptjs": "^2.4.2", diff --git a/frontend/package.json b/frontend/package.json index f3ce9fe..6338ddd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,8 +17,7 @@ "react-router-dom": "^7.9.3", "react-scripts": "5.0.1", "typescript": "^4.9.5", - "web-vitals": "^2.1.4", - "worker_threads": "native" + "web-vitals": "^2.1.4" }, "scripts": { "start": "react-scripts start",