{
  "name": "frontend",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "NODE_ENV=production node server.js",
    "lint": "next lint"
  },
  "dependencies": {
    "@azure/msal-browser": "^4.23.0",
    "@azure/msal-react": "^3.0.19",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@fullcalendar/core": "^6.1.18",
    "@fullcalendar/daygrid": "^6.1.18",
    "@fullcalendar/react": "^6.1.18",
    "@headlessui/react": "^2.2.4",
    "@mui/icons-material": "^7.3.2",
    "@mui/material": "^7.3.2",
    "@stripe/react-stripe-js": "^3.7.0",
    "@stripe/stripe-js": "^7.4.0",
    "ag-grid-community": "^34.2.0",
    "ag-grid-react": "^34.2.0",
    "axios": "^1.10.0",
    "date-fns": "^4.1.0",
    "framer-motion": "^12.23.12",
    "i18next": "^25.5.2",
    "js-cookie": "^3.0.5",
    "lucide-react": "^0.525.0",
    "next": "15.3.3",
    "next-i18next": "^15.4.2",
    "papaparse": "^5.5.3",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-dropzone": "^14.3.8",
    "react-i18next": "^15.7.3",
    "react-toastify": "^11.0.5",
    "timezone-support": "^3.1.0",
    "zustand": "^5.0.6"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3",
    "@tailwindcss/postcss": "^4",
    "@types/js-cookie": "^3.0.6",
    "@types/node": "^20",
    "@types/papaparse": "^5.3.16",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/react-i18next": "^7.8.3",
    "@types/react-toastify": "^4.0.2",
    "eslint": "^9",
    "eslint-config-next": "15.3.3",
    "tailwindcss": "^4",
    "typescript": "^5"
  }
}
