UNPKG

@mui/material-nextjs

Version:

Collection of utilities for integration between Material UI and Next.js.

53 lines 1.23 kB
{ "name": "@mui/material-nextjs", "version": "5.15.9", "private": false, "author": "MUI Team", "description": "Collection of utilities for integration between Material UI and Next.js.", "keywords": [ "react", "next", "material-ui" ], "repository": { "type": "git", "url": "https://github.com/mui/material-ui.git", "directory": "packages/mui-material-nextjs" }, "license": "MIT", "bugs": { "url": "https://github.com/mui/material-ui/issues" }, "homepage": "https://mui.com/material-ui/guides/nextjs/", "funding": { "type": "opencollective", "url": "https://opencollective.com/mui-org" }, "peerDependencies": { "@emotion/cache": "^11.11.0", "@emotion/server": "^11.11.0", "@mui/material": "^5.0.0", "@types/react": "^17.0.0 || ^18.0.0", "next": "^13.0.0 || ^14.0.0", "react": "^17.0.0 || ^18.0.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true }, "@emotion/cache": { "optional": true }, "@emotion/server": { "optional": true } }, "sideEffects": false, "publishConfig": { "access": "public", "directory": "build" }, "engines": { "node": ">=12.0.0" } }