/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/mui-material-nextjs/package.json
74 строки
2 KB
Siriwat K
v9.3.0 (#48909)
05 авг 2026, 11:13
Не верифицирован
05 авг 2026, 11:13
da37c08
Код
Авторство
О чём код?
{ "name": "@mui/material-nextjs", "version": "9.3.0", "author": "MUI Team", "description": "Collection of utilities for integration between Material UI and Next.js.", "license": "MIT", "keywords": [ "react", "next", "material-ui" ], "repository": { "type": "git", "url": "git+https://github.com/mui/material-ui.git", "directory": "packages/mui-material-nextjs" }, "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" }, "scripts": { "build": "code-infra build --tsgo --flat", "release": "pnpm build && pnpm publish", "test": "pnpm --workspace-root test:unit --project \"*:@mui/material-nextjs\"", "typescript": "tsgo -p tsconfig.json", "attw": "attw --pack ./build --entrypoints \"v13-pagesRouter\" \"v16-appRouter\" \"v15-appRouter\"" }, "dependencies": { "@babel/runtime": "^7.29.7" }, "devDependencies": { "@emotion/cache": "11.14.0", "@emotion/react": "11.14.0", "@emotion/server": "11.11.0", "@types/react": "19.2.17", "next": "16.2.12", "react": "19.2.8" }, "peerDependencies": { "@emotion/cache": "^11.11.0", "@emotion/react": "^11.11.4", "@emotion/server": "^11.11.0", "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "next": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true }, "@emotion/cache": { "optional": true }, "@emotion/server": { "optional": true } }, "sideEffects": false, "publishConfig": { "access": "public", "directory": "build" }, "engines": { "node": ">=14.0.0" }, "exports": { "./v13-pagesRouter": "./src/v13-pagesRouter/index.ts", "./*": "./src/*/index.ts" } }