{
  "name": "msins-portal",
  "version": "0.1.0",
  "private": true,
  "description": "Official portal for the Maharashtra State Innovation Society (MSInS)",
"scripts": {
  "dev": "next dev --hostname 0.0.0.0 --port 3001",
  "build": "next build",
  "start": "next start",
  "lint": "next lint"
},
  "dependencies": {
    "next": "^14.2.35",
    "next-intl": "^4.13.4",
    "react": "18.3.1",
    "react-dom": "18.3.1"
  },
  "devDependencies": {
    "@types/node": "20.14.11",
    "@types/react": "18.3.3",
    "@types/react-dom": "18.3.0",
    "autoprefixer": "10.4.19",
    "postcss": "8.4.39",
    "tailwindcss": "3.4.6",
    "typescript": "5.5.3"
  }
}
