UNPKG

@mui-flexy/v5

Version:

A flexbox convenience component for Material UI v5 Box and Grid with handy shorthand props

60 lines (59 loc) 1.45 kB
{ "name": "@mui-flexy/v5", "version": "2.0.4-rc.2", "description": "A flexbox convenience component for Material UI v5 Box and Grid with handy shorthand props", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./package.json": "./package.json" }, "files": [ "dist" ], "scripts": { "build": "yarn clean && yarn dlx rollup -c rollup.config.mjs && yarn tsc -p tsconfig.dist.json", "clean": "rm -rf dist && mkdir dist", "typecheck": "yarn tsc --noEmit" }, "peerDependencies": { "@emotion/react": "^11.0.0", "@emotion/styled": "^11.0.0", "@mui/material": "^5.0.0", "@mui/system": "^5.0.0", "react": "^17.0.0 || ^18.0.0" }, "dependencies": { "@mui-flexy/core": "^2.0.4-rc.2" }, "devDependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^5.0.0", "@mui/system": "^5.0.0", "@types/react": "^18.3.20", "react": "^18.3.1", "react-dom": "^18.3.1", "rollup": "^4.39.0", "typescript": "^5.8.3" }, "repository": "https://github.com/brandonscript/mui-flexy", "author": "github.com/brandonscript", "license": "MIT", "keywords": [ "mui", "material-ui", "react", "flexbox", "flex", "layout", "grid", "box", "v5" ] }