this repo has no description
1{
2 "name": "mcdonalds",
3 "version": "0.1.0",
4 "private": true,
5 "scripts": {
6 "dev": "next dev -p 7000",
7 "build": "next build",
8 "start": "next start -p 7000",
9 "lint": "next lint"
10 },
11 "dependencies": {
12 "@babel/core": "^7.20.12",
13 "@emotion/react": "^11.10.5",
14 "@emotion/styled": "^11.10.5",
15 "@material-ui/core": "^4.12.4",
16 "@material-ui/icons": "^4.11.3",
17 "@mui/icons-material": "^5.11.0",
18 "@mui/material": "^5.11.7",
19 "@next/font": "13.1.6",
20 "@types/node": "18.11.18",
21 "@types/react": "18.0.27",
22 "@types/react-dom": "18.0.10",
23 "eslint": "8.33.0",
24 "eslint-config-next": "13.1.6",
25 "next": "13.1.6",
26 "next-auth": "^4.19.2",
27 "react": "18.2.0",
28 "react-dom": "18.2.0",
29 "typescript": "4.9.5",
30 "use-dynamic-refs": "^1.0.0"
31 }
32}