UNPKG

merge-sx

Version:

Combines multiple SxProps for Material UI components.

68 lines (67 loc) 1.46 kB
{ "name": "merge-sx", "version": "3.4.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", "postbuild": "attw --pack", "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" }, "devDependencies": { "@emotion/styled": "^11.14.0", "@mui/material": "^7.0.0", "react": "^19.0.0" }, "keywords": [ "react", "typescript", "styled-components", "reactjs", "material-ui", "styling", "css-in-js", "jss", "strict", "mui", "merge", "combine", "merging", "muiv5" ] }