{ "name": "mongo-pastebin", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "bootstrap": "^5.1.1", "clipboard-copy": "^4.0.1", "mongoose": "^6.0.8", "next": "11.1.2", "randomstring": "^1.2.1", "react": "17.0.2", "react-bootstrap": "^1.6.4", "react-dom": "17.0.2" }, "devDependencies": { "eslint": "7.32.0", "eslint-config-next": "11.1.2" } }