{
  "name": "scenekey-react-gemini",
  "version": "0.2.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@google/genai": "^0.3.1",
    "@pinecone-database/pinecone": "^2.0.0",
    "@tailwindcss/postcss": "^4.1.13",
    "axios": "1.4.0",
    "bcryptjs": "^2.4.3",
    "formidable": "2.1.2",
    "framer-motion": "^11.0.0",
    "lucide-react": "^0.544.0",
    "mammoth": "^1.6.0",
    "mysql2": "^3.11.3",
    "next": "14.2.5",
    "next-auth": "^4.24.10",
    "node-fetch": "2.6.7",
    "pdf-parse": "1.1.1",
    "react": "^18",
    "react-dom": "^18",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "@types/bcryptjs": "^2.4.6",
    "@types/node": "24.5.2",
    "@types/react": "19.1.13",
    "@types/uuid": "^9.0.8",
    "autoprefixer": "10.4.14",
    "postcss": "8.4.23",
    "tailwindcss": "^4.0.0",
    "typescript": "5.9.2"
  }
}
