{ "name": "gractwopl", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@auth0/nextjs-auth0": "^2.0.1", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@mui/lab": "^5.0.0-alpha.163", "@mui/material": "^5.15.7", "@types/node": "18.11.12", "@types/react": "18.0.26", "@types/react-dom": "18.0.9", "eslint": "8.29.0", "eslint-config-next": "13.0.6", "next": "13.0.6", "react": "18.2.0", "react-dom": "18.2.0", "sass": "^1.56.2", "typescript": "4.9.4" } }