next.js/examples/with-mongodb-mongoose/package.json
package.json20 lines390 B
{
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start"
  },
  "dependencies": {
    "@types/node": "^20.12.7",
    "@types/react": "^18.2.79",
    "@types/react-dom": "^18.2.25",
    "mongoose": "^8.3.2",
    "next": "latest",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "swr": "^2.2.5",
    "typescript": "^5.4.5"
  }
}
Quest for Codev2.0.0
/
SIGN IN