{
  "name": "eventify-frontend",
  "version": "1.0.0",
  "private": true,
  "dependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.21.0",
    "react-scripts": "5.0.1",
    "axios": "^1.6.2",
    "react-query": "^3.39.3",
    "zustand": "^4.4.7",
    "react-hot-toast": "^2.4.1",
    "react-hook-form": "^7.49.2",
    "html5-qrcode": "^2.3.8",
    "qrcode.react": "^3.1.0",
    "date-fns": "^3.0.6",
    "react-datepicker": "^4.25.0",
    "react-dropzone": "^14.2.3",
    "framer-motion": "^10.17.4",
    "lucide-react": "^0.303.0",
    "recharts": "^2.10.3",
    "@paystack/inline-js": "^2.20.0"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test"
  },
  "proxy": "http://localhost:5000",
  "browserslist": {
    "production": [">0.2%","not dead","not op_mini all"],
    "development": ["last 1 chrome version","last 1 firefox version","last 1 safari version"]
  }
}
