diff --git a/frontend-react/package.json b/frontend-react/package.json index 215200df3e4c20a4bf8c615ad9f930439dede025..bbe6d1a02a0b58a67eaae2331d18b8e11b8c539d 100644 --- a/frontend-react/package.json +++ b/frontend-react/package.json @@ -1,29 +1,25 @@ { - "name": "my-chatbot", + "name": "chatbot", "version": "0.1.0", "private": true, "dependencies": { - "@testing-library/jest-dom": "^5.16.4", - "@testing-library/react": "^12.1.4", - "@testing-library/user-event": "^13.5.0", - "react": "^18.0.0", - "react-dom": "^18.0.0", - "react-scripts": "5.0.0", - "socket.io": "^4.4.1", - "socket.io-client": "^4.4.1", - "web-vitals": "^2.1.4" + "@testing-library/jest-dom": "^4.2.4", + "@testing-library/react": "^9.4.0", + "@testing-library/user-event": "^7.2.1", + "react": "^16.12.0", + "react-chat-window": "^1.2.1", + "react-dom": "^16.12.0", + "react-scripts": "^5.0.1", + "socket.io-client": "^2.3.0" }, "scripts": { - "start": "react-scripts start", + "start": "SET PORT=5000 && react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { - "extends": [ - "react-app", - "react-app/jest" - ] + "extends": "react-app" }, "browserslist": { "production": [