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
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"name": "@mui/private-theming",
|
|
"version": "7.3.6",
|
|
"author": "MUI Team",
|
|
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"mui",
|
|
"theme"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mui/material-ui.git",
|
|
"directory": "packages/mui-private-theming"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mui/material-ui/issues"
|
|
},
|
|
"homepage": "https://github.com/mui/material-ui/tree/master/packages/mui-private-theming",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/mui-org"
|
|
},
|
|
"scripts": {
|
|
"build": "code-infra build --skipTsc",
|
|
"release": "pnpm build && pnpm publish",
|
|
"test": "pnpm --workspace-root test:unit --project \"*:@mui/private-theming\"",
|
|
"typescript": "tsc -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.28.4",
|
|
"@mui/utils": "workspace:^",
|
|
"prop-types": "^15.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@mui/internal-test-utils": "workspace:^",
|
|
"@mui/types": "workspace:^",
|
|
"@types/chai": "^5.2.3",
|
|
"@types/react": "^19.2.7",
|
|
"chai": "^6.0.1",
|
|
"react": "^19.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"directory": "build"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.js",
|
|
"./*": "./src/*/index.js"
|
|
}
|
|
}
|