{ "name": "mcdonalds", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 7000", "build": "next build", "start": "next start -p 7000", "lint": "next lint" }, "dependencies": { "@babel/core": "^7.20.12", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", "@mui/icons-material": "^5.11.0", "@mui/material": "^5.11.7", "@next/font": "13.1.6", "@types/node": "18.11.18", "@types/react": "18.0.27", "@types/react-dom": "18.0.10", "eslint": "8.33.0", "eslint-config-next": "13.1.6", "next": "13.1.6", "next-auth": "^4.19.2", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "4.9.5", "use-dynamic-refs": "^1.0.0" } }