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
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "@mui/types",
|
|
"version": "7.4.9",
|
|
"author": "MUI Team",
|
|
"description": "Utility types for Material UI.",
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"mui",
|
|
"types"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mui/material-ui.git",
|
|
"directory": "packages/mui-types"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mui/material-ui/issues"
|
|
},
|
|
"homepage": "https://github.com/mui/material-ui/tree/master/packages/mui-types",
|
|
"scripts": {
|
|
"build": "code-infra build",
|
|
"release": "pnpm build && pnpm publish",
|
|
"test": "echo 'No runtime test. Type tests are run with the `typescript` script.'",
|
|
"typescript": "tsc -p tsconfig.json",
|
|
"attw": "attw --pack ./build --exclude-entrypoints esm modern"
|
|
},
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"directory": "build"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.28.4"
|
|
},
|
|
"devDependencies": {
|
|
"@mui/types": "workspace:*",
|
|
"@types/react": "^19.2.7"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
}
|
|
}
|