{ "name": "merchantsofhope-supplyanddemandportal-frontend", "version": "1.0.0", "description": "Frontend for MerchantsOfHope-SupplyANdDemandPortal recruiter workflow SAAS", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.5.2", "react": "18.2.0", "react-dom": "18.2.0", "react-router-dom": "^6.8.1", "react-scripts": "5.0.1", "axios": "^1.6.2", "react-hook-form": "^7.48.2", "react-query": "^3.39.3", "react-hot-toast": "^2.4.1", "lucide-react": "^0.294.0", "clsx": "^2.0.0", "tailwindcss": "^3.3.6", "autoprefixer": "^10.4.16", "postcss": "^8.4.32" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "lint": "eslint --ext js,jsx src" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@types/react": "^18.2.42", "@types/react-dom": "^18.2.17", "typescript": "4.9.5", "eslint": "^8.57.0" }, "proxy": "http://merchantsofhope-supplyanddemandportal-backend:3001" }