{ "name": "frontend_nyla_new", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite --port 5176", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { <<<<<<< Updated upstream "@azure/msal-browser": "^4.12.0", "@azure/msal-react": "^3.0.12", "@xstate/react": "^5.0.0", "axios": "^1.8.3", "dotenv": "^16.0.3", "express": "^4.18.2", "framer-motion": "^12.7.3", "fs": "^0.0.1-security", "js-cookie": "^3.0.5", "jsonwebtoken": "^9.0.2", "jwt-decode": "^4.0.0", "motion": "^12.7.3", "pg": "^8.8.0", ======= >>>>>>> Stashed changes "react": "^19.1.0", "react-dom": "^19.1.0" }, "devDependencies": { "@eslint/js": "^9.30.1", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.6.0", "eslint": "^9.30.1", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.3.0", "typescript": "~5.8.3", "typescript-eslint": "^8.35.1", "vite": "^5.4.10" } }