{
  "name": "nextapp",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "npm run dev --prefix nextapp",
    "build": "npm run build --prefix nextapp",
    "start": "npm run start --prefix nextapp",
    "lint": "npm run lint --prefix nextapp"
  },
  "dependencies": {
    "@google/generative-ai": "^0.24.1",
    "dotenv": "^17.3.1",
    "next": "16.1.6",
    "react": "19.2.3",
    "react-dom": "19.2.3"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "eslint": "^9",
    "eslint-config-next": "16.1.6",
    "firebase-admin": "^13.7.0",
    "tailwindcss": "^4",
    "typescript": "5.9.3"
  }
}
