next.js/examples/with-react-bootstrap/package.json
package.json16 lines276 B
{
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start"
  },
  "dependencies": {
    "bootstrap": "^4.4.1",
    "next": "latest",
    "react": "^18.2.0",
    "react-bootstrap": "^1.0.1",
    "react-dom": "^18.2.0"
  }
}
Quest for Codev2.0.0
/
SIGN IN