{
  "name": "study2uni",
  "private": true,
  "version": "1.0.0",
  "type": "module",
  "scripts": {
    "dev": "node app.js",
    "dev:clean": "rm -rf node_modules/.vite && node app.js",
    "build": "npm run build:client",
    "build:client": "vite build --outDir dist/client",
    "build:server": "echo \"No server-side build configured.\"",
    "start": "cross-env NODE_ENV=production node app.js",
    "preview": "cross-env NODE_ENV=production node app.js",
    "lint": "eslint . --ext .js,.jsx"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^7.2.0",
    "@fortawesome/free-solid-svg-icons": "^7.2.0",
    "@fortawesome/react-fontawesome": "^3.3.1",
    "@radix-ui/react-checkbox": "^1.3.11",
    "@radix-ui/react-label": "^2.1.15",
    "@radix-ui/react-radio-group": "^1.4.7",
    "@radix-ui/react-select": "^2.3.7",
    "@radix-ui/react-slot": "^1.3.3",
    "@tailwindcss/vite": "^4.3.2",
    "axios": "^1.15.2",
    "bootstrap": "^5.3.8",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "compression": "^1.8.1",
    "cors": "^2.8.5",
    "country-list": "^2.4.1",
    "express": "^4.19.2",
    "framer-motion": "^12.40.0",
    "lucide-react": "^0.441.0",
    "node-fetch": "^3.3.2",
    "react": "^18.3.1",
    "react-bootstrap": "^2.10.10",
    "react-country-flag": "^3.1.0",
    "react-dom": "^18.3.1",
    "react-helmet-async": "^2.0.5",
    "react-hook-form": "^7.74.0",
    "react-hot-toast": "^2.6.0",
    "react-icons": "^5.3.0",
    "react-phone-number-input": "^3.4.16",
    "react-router-dom": "^7.18.2",
    "react-select": "^5.10.2",
    "react-toastify": "^11.0.5",
    "recharts": "^3.8.1",
    "tailwind-merge": "^3.6.0",
    "tailwindcss": "^4.3.2",
    "tw-animate-css": "^1.4.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.10.0",
    "@types/react": "^18.3.5",
    "@types/react-dom": "^18.3.0",
    "@vitejs/plugin-react": "^5.1.2",
    "cross-env": "^7.0.3",
    "eslint": "^9.10.0",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-react-refresh": "^0.4.26",
    "globals": "^15.9.0",
    "vite": "^8.0.16"
  }
}
