{ "name": "craite-ai-frontend", "version": "1.0.0", "description": "Frontend for CRAITE AI Chat Application", "private": true, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.15.0", "axios": "^1.5.0", "socket.io-client": "^4.7.2", "react-query": "^3.39.3", "react-hook-form": "^7.45.4", "react-hot-toast": "^2.4.1", "lucide-react": "^0.263.1", "date-fns": "^2.30.0", "classnames": "^2.3.2" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "devDependencies": { "react-scripts": "5.0.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "proxy": "http://localhost:5000" }