{ "private": true, "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "@auth0/nextjs-auth0": "^2.2.0", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@fontsource/roboto": "^5.0.8", "@mui/icons-material": "^5.15.6", "@mui/material": "^5.15.6", "@novu/notification-center": "^0.22.0", "next": "latest", "openapi-typescript-fetch": "^1.1.3", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/node": "^18.0.0", "@types/react": "^18.0.14", "@types/react-dom": "^18.0.5", "typescript": "^4.7.4" } }