Files
MOHPortal/frontend/package.json
ReachableCEO a553b14017
All checks were successful
CI / Backend Tests (push) Successful in 31s
CI / Frontend Tests (push) Successful in 1m43s
CI / Build Docker Images (push) Successful in 4m45s
ci: stabilize pipeline
2025-10-16 21:00:39 -05:00

55 lines
1.4 KiB
JSON

{
"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"
},
"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"
},
"proxy": "http://merchantsofhope-supplyanddemandportal-backend:3001"
}