merge-sx
Version:
Combines multiple SxProps for Material UI components.
68 lines (67 loc) • 1.49 kB
JSON
{
"name": "merge-sx",
"version": "3.5.0",
"description": "Combines multiple SxProps for Material UI components.",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"files": [
"dist",
"*.md"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/RobinTail/merge-sx.git"
},
"homepage": "https://github.com/RobinTail/merge-sx",
"author": {
"name": "Anna Bocharova",
"url": "https://robintail.cz"
},
"license": "MIT",
"scripts": {
"build": "tsdown --config-loader native",
"test": "tsc --noEmit && bun test",
"prepack": "cp ../../*.md ../../LICENSE ./",
"prepublishOnly": "bun biome check && bun run test && bun run build"
},
"peerDependencies": {
"@mui/material": "^5.1.0 || ^6.0.0 || ^7.0.0 || ^9.0.0"
},
"devDependencies": {
"@emotion/styled": "^11.14.0",
"@mui/material": "^9.0.0",
"expect-type": "^1.2.0",
"react": "^19.0.0"
},
"keywords": [
"react",
"typescript",
"styled-components",
"reactjs",
"material-ui",
"styling",
"css-in-js",
"jss",
"strict",
"mui",
"merge",
"combine",
"merging",
"muiv5"
]
}