{ "name": "mui", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "export": "next build && next export" }, "dependencies": { "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", "@mui/material": "^5.11.16", "@types/node": "18.15.11", "@types/react": "18.0.33", "@types/react-dom": "18.0.11", "autoprefixer": "10.4.14", "buffer": "^6.0.3", "eslint": "8.38.0", "eslint-config-next": "13.3.0", "next": "13.3.0", "postcss": "8.4.21", "react": "18.2.0", "react-dom": "18.2.0", "tailwindcss": "3.3.1", "typescript": "5.0.4" } }