diff --git a/bun.lockb b/bun.lockb index b16a9be..7f162b2 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 17fbb68..e7859a5 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "start": "bun ./src/server/index.ts" }, "devDependencies": { + "@tanstack/react-query": "^5.59.19", "@types/bun": "latest", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", @@ -22,6 +23,10 @@ "chokidar": "^4.0.1", "eslint": "^9.14.0", "prettier": "^3.3.3", + "react": "^18.3.1", + "react-dom": "^18.3.1", + "react-error-boundary": "^4.1.2", + "socket.io-client": "^4.8.1", "typescript": "^5.6.3", "typescript-eslint": "^8.12.2", "workbox-cli": "^7.3.0", @@ -29,13 +34,8 @@ "workbox-strategies": "^7.3.0" }, "dependencies": { - "@tanstack/react-query": "^5.59.19", "hono": "^4.6.8", - "react": "^18.3.1", - "react-dom": "^18.3.1", - "react-error-boundary": "^4.1.2", "socket.io": "^4.8.1", - "socket.io-client": "^4.8.1", "zod": "^3.23.8" } }