Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
77 lines
2.0 KiB
JSON
77 lines
2.0 KiB
JSON
{
|
|
"name": "@mui/material-nextjs",
|
|
"version": "7.3.6",
|
|
"author": "MUI Team",
|
|
"description": "Collection of utilities for integration between Material UI and Next.js.",
|
|
"keywords": [
|
|
"react",
|
|
"next",
|
|
"material-ui"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+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"
|
|
},
|
|
"scripts": {
|
|
"build": "code-infra build",
|
|
"release": "pnpm build && pnpm publish",
|
|
"test": "pnpm --workspace-root test:unit --project \"*:@mui/material-nextjs\"",
|
|
"typescript": "tsc -p tsconfig.json",
|
|
"attw": "attw --pack ./build --exclude-entrypoints . esm modern --include-entrypoints v15-pagesRouter v15-appRouter"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.28.4"
|
|
},
|
|
"devDependencies": {
|
|
"@emotion/cache": "^11.14.0",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/server": "^11.11.0",
|
|
"@types/react": "^19.2.7",
|
|
"next": "^15.5.7",
|
|
"react": "^19.2.1"
|
|
},
|
|
"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",
|
|
"./*": {
|
|
"mui-src": "./src/*/index.ts"
|
|
}
|
|
}
|
|
}
|