2025-12-19 01:19:18 +05:30
|
|
|
{
|
|
|
|
|
"name": "web",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2026-02-08 22:44:06 +05:30
|
|
|
"dev": "NODE_OPTIONS='--max-old-space-size=4096' next dev",
|
2025-12-19 01:19:18 +05:30
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "eslint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-12-22 11:53:53 +05:30
|
|
|
"axios": "^1.13.2",
|
2025-12-19 01:19:18 +05:30
|
|
|
"next": "16.1.0",
|
2025-12-20 19:22:35 +05:30
|
|
|
"next-auth": "^5.0.0-beta.30",
|
2025-12-19 01:19:18 +05:30
|
|
|
"react": "19.2.3",
|
2026-01-24 20:47:00 +05:30
|
|
|
"react-dom": "19.2.3",
|
2026-02-08 22:44:06 +05:30
|
|
|
"react-select": "^5.10.2",
|
|
|
|
|
"socket.io-client": "^4.8.3"
|
2025-12-19 01:19:18 +05:30
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tailwindcss/postcss": "^4",
|
|
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
|
|
|
|
"eslint": "^9",
|
|
|
|
|
"eslint-config-next": "16.1.0",
|
|
|
|
|
"tailwindcss": "^4",
|
|
|
|
|
"typescript": "^5"
|
|
|
|
|
}
|
|
|
|
|
}
|