next.js/examples/with-mongodb/package.json
package.json25 lines523 B
{
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start"
  },
  "dependencies": {
    "mongodb": "^6.19.0",
    "next": "latest",
    "react": "^19.1.1",
    "react-dom": "^19.1.1"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.1.12",
    "@types/node": "^24.3.0",
    "@types/react": "^19.1.1",
    "@types/react-dom": "^19.1.1",
    "eslint": "^9.34.0",
    "eslint-config-next": "latest",
    "tailwindcss": "^4.1.12",
    "typescript": "^5.9.2"
  }
}
Quest for Codev2.0.0
/
SIGN IN